/*
Theme Name: Fière Allure
Description: Divi's child theme by Fière Allure
Author: Guérin DLC
Template: Divi
Version: 3.0.23
Text Domain: divi-child
Domain Path: /languages/divi-child
Tags: divi, elegantthemes, french
*/

/*
Write your custom CSS below this line.
C'est à vous de jouer, écrivez votre CSS ci-dessous.
*/
/*recapcha*/
.grecaptcha-badge{
	bottom: 14px !important;
	right: inherit !important;
	left: 0 !important;
	width: 70px !important;
}
.grecaptcha-badge:hover{
	width: 256px !important;
}

.container.et_menu_container{
	margin:auto 30px auto 10%;
	width:auto;
	max-width:1580px;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

.et_pb_section .et_pb_row.et_pb_row_5{
max-width:900px!important;}


body div.et_pb_row a.et_pb_button:hover{
	border-color:#e95d0e !important;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* texte sélectionné */
 ::-moz-selection {
    /* Code for Firefox */
     background: #e95d0e;
     color: #fafafc;
}
 ::selection {
     background: #e95d0e;
     color: #fafafc;
}
/* scrollbars */
 * {
     scrollbar-color: #e95d0e #fafafc ;
     scrollbar-width: thin;
}
 ::-webkit-scrollbar {
     height: 8px;
     width: 8px;
     background:#fafafc;
}
 ::-webkit-scrollbar-thumb {
     background: #e95d0e;
     -webkit-border-radius: 1ex;
     -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
 ::-webkit-scrollbar-corner {
     background: #fafafc;
}

strong {
	font-family: 'Nexa Bold', 'NexaBold' !important;
	font-weight: normal;
}

h1 {
	margin: 0 !important
}

.nav a {
	opacity: 1 !important;
	position: relative;
}

.nav a:hover, .nav a:focus {
    outline: none;
}
.et-fixed-header #top-menu li.current-menu-ancestor > a, .et-fixed-header #top-menu li.current-menu-item > a {
	color: #2c2e3d !important;
}

.et-fixed-header #top-menu li.current-menu-ancestor > a, .et-fixed-header #top-menu > li.current-menu-item > a {
	color: #e95d0e !important
}

.nav li:not(.postuler) a:not([href="#"])::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 42%;
	left: 0;
	width: 100%;
	height: 20%;
	opacity: 1;
	transform: scale3d(0,1,1);
	transform-origin: 50% 0%;
	transition: all 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	background:#e95d0e;
}
.nav li:not(.postuler) a:not([href="#"]):hover::before {
	transform: scale3d(1,1,1);
}

#et-top-navigation nav > ul > li > a[href="#"], 
#et-top-navigation nav > ul > li > a[href="#"] {
	padding-bottom: 10px;
	cursor: cell;
}

.nav .current_page_item a::before {
		transform: scale3d(1,1,1);
}

#top-menu li li a {
	width: auto;
	word-break: keep-all;
	display: ruby-text;
}

#top-menu-nav .nav li li a::before{
	left: 5%;
	width: 90%;
	bottom: 10%;
}
	
#main-header:not(.et-fixed-header) #top-menu-nav .nav li .sub-menu {
	width: 215px;
	border-top: 10px solid transparent;
}

.et-fixed-header #top-menu-nav .nav li .sub-menu {
	width: auto;
	border-top: 4px solid white;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
	background: none;
}

body div.et_pb_row a.et_pb_button {
	padding: 10px 30px !important;
	color: #fff;
}

body div.et_pb_row a.et_pb_button:hover {
	padding: 10px 30px !important;
}

.ittportfolio,
.ittportfolio span {
	    transition: all .3s ease;
}

.ittportfolio:hover span.et_parallax_bg_wrap {
    filter: blur(10px);
}

.ittportfolio > .et_pb_module {
	opacity: 0;
	position: relative;
	  background-color: white;
	  background-size: cover

}

.ittportfolio > .et_pb_module::before {
z-index: -1;
display: block;
position: absolute;
content: ' ';
width: 100%;
height: 100%;
filter: blur(10px);
background-size: cover;
top: 0;
left: 0;
}

.ittportfolio:hover > .et_pb_module {
	opacity: 1;
}

.ittWhiteButtons .et_pb_button_one {
	background: transparent;
	border-color: white;
}

.ittWhiteButtons .et_pb_button_two {
	background: white;
	border-color: white;
	color: #2c2e3d !important;
}

.ittWhiteButtons .et_pb_button_one:hover, 
.ittWhiteButtons .et_pb_button_two:hover {
	background: #e95d0e !important;
	border-color: #e95d0e !important;
	color: #fff !important;
}

.ittOrangeButtons .et_pb_button_one {
	background: transparent;
	border-color: #e95d0e;
	color: #e95d0e !important;
}

.ittOrangeButtons .et_pb_button_one:hover {
		background: transparent !important;
	border-color: #42a62a !important;
	color: #42a62a !important;
}

#main-header:not(.et-fixed-header) .logo_container img {
	filter: saturate(0) brightness(0) invert(100);
}

header:not(.et-fixed-header) .sub-menu::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -80px;
}

.footer-widget p.ittFooterTitle {
	font-family: 'Nexa Bold' !important;
	font-size: 20px;
}

#custom_html-5,
#custom_html-6 {
	margin-bottom: 20px;
}

div:not(.et_pb_team_member_description) > div > p a,
.et_pb_blurb a:not([href*="category"]),
.fts-twitter-div .fts-right a:not(.fts-twitter-full-name):not(.fts-twitter-at-name):not([href*="status"]):not([href*="hash"]) a,
.et_pb_widget li a,
.dsm-menu-container li a,
.leaflet-popup-content a{
background-image: linear-gradient(to right,#e95d0e 0%,#e95d0e 50%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.25) 100%) !important;
background-position: 100% 18px;
background-repeat: no-repeat;
background-size: 200% .25em;
transition: all .3s ease;
}

.leaflet-popup-content a {
	color: #2c2e3e !important;
	background-position: 100% 12px !important;
}

div:not(.et_pb_team_member_description) > div > p a:hover,
.et_pb_blurb a:not([href*="category"]):hover,
.fts-twitter-div .fts-right a:not(.fts-twitter-full-name):not(.fts-twitter-at-name):not([href*="status"]):not([href*="hash"]) a:hover,
.et_pb_widget li a:hover,
.dsm-menu-container li a:hover{
	background-position: 0 18px;
}

.leaflet-popup-content a:hover {
	background-position: 0 12px !important;
}

#menu-item-3141,
#menu-item-3142 {
	display: inline-block;
}

#menu-item-3142::before {
    content: "& " !important;
    border: none !important;
    top: 0 !important;
}
@media only screen and ( min-width: 981px ) {
.et_pb_newsletter_button_wrap {
    flex-basis: 170px !important;
}
.et_pb_newsletter_field.et_pb_contact_field_last {
    flex-basis: calc(100% - 170px);
}
}

/* CUSTOM FOOTER */

.roar-ht-footer p,
.roar-ht-footer a {
	font-size: 13px;
	color: #fff;
}

.roar-ht-footer a {
	background-position: 100% 14.5px !important;
}

.roar-ht-footer a:hover {
	background-position: 0 14.5px !important;
}

#et_pb_signup_email:hover,
#et_pb_signup_email:focus{
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.07);
}

.et_pb_image_container a.entry-featured-image-url::after {
    content: 'Lire l\'article';
    background: #42a62a;
    color: #fff;
    display: inline-block;
    margin: auto;
    width: 175px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'NexaBold','Nexa Bold';
    font-size: 15px;
    padding: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
	transition: all .3s ease;
}
.et_pb_image_container a.entry-featured-image-url:hover::after {
    background: #e95d0e;
	padding: 16px;
	bottom: -30px;
}
#ittJenProfite .et_pb_text_inner strong,
#ittJenProfite .et_pb_text_inner small{
	transition: all .3s ease;
}

#ittJenProfite .et_pb_text_inner:hover strong {
	background: #42a62a !important;
}

#ittJenProfite .et_pb_text_inner:hover small {
	padding: 20px 50px !important;
}

.et_pb_video_0 .et_pb_video_overlay .et_pb_video_overlay_hover:hover .et_pb_video_play{
    color: #e95d0e;
}

.pum-theme-8 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    padding: 0px 0px 0px 1px;
    line-height: 23px;
	transition: all .3s ease;
}

.pum-theme-8 .pum-content + .pum-close:hover, 
.pum-theme-lightbox .pum-content + .pum-close:hover {
	background: #42a62a;
}

.et_pb_video_overlay {
	height: 101%;
}

a svg .ittSVG1 {
	fill: #42a62a;
	transition: all .3s ease;
}

a:hover svg .ittSVG1 {
	fill: #e95d0e;
}

a svg .ittSVG2 {
	fill: #fff;
}

#ittCallMe button {
	display: block;
	margin: auto;
}
#ittJenProfite {
	transition: all .3s ease;
	margin-top: -40% !important;
	margin-right: 0% !important;
}
.page-id-3077 #ittJenProfite {
	transition: all .3s ease;
	margin-top: -25% !important;
	margin-right: 0% !important;
}
#ittJenProfite:hover {
	transform: translateX(0) !important;
}

@media (max-width: 980px) {
	
#ittJenProfite {
    top: 125px;
}
	
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
}
.et_mobile_menu {
    overflow-y: auto;
    max-height: 85vh;
}

#main-header {
	transition: all .3s ease !important;
}

#main-header.et-fixed-header {
	background: #fff !important;
}

.et_mobile_menu {
    background-color: #fff !important;
	border-top: 3px solid #e95d0f;
}

.et_mobile_menu a {
		color: #2c2e3e !important;
}
.et_mobile_menu .current-menu-item a {
	color: #e95d0e !important;
}

.wprev_preview_tcolor2_T1 { font-family: 'Nexa Bold','NexaBold';}

@media only screen and (max-width: 767px) {
   .et_pb_text_5 h1 { font-size: 50px !important;
	}
}

.cf7mls_progress_bar {
    margin-bottom: 50px !important;
}



@media (min-width: 980px) {
.menu_cta {
background-color: #ff6900;
color: #fff;
padding: 0 !important;
}

.menu_cta a {
color: #fff !important;
padding: 10px 15px 10px 35px !important;
}

.menu_cta a:before {
content: '\e090';
color: #fff;
font-family: 'ETmodules';
font-size: 16px;
line-height: 1;
position: absolute;
left: 12px;
}
	
	#sticky #transfo_form {
	overflow-y: auto;
    max-height: 50vh;
}
}

.wpcf7 input {
	padding: 10px;
}

.wpcf7 input.text:focus, input.title:focus, input:focus, select:focus, textarea:focus {
    border-color: #41a72a;
}

@media only screen and (max-width : 980px) {
  .reverse-columns-order {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#top-menu a[href^="tel:"]{
   color: #FFFFFF !important;
    border-width: 2px !important;
    border-color: RGBA(255, 255, 255, 0);
    background-color: #E95D0E;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
}