/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi child Theme
 Author:         Les Fasces Nébulées
 Author URI:     https://www.lesfascesnebulees.com
 Template:       Divi
 Version:        1.0.0
*/

/******* Fond *********/
/*
div.et_pb_section.et_pb_section_1_tb_body{
background-attachment: fixed;
}*/

/******* DIVERS ********/

.rouge{
	color: #ec6550;
}

.vert{
	color: #bad267;
}

.noir{
	color: #3c3c3b;
}

.list-espace ol li{
	margin-bottom: 10px;
}

strong{
	font-weight: bold;
}

/*.texte-intro p{
	background-color: rgba(236,236,236,0.5);
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
	background-color: rgba(236,101,80,0.5);
    display: inline;
    white-space: pre-wrap; 
    padding: 5px;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}*/

/********* Flèches **********/

.et-pb-arrow-next, .et-pb-arrow-prev{
 color: #3c3c3b!important;
}
.et-pb-arrow-next:hover, .et-pb-arrow-prev:hover{
 color: #3c3c3b!important;
}

.et_pb_bg_layout_light .et-pb-controllers a{
	background-color: #3c3c3b!important;
}

.et-pb-controllers a{
	 opacity: 1!important;
	 border: solid 3px #fff!important;
	 width: 15px!important;
    height: 15px!important;
}

.et_pb_bg_layout_light a.et-pb-active-control{
	background-color: #ec6550!important;
}


/******* EXPOSANT ********/

sup{
	text-transform: lowercase;
	font-size:0.5em;
}

/******** Haut de casse *******/

.hdcrouge{
	text-transform: uppercase;
	color: #ec6550;
	font-weight: bold;
}

.hdcvert{
	text-transform: uppercase;
	color: #bad267;
	font-weight: bold;
}

/******* Hyperliens ********/

a {
  position: relative;
}

a.custom_hyperlink::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: #bad267;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

a.custom_hyperlink-bl:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

a.custom_hyperlink-bl{
	color: #ffffff;
}

a.custom_hyperlink-bl::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  
  a.custom_hyperlink-noir:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
  
  a.custom_hyperlink-noir{
	color: #3c3c3b;
}

a.custom_hyperlink-noir::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: #3c3c3b;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

a.custom_hyperlink:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

a.custom_hyperlink_bold{
	font-weight: 700!important;
}

a.custom_hyperlink_bold::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: #bad267;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  
  a.custom_hyperlink_bold:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/******* Image Zoom **********/

.dt-zoom-in.et_pb_image:hover img,
.dt-zoom-in .et_pb_image_wrap:hover img,
.dt-zoom-in a:hover img {
	transform: scale(1.04);
	transition: all 2s 0s ease;
}

.dt-zoom-in,
.dt-zoom-in a {
	overflow: hidden;
}

.dt-zoom-in.et_pb_image img,
.dt-zoom-in .et_pb_image_wrap img,
.dt-zoom-in a img {
	transition: all 2s 0s ease;
}

/******* Menu principal *******/

#main-header #top-menu li.current-menu-item > a {
color: #db2391 !important;
}

.mobile_menu_bar{
	position: absolute;
	top: 37px;
	right: 15px;
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap{
	margin-bottom: 0px;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu{
	padding: 0;
	margin: 0;
	border-top: 4px solid #dadada;
	border-left: 6px solid #dadada;
	border-right: 6px solid #dadada;
	border-bottom: 6px solid #dadada;
	border-radius: 5px;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li{
	padding: 0px;
	width: 100%;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li a{
	padding: 10px;
	margin: 0;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li:hover{
	background-color: #ffffff;
}

.nav ul li a:hover{
	background-color: #ffffff;
}

/* mobile menu */

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu{
	padding: 0;
	border-top: 4px solid #dadada;
	border-left: 6px solid #dadada;
	border-right: 6px solid #dadada;
	border-bottom: 6px solid #dadada;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li ul{
	padding: 0;
	text-align: center;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li.menu_projets, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li.menu_a_propos{
	background-color: #bad267;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li.menu_projets > a, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li.menu_a_propos > a{
	font-weight: 800;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li.menu_projets:hover, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li.menu_a_propos:hover{
	background-color: #bad267;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li a:hover, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li a:hover{
	opacity: 1;
}

.et_mobile_menu li a {
	Border-bottom: none;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li:hover, .et_mobile_menu .sub-menu li a:hover{
	background-color: #ffffff;
}

/* Social media */

.divi-instagram:after {
content: "\e09a";
display: block;
font-weight: normal;
}

.divi-facebook:after {
content: "\e093";
display: block;
font-family: "ETmodules";
font-weight: normal;
}

/******** Listes ***********/
ol.list-marches li{
	list-style-type: '☞';
	list-style-position: outside;
	line-height	: 1.4em;
	padding-left: 7px;
}

/******* Lettrines *********/

p.lettrine:first-of-type:first-letter {
  float: left;  
  font-family: "Grenze Gotisch";
  color: #3c3c3b;
  font-size: 4em;  
  line-height: 80%; 
  margin: 0px 0px 0px 0px;
  padding-right: 15px;
  }

/******* HEADER ********/

/* LOGO */

.et-menu .et_pb_menu__logo .et_multi_view_image__loaded {
    -webkit-animation: multi-view-image-fade 0.02s;
    animation: multi-view-image-fade 0.02s;
}

.et-menu .et_pb_menu__logo a:hover {
    opacity: 1;
}

/****** QUI SOMMES-NOUS ********/

@media all and (max-width: 980px){
.et_pb_row .LCB-colonne-qsn{
	margin-bottom: 50px;
}
}

/******* FOOTER *********/


.menu_footer{
	margin-top: 7px;
}

.menu_footer ul{
	padding: 0 0 0 5px;
}

.menu_footer ul li{
    font-weight: 600;
    text-transform: uppercase;
	width: 100%;
	list-style-type: none;
	margin-bottom: 10px;
}

.menu_footer ul li:last-child{
   margin-bottom: 0;
}

.menu_footer ul li a{
    padding: 2px 5px;
    border: 3px solid #c6c6c6;
	color: #3c3c3b;
	display: block;
    height: auto;
    overflow: hidden;
    margin: -1px -1px 0 0;
	cursor: pointer;
    transition: transform 0.15s ease-out, color 0.05s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    transform: translate(-3px, -3px);
    box-shadow: 3px 3px #c6c6c6;
    border-width: 3px;
    border-color: #c6c6c6;
    border-radius: 5px;
    background-color: #ffffff;
}

.menu_footer ul li a:hover{
	transform: translate(0, 0);
	box-shadow: 0px 0px;
	background-color: #ececec;
}

.LFN-titre-footer h2{
	font-size: 25px;
	color: #3c3c3b!important;
	text-transform: uppercase;
}

/********* CENTRER VERTICALEMENT **********/

.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
}

/******* BOUTONS ********/

/**** Bouton Close + Nav next+prev ******/

.mfp-close{
    width: 50px!important;
	height: 50px!important;
    border-radius: 30px!important;
    background: #ffffff!important;
    color: #3c3c3b!important;
	margin: 0px!important;
	padding: 0px!important;
    border: 3px solid #3c3c3b!important;
	display: inline-block!important;
	cursor: pointer!important;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px)!important;
	box-shadow: 3px 3px #2c2c2b!important;
	top: 45px!important;
	right: 5px!important;
	opacity: 1!important;
	line-height: 2px!important;
	text-align: center!important;
	font-size: 40px!important;
	font-weight: 300!important;
}

.mfp-close:hover, .mfp-arrow-right:hover{
	transform: translate(0, 0)!important;
	box-shadow: 0px 0px!important;
}

.mfp-wrap .mfp-container button:hover{
	background: #f6f6f6!important;
}

.mfp-arrow-left, .mfp-arrow-right{
	width: 50px!important;
	height: 50px!important;
    border-radius: 30px!important;
    background: #ffffff!important;
    color: #3c3c3b!important;
	margin: 0px!important;
	padding: 0px!important;
    border: 3px solid #3c3c3b!important;
	display: inline-block!important;
	cursor: pointer!important;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	box-shadow: 3px 3px #2c2c2b!important;
	opacity: 1!important;
}

.mfp-arrow-right{
	transform: translate(-3px, -3px)!important;
}

.mfp-arrow-left{
	transform: translate(3px, -3px)!important;
}

.mfp-arrow-right:after, .mfp-arrow-left:after{
	color: #3c3c3b!important;
	text-align: center!important;
	vertical-align: middle!important;
	font-size: 40px!important;
	font-weight: 400!important;
}

button.mfp-arrow-left:hover{
	transform: translate(0, 0)!important;
	box-shadow: 0px 0px!important;
}

.mfp-arrow-left{
	left: 40px!important;
}

.mfp-arrow-right{
	right: 40px!important;
}

/****** Autres boutons ******/

.press-animated-button-right {
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #282726;
}

.press-animated-button-right:hover {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}

.et_pb_section .icon-social-button-left-fond-90 .icon {
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(3px, -3px);
	box-shadow: -3px 3px #3c3c3b;
}

.et_pb_section .icon-social-button-left-fond-90 .icon:hover {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}	

.et_pb_section .icon-social-button-right-fond-95 .icon {
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #3c3c3b;
}

.et_pb_section .icon-social-button-right-fond-95 .icon:hover {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}	

.et_pb_section .icon-social-button-right-fond-10 .icon {
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #c6c6c6;
}

.et_pb_section .icon-social-button-right-fond-10 .icon:hover {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}	

.et_pb_section .icon-social-button-left-fond-20 .icon {
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(3px, -3px);
	box-shadow: -3px 3px #b2b2b2;
}

.et_pb_section .icon-social-button-left-fond-20 .icon:hover {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}	

.et_pb_section .icon-social-button-right-fond-3-citrons .icon {
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #e0d400;
}

.et_pb_section .icon-social-button-right-fond-3-citrons .icon:hover {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}	


button.et_pb_contact_submit {
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #3c3c3b;
}

button.et_pb_contact_submit:hover {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}

.press-animated-button-right-grey{
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #c6c6c6;
}

.press-animated-button-right-grey:hover {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}

.press-animated-button-right-green{
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out!important;
	transform: translate(3px, -3px);
	box-shadow: -3px 3px #b54f3d;
}

.press-animated-button-right-green:hover{
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}

/******** Bouton Back to the top ********/

.et_pb_scroll_top.et-pb-icon {
    right: 15px; 
	font-weight: bold;
    border-radius: 30px;
    background: #ffffff;
	color: #3c3c3b;
    padding: 7px;
    font-size: 30px;
	box-shadow: 3px 3px #3c3c3b;
	border: 3px solid #3c3c3b;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
}
.et_pb_scroll_top.et-pb-icon:hover {
    background: #ececec;
    transform: translate(0, 0);
	box-shadow: 0px 0px;
}
	
/******** Page contact ********/

.et_pb_contact .et_pb_contact_captcha{
	margin-left: 5px;
	background-color: #ffffff;
}

.et_pb_contact_form_0_tb_body .input:focus, .et_pb_contact_form_0_tb_body .input:hover{
	background-color: #ececec;
}

.et_pb_contact p .et_contact_error {
    border: 4px solid #ec6550!important;
}

.et_pb_contact input, .et_pb_contact textarea, .et_pb_contact_field_checkbox i{
	box-shadow: 3px 3px #3c3c3b;
}

.et_pb_contact .et_pb_contact_submit{
	top: 3px;
}

.et_pb_contact .et_pb_contact_captcha{
	padding: 16px 9px 16px 9px;
	text-align: center
}

/* Case à cocher */

.et_pb_contact .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title{
	display: none;
}

.et_pb_contact .et_pb_contact_field_4_tb_body .et_pb_contact_field_checkbox label {
	color: #3c3c3b!important;
}

.et_pb_contact .et_pb_contact_field_checkbox i{
	top: -2px;
}

@media all and (min-width: 981px){
.et_pb_contact .et_pb_contact_field_checkbox{
	top: -20px;
}
}

@media all and (max-width: 980px){
.et_pb_contact .et_pb_contact_field_checkbox{
	top: -15px;
}
}

@media all and (max-width: 767px){
.et_pb_contact .et_pb_contact_field_checkbox{
	top: -8px;
}
}

@media all and (min-width: 981px){
.et_pb_contact .et_pb_contact_field_4_tb_body{
	width: 60%;
}
}

.et_pb_contact .et_pb_contact_field_checkbox a{
	position: relative;
	text-decoration: none;
	color: #3c3c3b;
	font-weight: bold;
	
}

.et_pb_contact .et_pb_contact_field_checkbox a:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: #3c3c3b;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.et_pb_contact .et_pb_contact_field_checkbox a:hover::before{
	transform-origin: left;
	transform: scaleX(1);
}

.et_contact_error label{
	color: #ec6550!important;
}

/* Message erreur */

.et-pb-contact-message p {
	padding:0px;
	color: #3c3c3b;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
}

.et-pb-contact-message li {
	padding:0px;
	color: #ec6550;
}

.et-pb-contact-message ul{
	padding: 0 0 15px 1em;
}

.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label{
	color: #ec6550!important;
}

/******** Portfolio **********/

/**** Flèches gauche droite carousel ******/

.single-project .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-prev, .page-id-3962 .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-prev{
    left: 15px; 
	font-weight: bold;
    border-radius: 30px;
    background: #ffffff;
	color: #3c3c3b;
    padding: 7px;
    font-size: 30px;
	box-shadow: 3px 3px #3c3c3b;
	border: 3px solid #3c3c3b;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
}

.single-project .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-prev:hover, .page-id-3962 .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-prev:hover {
    background: #ececec;
    transform: translate(0, 0);
	box-shadow: 0px 0px;
}

.single-project .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-next, .page-id-3962 .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-next{
    right: 15px; 
	font-weight: bold;
    border-radius: 30px;
    background: #ffffff;
	color: #3c3c3b;
    padding: 7px;
    font-size: 30px;
	box-shadow: -3px 3px #3c3c3b;
	border: 3px solid #3c3c3b;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(3px, -3px);
}

.single-project .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-next:hover, .page-id-3962 .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-next:hover  {
    background: #ececec;
    transform: translate(0, 0);
	box-shadow: 0px 0px;
}

.single-project .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-next, .single-project .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-prev, .page-id-3962 .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-next, .page-id-3962 .et_pb_portfolio_items .et-pb-slider-arrows .et-pb-arrow-prev{
	opacity: 1;
}

/****** Titre carousel *******/

.et_pb_carousel_group .et_pb_portfolio_image a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.et_pb_carousel_group .et_pb_portfolio_image h3.et_pb_module_header{
	position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 0px!important;
    z-index: 3;
    opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* Titre */


.de-portfolio-title .et_pb_portfolio_item h2.et_pb_module_header{
    position: absolute;
    top: 40%;
    left: 50%;
	width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 0px!important;
    z-index: 3;
    opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.de-portfolio-title .et_pb_portfolio_item:hover h2.et_pb_module_header{
    top: 50%
}

 
.de-portfolio-title .et_pb_portfolio_item:hover h2.et_pb_module_header, .de-portfolio-title .et_pb_portfolio_item:hover h3.et_pb_module_header {
    opacity: 1;
}
  
.de-portfolio-title span.et_overlay:before {
    content: '';
}
 
.de-portfolio-title .et_pb_portfolio_item:hover span.et_overlay {
    opacity: 1;
    z-index: 3;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2{
	padding: 0 40px 0 40px;
}

/* Animation */

.pa-portfolio-animation .et_pb_portfolio_item.active {
    animation: multi-view-image-fade .4s 1 linear!important;
}

.page-id-38 .et_pb_portfolio_item:hover, .home .et_pb_portfolio_item:hover, .page-id-3958 .et_pb_portfolio_item:hover{
  transform: scale(1.04); 
   transition: all .3s 0s ease;
}	

.single-project .et_pb_portfolio_item:hover{
  transform: scale(0.95); 
   transition: all .3s 0s ease;
}	

/* filtres */

.et_pb_filterable_portfolio .et_pb_portfolio_filters{
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
}

.et_pb_portfolio_filter{
	padding: 5px;
}

.et_pb_portfolio_filter a{
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #3c3c3b;
    border-width: 3px!important;
    border-color: #3c3c3b!important;
    border-radius: 5px!important;
	background-color: #ffffff!important;
}

.et_pb_portfolio_filter a:hover {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
	background-color: #ececec!important;
}

.et_pb_portfolio_filter a.active {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
	background-color: #ececec!important;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination{
	border-top: 0;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination .page a{
	border-radius: 23px 23px 23px 23px;
	height: 40px;
    width: 40px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_portofolio_pagination li{
	font-size: 16px!important;
}

.et_pb_portofolio_pagination{
	margin: 20px 0 20px 0;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination{
	font-weight: 600;
    text-transform: uppercase;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination .next a, .et_pb_filterable_portfolio .et_pb_portofolio_pagination .prev a{
	border-radius: 5px;	
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination .page a, .et_pb_filterable_portfolio .et_pb_portofolio_pagination .next a, .et_pb_filterable_portfolio .et_pb_portofolio_pagination .prev a{
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #b2b2b2;
    border: solid 3px #ec6550;
	background-color: #ffffff;
	color: #ec6550;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination .page a:hover,.et_pb_filterable_portfolio .et_pb_portofolio_pagination .next a:hover, .et_pb_filterable_portfolio .et_pb_portofolio_pagination .prev a:hover{
	transform: translate(0, 0);
	box-shadow: 0px 0px;
	background-color: #ececec;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination a.active {
	transform: translate(0, 0);
	box-shadow: 0px 0px;
	background-color: #ececec!important;
}

/***** Filtres mobiles *****/

@media (max-width: 768px){
	.et_pb_filterable_portfolio .et_pb_portfolio_filters li a{
	padding: 5px 5px!important;
	font-size: 13px!important;
}
}

/* Images carrées */

.et_portfolio_image{
	padding-top: 100%;
}

.et_portfolio_image img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.et-portfolio-carousel-image img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

/* Grille */

.page-id-38 .et_pb_portfolio_items .et_pb_grid_item, .page-id-38 .et_pb_portfolio_items .et_pb_portfolio_item, 
.home .et_pb_portfolio_items .et_pb_grid_item, .home .et_pb_portfolio_items .et_pb_portfolio_item, .page-id-3958 .et_pb_portfolio_items .et_pb_grid_item,  .page-id-3958 .et_pb_portfolio_items .et_pb_portfolio_item{
	padding: 10px;
	margin: 0!important;
	clear: none!important;
}	

@media (min-width: 1301px){
.et_pb_portfolio_items .et_pb_grid_item, .et_pb_portfolio_items .et_pb_portfolio_item{
    width: 25%!important;
}
}

@media (max-width: 1300px){
.et_pb_portfolio_items .et_pb_grid_item, .et_pb_portfolio_items .et_pb_portfolio_item{
    width: 33%!important;
}
}

@media (max-width: 980px){
.et_pb_portfolio_items .et_pb_grid_item, .et_pb_portfolio_items .et_pb_portfolio_item{
    width: 50%!important;
}
}

@media (max-width: 768px){
.et_pb_portfolio_items .et_pb_grid_item, .et_pb_portfolio_items .et_pb_portfolio_item{
    width: 100%!important;
}
}

/******** Page Projet ********/

.TXT-description a{
    background-color: #dadada;
    color: #3c3c3b;
}

.TXT-Credits, .TXT-description{
	z-index:999;
}

.list-padding li{
	padding-bottom: 3px;
}

/*.ctdag_acf_gallery_0_tb_body .et_overlay:before{
	width: 50px;
	height: 50px;
    border-radius: 30px;
	margin: 0px;
	padding: 0px;
	background-color:rgb(255,255,255,0.50);
    border: 3px solid #3c3c3b;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-size: 50px;
	font-weight: 300;
}*/

.ctdag-title{
	padding: 5px 10px 5px 10px;
}

.ctdag_acf_gallery_0_tb_body .ctdag-item .ctdag-image img{
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border: solid 3px #bad267;
}

.mfp-figure:hover .mfp-bottom-bar{
	transition: opacity 0.5s;  
	opacity: 0;   
}  

.ctdag_acf_gallery_0_tb_body .et_overlay{
	vertical-align: middle;
}

.mfp-counter{
	display:none;
}

.ctdag-lightbox .mfp-bottom-bar{
	bottom: 40px;
	background-color: transparent;
}

.ctdag-lightbox .mfp-bottom-bar{
	background-color: transparent;
	color: 3c3c3b;
}

.ctdag-lightbox .mfp-bottom-bar .mfp-title .ctdag-lightbox-title{
	display: inline-block;
	padding: 8px 10px 10px 10px;
	background-color:rgb(0,0,0,0.75);
	font-size: 16px;
}


.mfp-bottom-bar{
	margin-top: -40px;
}

.et-pb-arrow-prev:hover, .et-pb-arrow-next:hover{
	color: #3c3c3b!important;
}

.et-l--body .Projets_colonne_droite ul{
	padding-bottom: 0px!important;
	line-height: 19px;
}

.et_pb_posts_nav .nav-previous a{
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out!important;
	transform: translate(3px, -3px);
	box-shadow: -3px 3px #3c3c3b;
}

.et_pb_posts_nav .nav-previous a:hover{
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}

.et_pb_posts_nav .nav-next a{
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out!important;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #3c3c3b;
}

.et_pb_posts_nav .nav-next a:hover{
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}

.et_pb_posts_nav .meta-nav {
    display: none;
}

.et_pb_posts_nav .nav-next a:after {
    content: '\35';
	font-family: "ETmodules";
}

.et_pb_posts_nav .nav-previous a:before {
	content: '\34';
	font-family: "ETmodules";
}

@media only screen and (max-width: 479px){
	.single-project .et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .single-project .et_pb_row .et_pb_column.et_pb_column_1_4:last-child {
    margin-top: 20px!important;
}
}

/* MODULE ACF */

.ctdag-item>*{
	margin-bottom:0;
}

/******** Page Points de vente ********/

@media screen and ( max-width: 980px ) {
    .inverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

/********* Page Liste marché ***********/

.list-marches a{
	color: #4A4A49;
	font-weight: bold;
}

.list-marches a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: #4A4A49;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

.list-marches a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.list-marches a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: #4A4A49;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

.list-marches a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/************** MENTIONS LÉGALES *******************/


ul.listtypo{
	padding-bottom: 0;
}

h4{
	padding: 0.4em 0 0.7em 0;
}

h5{
	padding: 0.3em 0 0.7em 0;	
}

.TXT-mentions-legales h4, .TXT-mentions-legales h5, .TXT-mentions-legales ul a{
	color: #3c3c3b;
}

.TXT-mentions-legales a{
	background-color: #dadada;
	color: #3c3c3b;
}

/***** TARTE AU CITRON *******/

/* Barre */

#tarteaucitronRoot #tarteaucitronAlertBig {
    color: #ececec;
	font-family: 'Hubballi', sans-serif !important;
    font-size: 14px !important;
    padding: 10px 10%;
}

#tarteaucitronAlertBig button{
	margin: 5px!important;
}	

#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #ffffff!important;
    color: #ec6550!important;
	border: solid 3px #ec6550;
	box-shadow: 3px 3px #3c3c3b;
	border-radius: 5px;
    padding: 5px 10px; 
	font-weight: 600;
    text-transform: uppercase;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: #ffffff!important;
    color: #bbd266!important;
	border: solid 3px #bbd266;
	box-shadow: 3px 3px #3c3c3b;
	border-radius: 5px;
    padding: 5px 10px; 
	font-weight: 600;
    text-transform: uppercase!important;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
	background: #ffffff!important;
    color: #b2b2b2!important;
	border: solid 3px #b2b2b2;
	box-shadow: 3px 3px #3c3c3b;
	border-radius: 5px;
    padding: 5px 10px; 
	font-weight: 600;
    text-transform: uppercase!important;
}

#tarteaucitronAlertBig button, #tarteaucitronServices button{
	display: inline-block;
	cursor: pointer;
	transition:
	transform 0.15s ease-out,
	color 0.05s ease-out,
	background-color 0.15s ease-out,
	box-shadow 0.15s ease-out;
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px #3c3c3b;
}

#tarteaucitronAlertBig button:hover, #tarteaucitronServices button:hover{
	transform: translate(0, 0);
	box-shadow: 0px 0px;
}

#tarteaucitronPrivacyUrlDialog{
	background: #ffffff!important;
    color: #ec6550!important;
	border: solid 3px #ec6550!important;
	box-shadow: 3px 3px #2c2c2b!important;
	border-radius: 5px!important;
	font-weight: 600;
	padding-top: 5px!important;
    text-transform: uppercase;
}

 #tarteaucitronPrivacyUrlDialog:hover{
	transform: translate(0, 0)!important;
	box-shadow: 0px 0px!important;
 }
 
 .tarteaucitronOpenPanel{
	 color: #3c3c3b;
 }
 
 .tarteaucitronOpenPanel:hover{
	 text-decoration: underline;
 }

.tarteaucitronOpenPanel {
	cursor: pointer;
}

.tarteaucitronBorder .tarteaucitronLine button{
	box-shadow: 3px 3px #b2b2b2!important;
}

.tarteaucitronBorder .tarteaucitronLine button:hover{
	transform: translate(0, 0)!important;
	box-shadow: 0px 0px!important;
}

.tarteaucitronTitle button{
	box-shadow: 3px 3px #b2b2b2!important;
}

.tarteaucitronTitle button:hover{
	transform: translate(0, 0)!important;
	box-shadow: 0px 0px!important;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
    background-color: #bbd266!important;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
    background-color: #ec6550!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #bbd266!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
    background-color: #ec6550!important;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed, #tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied, #gtagAllowed, #gtagDenied{
	text-transform: uppercase;
	font-weight: 600;
}


#tarteaucitronMainLineOffset .tarteaucitronName, #tarteaucitronMainLineOffset .tarteaucitronAsk {
	float: none!important;
	display: block!important;
	text-align: center!important;
}

#tarteaucitronMainLineOffset .tarteaucitronName span, #tarteaucitronMainLineOffset .tarteaucitronAsk{
	text-align: center!important;
}

#tarteaucitronMainLineOffset .tarteaucitronName span{
	margin-bottom: 15px;
}

#tarteaucitronMainLineOffset #tarteaucitronInfo {
	margin-bottom: 10px!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
    border-color: #bbd266!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
    border-color: #ec6550!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{
	border: 5px solid!important;
}