/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */



.dsm-flipbox {
    height: 300px !important;
    width: 300px !important;
}
.class-icon-acc span.dsm_flipbox_child_image_wrap img {
    width: 95px !important;
}

.li-class1 li {
    background: url(/wp-content/uploads/2023/03/icon-li-oxium.png) no-repeat left 2px;
    padding: 0 0 15px 42px;
    list-style-type: none;
    background-size: 32px;
}
.li-class1 {
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
}

.class-color-titre1 h4  {
    color: #708f1e !important;
}

.et_pb_row.et_pb_row_5.class-color-titre1 img {
    width: 88px !important;
}
@media (min-width: 981px){
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item{
		 width: 32% !important;
   		 margin-right: 2% !important;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.last_in_row{
		   		 margin-right:0 !important;
	}
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1){
	    clear: inherit !important;	
	}
}
.et_pb_row.et_pb_row_8.direction-c.et_pb_row_5col h4 {
    font-size: 19px !important;
}
.cls-formuler-ctn p span {
    width: 100%;
	margin-right: 30px;
}
.cls-formuler-ctn p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
button.wpcf7-form-control.wpcf7-submit.et_pb_button.et_pb_bg_layout_light {
    float: right;
}
.et_right_sidebar #sidebar {
    display: none !important;
}
.et_right_sidebar #left-area {
    width: 100% !important;
}
#main-content .container:before{
	width: 0px !important;	
}

.container.et_menu_container {
    width: 100% !important;	
    max-width: 1480px !important;	
}

.text-contact-lien a {
    text-decoration: none !important;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
    font-family: 'montserrat',display !important;

}
#top-menu li.current-menu-item>a  , #top-menu-nav>ul>li>a:hover{
    color: #4B8425 !important;
}
#top-menu li {
    padding-right: 14px !important;
}

p.et_pb_member_position {
    line-height: 29px !important;
}


/*p.post-meta {
    font-size: 15px !important;
}*/
span.wpcf7-list-item.first.last , p.logged-in-as {
    font-size: 16px !important;
    line-height: 28px !important;
    padding-top: 15px !important;
}
h1.entry-title , h3#reply-title {
    font-family: 'Audiowide',display !important;
}
.post-content-inner p , p.post-meta {
    font-family: 'Comfortaa',display !important;
}
/*************video acc****************/
@media only screen and (min-width: 1381px){ 

.class-vedio-acc .et_pb_section_video_bg{
top: -139px !important;
}
}

@media only screen and (max-width: 1500px){ 
.et_pb_section.et_pb_section_0.class-vedio-acc {
    padding-bottom: 25% !important;
}
}
@media only screen and (max-width: 1380px){ 

.class-vedio-acc .et_pb_section_video_bg{
top: -100px !important;
}
}
@media only screen and (max-width: 1199px){ 

.class-vedio-acc .et_pb_section_video_bg{
top: -77px !important;
}
}
@media only screen and (max-width: 980px){ 

.class-vedio-acc .et_pb_section_video_bg{
top: 0px !important;
}
	.et_pb_section.et_pb_section_0.class-vedio-acc {
    padding-bottom: 100% !important;
}
}

@media only screen and (max-width: 394px){ 

.class-vedio-acc .et_pb_section_video_bg{
top: -42px !important;
}
}
/************mobile menu*****************/
@media (max-width: 1405px) and (min-width: 1240px){
#top-menu li a {
    font-size: 13px !important;
}
}
/*@media (max-width: 1384px){
#top-menu li a {
    font-size: 15px !important;
}
}*/
@media (max-width: 1239px){
#et_mobile_nav_menu {
    display: block;
}
	#top-menu {
    display: none;
}
}

@media (max-width: 980px) {
.et_fixed_nav #main-header {
    position: fixed !important;
}
}
/*****************************/

#cmplz-manage-consent .cmplz-manage-consent {
    animation: mc_slideIn 0.5s forwards !important;
    animation-delay: 0 !important;
}
h3.et_pb_module_header {
    padding-top: 15px;
}

/***************lire plus**************/
 details{
  display:inline;
}
details {
  position:relative;
    float: left;
    padding-bottom: 34px;
}
details summary {
	color: #A7A7A7;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500;
	padding-top: 10px;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:50px;
  /*padding-top:10px;*/
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
details[open] #close {
    position: relative;
    top: 0px;
	    padding-bottom: 9px;
	
}
details #open{padding-left:5px;text-align:center;}
details #open:after{
	display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 8px;
    content: '\2304';
    font-family: "mfn-icons";
}
	details #close:after {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 10px;
    content: '\2304';
    font-family: "mfn-icons";
    transform: rotate(180deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Fin lire plus*/

.class-justf p {
    text-align: initial;
}


.class-form input.wpcf7-form-control , textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border-bottom: 1px solid;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 124px !important;
}

.class-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background: #f7f8fa;
    border-bottom: 1px solid;
}

.class-form button.wpcf7-form-control.wpcf7-submit.et_pb_button.et_pb_bg_layout_light {
    color: #999;
    border-radius: 30px;
    border: 5px solid;
}


section#comment-wrap {
    display: none;
}

p.post-meta {
    display: none;
}
/************************************/
@media (max-width: 980px){
.et_pb_section {
    padding: 20px 0;
}
}	
	
span.class-txt {
    font-size: 25px;
}
@media (max-width: 980px){

.et_pb_team_member_image {
margin-bottom: 15px !important;
    display: block !important;
    margin: 0 auto !important;
}
}
input.wpcf7-form-control.wpcf7-file {
    border-bottom: 0px !important;
}
p.text-form {
    font-size: 17px;
    margin-bottom: -38px;
    padding-top: 14px;
}
h3.et_pb_module_header , ul li , .et_pb_blog_0 .et_pb_post .post-content *{
	color:#717171  !important; 
}

#top-menu li a {
    font-weight: bold !important;	
}
.class-white-footer p , .class-white-footer h4>span {
    color: white !important;
}
.class-white-footer .et-pb-icon.et-animated {
    color: #4B8425!important;
}

.class-color-titre1 h4.et_pb_module_header {
    min-height: 77px;
}

.et_pb_module.et_pb_text.et_pb_text_0.class-text-slider h1 {
    font-size: 44px !important;
    color: #FFFFFF!important;
    line-height: 72px!important;
    font-weight: bold !important;
    text-shadow: 0 0 13px rgb(0 0 0 / 36%)!important;
    text-transform: uppercase !important;
}

.classul ul.dsm_icon_list_items {
    padding: 0 !important;
}
.et_pb_blog_grid .et_pb_post{
	    padding: 13px !important;
}
.class-icon-ac img {
    max-width: 73px !important;
}

.image-02 img {
    width: 74px !important; 
}
.wdcl_logo_carousel_0 .slick-prev{
left: -59px !important;
}
.wdcl_logo_carousel_0 .slick-next{
right: -59px !important;	
}

.dsm-flipbox.dsm-flipbox-effect-right {
    margin: 0 auto;
    display: block;
    text-align: center !important;
}

span.percent-value {
    color: white !important;
}

.et_pb_divider_0:before {
    border-top-color: #4B8425 !important;

}

@media (max-width: 425px){
.et_pb_module.et_pb_text.et_pb_text_0.class-text-slider h1 {
    line-height: 50px!important;
}
	.et_pb_module.et_pb_text.et_pb_text_0.class-text-slider h1 {
    font-size: 23px !important;
    line-height: 45px !important;
    margin-top: 50%;
}
}

@media (max-width: 600px){
.et_pb_module.et_pb_text.et_pb_text_0.class-text-slider h1 {
    line-height: 60px!important;
}
}

.class-blc p.post-meta {
    display: block;
    font-size: 20px !important;
}

.et_pb_column.et_pb_column_1_3.et_pb_column_5.class-img-acc img {
    opacity: 0;
}
.et_pb_column.et_pb_column_1_3.et_pb_column_5.class-img-acc.et_pb_css_mix_blend_mode_passthrough:hover img {
    opacity: 1;
    transition: 1s;
}

p.post-meta> span {
    font-size: 16px !important;
    line-height: 23px !important;
    color: #717171 !important;
    font-family: 'Comfortaa',display !important;
	    font-style: italic;
}


.dsm_flipbox .dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2) {
    -webkit-transform: rotateX(0deg) rotateY(0deg) !important;
    transform: rotateX(0deg) rotateY(0deg) !important;
}

.dsm_flipbox_0 .dsm_flipbox_child, .dsm_flipbox_1 .dsm_flipbox_child, .dsm_flipbox_2 .dsm_flipbox_child, .dsm_flipbox_3 .dsm_flipbox_child {
    transition: none !important;
}