/*
Theme Name: Divi Enfant par Incomm
Description: Theme enfant du theme Divi
Author: Incomm
Author URI: https://www.incomm.fr
Template: Divi
Version: 1.0
*/
/*Remove sidebar*/
#sidebar {
	display:none;
}

/*Remove thin line*/
#main-content .container:before {
	background: none;
}
.fa.fa-mobile{
color:#fff!important;
font-size:25px;
}
ul.products li{
background:#ae0d12;
}
.product-link{
color:#fff!important;
  position: relative;
  bottom: 20px;
}
.product-link:hover{
color:#000!important;
}
.encart_para .et_parallax_bg {
	background-size: auto!important;
}
/*Make content 100% width*/
@media (min-width: 981px){
	.product .related h2{
	 font-size:1.5vw!important;
	}
#left-area {
	width: 100%;
	padding-right: 0px !important;
}
}
/*fin*/
body {
    color:#000;
    font-family: "Montserrat";
    font-weight:400;
    line-height: 30px;
    font-size: 20px;
    margin:0;
    padding: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.hvr-underline-from-center::before {
    background: #ae0d12 !important;
    height: 3px !important;
}
ol.flex-control-nav.flex-control-paging{
display:none;
}
/*HEADER*/
#main-header {
    background-color: #fff;
    min-height: 165px;
	-webkit-box-shadow: 0 3px 17px rgba(0,0,0,.5) !important;
	-moz-box-shadow: 0 3px 17px rgba(0,0,0,.5) !important;
	box-shadow: 0 3px 17px rgba(0,0,0,.5) !important;
}
#top-menu a {
    color: #000 !important;
    text-transform: uppercase;
}
#et-top-navigation {
    font-weight: 300;
}
#top-menu li {
    font-size: 19px;
    font-weight: 300;
}
.et_pb_contact_field_options_wrapper {
    display: block;
    font-size: 15px;
}
.n2-section-smartslider {
    overflow: hidden;
}
div#n2-ss-1 .nextend-arrow {
    background: rgba(162,162,162,0.7);
    width: 90px !important;
    height: 90px !important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#n2-ss-1 .nextend-arrow img {
    max-width: 60% !important;
    max-height: 60% !important;
}
.et_pb_scroll_top.et-pb-icon{
    font-size: 55px;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background:#ae0d12;
    padding: 0;
	right:5vw;
}
#et-top-navigation .et-cart-info {
    display: none;
}
h1 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat" !important;
}
table, td {
    border: none !important;
}
a { transition: all 0.3s;}
h1::after,
/*h1::before,*/
.after::after,
.after2::after,
.after3::after,
.before::before,
.before2::before,
.before3::before {
    display: block;
    background:#ae0d12;
    content: "\ ";
    width: 115px;
    margin: 25px auto 0;
}
h1::after {
    height: 8px;
}
/*h1::before {
    height: 8px;
}*/
.after2::after {
    background:#fff;
    height: 8px;
}
.before2::before {
    height: 5px;
    width: 100%;
}
.after::after,
.before::before {
    background:#fff;
    height: 1px;
    width: 100%;
}
.after3::after,
.before3::before {
    width: 70%;
}
.after3::after {
   height:1px;
}
.before3::before {
    height:5px;
}
a.ctc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 133px;
    background: #ae0d12;
    color: #fff;
    font-size: 25px;
}
a.ctc:hover {
    background: #fff;
    color: #ae0d12;
}
a.btnf {
    display: flex;
    align-items: center;
    justify-content: center;
    font: 300 23px "Montserrat";
    color: #000 !important;
    border: 1px solid #ae0d12;
    padding: 15px;
    width: 250px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}
a.btnf:hover {
    color: #fff !important;
    background: #ae0d12;
}
/*Page contact*/
.caldera-grid .form-control {
	height: 50px !important;
    padding: 16px !important;
    background-color: #eee !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}
.caldera-grid .btn-default {
    color: #fff !important;
    background-color: #ae0d12 !important;
    border-color: #ccc !important;
    padding: 10px 35px !important;
    text-transform: uppercase;
	float: right;
}
.caldera-grid textarea.form-control {
    height: 200px !important;
}
p.caldera-forms-consent-field-agreement {
    /*display: block !important;*/
}
.caldera-grid .checkbox-inline, .caldera-grid .radio-inline {
    /*display: flex;
    align-items: flex-start;*/
    margin-top: 25px;
}
.caldera-grid label {
    display: inline-block !important;
}


/*Liste produits*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 27px .5em .5em .5em!important;
    background: #ae0d12;
    min-height: 110px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;	
}
.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
    margin: 0 !important;
}
.woocommerce ul.products li.product a .ensavoir {
	text-align:center;
	color:white;
	padding-bottom: 40px;
}
.et_overlay {
    border: none !important;
    background: rgba(0,0,0,.4) !important;
}
.et_overlay::before {
    font-size: 55px !important;
    color: #ae0d12 !important;
}
.posted_in a {
    color: #ae0d12 !important;;
}
/*Liste produits*/
/**/
.prez {

}

/**/
.decou div.imgs {
    overflow: hidden;
    position: relative;
    transition: all .4s linear;
}
.decou div.imgs img {
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1.1);
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.decou > div:hover div.imgs img {
    -webkit-transform: scale(1.3);
    transform: scale(1.2);
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
  }
.decou div.txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 390px;
    background: #ae0d12;
    position: relative;
}
.decou div.txt span {
    font: 500 48px "Montserrat";
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.decou div.txt a {
    font: 600 24px "Montserrat";
    color: #fff;
    text-transform: uppercase;
}
.decou div.txt a i {
    color: #fbba00;
}
.decou div.txt a:hover {
    color: #fbba00;
}
.decou div.txt a:hover i {
    margin-left: 5px;
}
img.icon1 {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
/*page contact*/
#contacts {
    
}

/*devis*/
#devis {
    display: flex;
    background:url(img/para.jpg) no-repeat center fixed;
    min-height: 435px;
}
.devis {
    display: flex;
    justify-content: flex-end;
}
.devis div.txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 270px;
}
.devis div.txt span {
    font: 500 48px "Montserrat";
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.devis div.txt a {
    font: 300 24px "Montserrat";
    color: #fff;
    padding: 20px 15px;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
}
.devis div.txt a:hover,
.devis div.txt a:hover i {
    color: #ae0d12;
}
.devis div.txt a i {
    color: #fff;
    font-size: 20px;
}

/**/
div.ti {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
}
span.titr {
    display: block;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
}
span.titr.after2::after {
    background: #ae0d12;
}

span.addr {
    color: #1d1d1d;
}
/**/
.ctc {

}
.ctc > div,
.ctc > a.map {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 760px;
}
.ctc div.txtx {
    background: #d4d4d4;
}
.ctc a.map {
    background:url(img/map.jpg) no-repeat center top;
}
.ctc div.txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ctc div.txt span.after2::after {
    background: #ae0d12;
}
.ctc div.txt span {
    font: 500 59px "Montserrat";
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.ctc div.txt span + span {
    font-size: 22px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom:30px; 
    text-transform: none;
}
.ctc div.txt a {
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 16px "Montserrat";
    color: #000;
    border: 1px solid #000;
    padding: 15px;
    width: 50%;
    margin: 0 5px;
    text-align: center;
    border-radius: 45px;
    text-transform: uppercase;
}
.ctc div.txt a:hover {
    color: #fff;
    background: #000;
}
.ctc div.txt a i {
    font-size: 25px;
    margin-right: 5px;
}
/*categorie*/
#listprd > div {
    max-width: 399px;
    position: relative;
    overflow: hidden;
}
#hoverp {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
    top: -100%;
    height: 317px;
    /*left: 0;*/
    position: absolute;
    text-align: center;
    transition: all 0.15s ease-out 0s;
    width: 100%;
    max-width: 369px;
}

#listprd > div:hover #hoverp {
    top: 0;
    z-index: 1000;
}
.cat  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ae0d12;
    min-height: 120px;
    text-transform: uppercase;
}
.cat span {
    display: block;
    font-size: 32px;
    text-align: center;
    color: #fff;
}
.cat a {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.cat a:hover {
    color: #000;
}
.cat a i {
    font-size: 16px;
}


/**/
.infos{
    text-align: center;
}
.infos a {
    display: block;
    border-bottom: 1px solid #ae0d12;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
#custom_html-2 > div {
    display: flex;
	flex-direction: column;
}
#custom_html-2 > div.infoss {
    margin-left:15px;
}
.infos span {
    display: block;
    color: #2c2c2c !important;
    font-size: 22px;
    font-family: "Montserrat";
    text-align: center;
}
h4.title {
    color: #1d1d1d;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 0;
}
.socials {
    display: flex;
}
.socials a {
    background: #ae0d12;
    display: block;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff !important;
    margin-right: 10px;
}
.socials a i {
    color: #fff !important;
}
/**/
#footer-widgets {
/*     padding: 0; */
	padding: 0 15px;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 0;
}
#nav_menu-3 {
    margin-top: 58px;
    margin-left: 80px;
}
#footer-widgets .footer-widget li {
    padding-left: 0;
}
#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
    color: #1d1d1d !important;
    font-size: 16px;
    font-weight: 300;
}
#footer-widgets .footer-widget li a {
    border-bottom: 2px solid transparent;
}
#footer-widgets .footer-widget li a:hover {
    border-bottom: 2px solid #ae0d12;
}
.et_pb_widget ul li {
    margin-bottom: 0 !important;
    line-height: 25px;
}
#footer-widgets .footer-widget li::before {
    display: none;
}
/*.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
    width: 100%;
}*/

h4.title::before {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 32px;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    font-size: 25px;
    color: #ae0d12;
    font-family: "fontawesome";
    margin-right: 15px;
}
#custom_html-2 h4.title::before {
    content: "\f041";
}
#nav_menu-2 h4.title::before {
    content: "\f0e8";
}


/*COPYRIGHT*/
#main-footer {
    background-color: #fff;
    min-height: 390px;
    border-top: none;
}

#footer-bottom {
    padding: 0;
    background-color: #ae0d12;
}
#footer-bottom > div {
    display: flex;
    align-items: center;
}
.incommright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}
.incommright a {
    color: #fff;
}
.incommright a:hover {
    text-decoration: underline;
}
@media (max-width:767px) {
    #main-header {
        display: flex;
    }
    #main-header > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    span.logo_helper {
        display: none !important;
    }
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .et_pb_row_0, .et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row_0 {
        width: 90% !important;
    }
    .et_pb_section_0 {
        padding-top: 5px !important;
        padding-bottom: 0px !important;
    }
    .et_header_style_left .logo_container {
        position: relative;
    }
    #et-top-navigation {
        padding: 0 !important;
    }
    .et_header_style_left .mobile_menu_bar,
    .et_header_style_split .mobile_menu_bar {
        padding-bottom: 0;
    }
    .et_mobile_menu {
        border-top: 3px solid #ae0d12;
        top: 135px;
    }
    .et_header_style_left .logo_container {
        position: relative;
    }
    .et_mobile_menu li a:hover, .nav ul li a:hover {
        background-color: rgba(0,0,0,.08) !important;
    }

    h1 {
        font-size: 30px !important;
    }
    .mobile_menu_bar::before {
        color: #ae0d12 !important;
    }

    span.titr {
        font-size: 30px !important;
    }
    #hoverp {
        height: 68%;
        max-width: 91%;
    }
    #listprd > div {
        margin-bottom: 25px !important;
    }

    .ctc div.txtx {
        padding-top: 30px;
    }
    .devis div.txt a {
        font-size: 20px !important;
    }
    .ctc div.txt span {
        font-size: 30px !important;
    }
    .ctc > div, .ctc > a.map {
        min-height: 255px !important;
    }
    #footer-widgets .footer-widget .fwidget {
        align-items: flex-start !important;
    }

    #footer-widgets {
        padding: 0 10% !important;
    }

    #prez {
        padding-top: 30px;
        padding-bottom: 0;
    }
    #prez > div {
        width: 90%;
    }
    .decou div.txt span {
        font-size: 25px;
    }
    .decou div.txt a {
        font-size: 20px;
    }
    .devis div.txt span {
        font-size: 25px;
    }
    .devis div.txt a {
        width: 90%;
    }
    .partner > div {
        text-align: center;
    }
    .partner span {
        font-size: 35px;
    }
    .partner > div img {
        margin: 0;
    }
    .ctc div.txt span + span {
        font-size: 16px !important;
        padding: 0 15px;
    }
    .ctc div.txt a {
        width: 100%;
        margin: 5px;
    }
    .ctc a.map {
        background-size: contain;
        min-height: 254px;
    }
    #main-footer {
        padding-top: 35px;
    }
    #main-footer .container {
        width: 100%;
    }
    #footer-widgets .footer-widget .fwidget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0 !important;
    }
    #footer-widgets .footer-widget .fwidget:last-child {
        margin: 0 !important;
    }
    #custom_html-2 > div {
        align-items: center;
        flex-direction: column;
    }
    .infoss {
        margin-top: 25px;
    }
    .incommright {
		justify-content: center;
		flex-direction: column;
	}
}

@media (min-width:768px) and (max-width:991px){
    #main-header {
        display: flex;
    }
    #main-header > div {
        display: flex; 
        align-items: center;
        justify-content: space-between;
        width: 95%;
    }
    .et_pb_section_0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .et_pb_row_0, .et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row_0 {
        width: 100% !important;
    }
    #et-top-navigation {
        padding: 0 !important;
    }
    .et_header_style_left .mobile_menu_bar,
    .et_header_style_split .mobile_menu_bar {
        padding-bottom: 0;
    }
    .mobile_menu_bar::before {
        color: #ae0d12 !important;
    }
    .et_mobile_menu {
        border-top: 3px solid #ae0d12;
        top: 107px;
    }
    .et_header_style_left .logo_container {
        position: relative;
    }

    .devis {
        justify-content: center;
    }

    #listprd > div {
        flex: 0 0 50%;
        margin-bottom: 25px !important;
    }
    #hoverp {
        height: 72%;
        max-width: 92%;
    }


    #prez > div {
        width: 95%;
    }
    #prez {
        padding-top: 68px;
    }
    .decou div.txt span {
        font-size: 35px;
    }
    #partenaire> div {
        width: 100%;
    }
    .partner > div {
        text-align: center;
    }
    .partner > div img {
        margin: 0 15px;
        max-width: 20%;
    }
    .ctc div.txt {
        width: 85%;
    }

    #main-footer .container {
        width: 100%;
    }
    #nav_menu-3 {
        margin-left: 15px;
    }
    .infoss {
        position: relative;
        margin-left: 25px;
        padding-left: 25px;
    }
    .infoss::after {
        display: inline-block;
        background:#2c2c2c;
        content: "\ ";
        width: 2px;
        height: 22%;
        position: absolute;
        top: 25px;
        left: 0;
    }
    .infos span {
        font-size: 17px;
    }
    
    #footer-widgets {
        padding: 8% 5% 4%;
        justify-content: space-around;
    }
    #footer-widgets .footer-widget:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 35px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*#footer-widgets .footer-widget:nth-child(2) {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }*/
    #footer-widgets .footer-widget:last-child {
        margin: 0 !important;
        width: 35% !important;
    }
}
@media (max-width:980px){
.product .related h2{
	 font-size:15px!important;
	}
h4.title {
    color: #1d1d1d;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 0;
}
}
@media (min-width:981px) {
	h4.title {
    color: #1d1d1d;
    font-size:1.30vw;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 0;
}
    .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
        padding-left: 15px !important;
    }
    .et_header_style_left .logo_container {
        width: auto !important;
    }
    /*.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 100% !important;
    }*/
    
    .et_pb_gutters3 .footer-widget:first-child {
        display: flex;
        align-items: center;
        padding-left: 0;
		padding-right: 35px;
    }
    .et_pb_gutters3 .footer-widget {
        border-right: 1px solid #ae0d12;
    }
    .et_pb_gutters3 .footer-widget:last-child {
        border-right: none;
    }

}  
@media (min-width:992px) {
/****************************/
.left_form {width: 45%;float: left; margin-right: 5%;}
.right_form {width: 50%;float: left;}
#forms-contact .zip_cod {width: 50%; margin-right: 10%;}
#forms-contact .left_form .form {display: flex; justify-content: space-between;}
/*****************************/
    .top-header {
        display: flex;
        align-items: center;
        min-height: 50px;
        background-color: #ae0d12;
    }
    .adrest {
        display: flex;
        justify-content: center;
        align-items: center;
        font:300 24px 'Lato' !important;
        color: #fff !important;
        margin-right: 0;
        text-align: center;
        text-transform: uppercase;
    }
    .adrest i {
        color: #fff;
        font-size: 25px;
        margin-right: 10px;
        text-align: center;
    }
    .adrest.fb i {
        margin-right: 0;
        margin-left: 10px;
    }
    .adrest.fb:hover,
    .adrest.fb:hover i {
        color: #000 !important;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a,
    .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
        padding-bottom: 50px;
    }
	#top-menu li#menu-item-31:hover::before,
	#top-menu li#menu-item-31.current_page_item::before,
	#top-menu li#menu-item-43:hover::before,
	#top-menu li#menu-item-43.current_page_item::before {
        color: #ae0d12;
    }
    #top-menu li a:hover::after,
    #top-menu li.current_page_item a::after {
        display: block;
        background:#ae0d12;
        content: "\ ";
        width: 100%;
        height: 3px;
        margin: 10px 0 0;
    }
    #top-menu li a:hover,
    #top-menu li.current_page_item a {
        color:#ae0d12 !important;
    }
    #et-top-navigation {
        padding: 0 !important;
    }
    /*#top-menu li {
        display: flex;
        align-items: center;
    }*/
    #main-header {
        display: flex;
    }
    #main-header > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .et_header_style_left .logo_container {
        position: relative;
        width: 225px;
    }
    #top-menu li#menu-item-31 {
        display: flex;
    }
    #top-menu a {
        padding: 0 !important;
    }
    #top-menu li#menu-item-31::before/*,
	#top-menu li#menu-item-43 a::before */{
        display: flex;
		align-items:center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 32px;
        font-weight: 400;
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        font-size: 20px;
        color: #b7b0a6;
        font-family: "fontawesome";
    }
	#top-menu li#menu-item-31::before {
        content: "\f015";
		border-right: 1px solid #bfb9b0;
        padding-right: 15px;
        margin-right: 15px;
    }
	/*#top-menu li#menu-item-43 a::before {
		content: "\f0e0";
		text-indent: 0;
    }
	#top-menu li#menu-item-43 a {
        display: inline-block;
		text-indent: -999em;
    }*/
	
    /*SLIDER*/
    div#n2-ss-1 .n2-ss-control-bullet {
        margin-top: 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
    }

    /**/
    .et_pb_gutters3 .footer-widget {
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 80px;
    }
    .infoss {
        margin-left: 40px;
        padding-left: 40px;
        position: relative;
    }
    .infoss::after {
        display: inline-block;
        background:#2c2c2c;
        content: "\ ";
        width: 2px;
        height: 22%;
        position: absolute;
        top: 25px;
        left: 0;
    }

    /*#main-footer > div {
        width: 85%;
    }*/
    #footer-bottom > div {
        width: 85%;
    }
    #main-footer > div.container-fluid {
        min-height: 320px;
        padding-top: 85px;
    }

    /*#footer-widgets .footer-widget:first-child {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #footer-widgets .footer-widget:nth-child(2) {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #footer-widgets .footer-widget:last-child {
        
    }*/

    /**/
    #contact .et_pb_contact_right p input,
    #contact .et_pb_contact p input,
    #contact .et_pb_contact p textarea,
    #contact .et_pb_subscribe .et_pb_contact_field input,
    #contact .et_pb_subscribe .et_pb_contact_field textarea {
        padding: 10px;
    }
}

.et_pb_text_inner a
{
	color:#ae0d12;
	font-weight:600;
}

.et_pb_text_inner a:hover
{
	border-bottom: 1px solid;
}


@media (min-width:992px) and (max-width:1199px) {
    
    .et_header_style_left .logo_container {
        max-width: 30%;
    }
    #top-menu li a {
        font-size: 15px !important;
    }
    .adrest {
        font-size: 18px !important;
    }
    #hoverp {
        height: 62%;
        max-width: 88%;
    }
    .cat span {
        font-size: 25px;;
    }

    #prez > div {
        width: 95%;
    }
    .decou div.txt span {
        font-size: 35px;
    }
    
    .ctc div.txt span + span {
        font-size: 16px;
    }
    .ctc div.txt a {
        font-size: 12px;
    }
    #main-footer .container {
        width: 100%;
    }
    #nav_menu-3 {
        margin-left: 15px;
    }
    .infoss {
        margin-left: 25px;
        padding-left: 25px;
    }
    .infos span {
        font-size: 17px;
    }
    h4.title {
        font-size: 20px;
    }
    .socials a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 5px;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    #top-menu li {
        font-size: 13px;
    }
}

@media (min-width:1200px) and (max-width:1365px) {
    #prez > div {
        width: 95%;
    }
    #partenaire> div {
        width: 100%;
    }
    .ctc div.txt span + span {
        font-size: 20px;
    }
    .infos span {
        font-size: 20px;
    }
    .ctc div.txt a {
        font-size: 18px;
    }
    .partner > div img {
        margin: 0 35px;
    }
    #main-footer .container {
        width: 100%;
    }
}

@media (min-width:1366px) and (max-width:1599px) {
    
    .et_header_style_left .logo_container {
        max-width: 35%;
    }
    #top-menu li a {
        font-size: 15px !important;
    }
    #hoverp {
        height: 69%;
        max-width: 91%;
    }


    #main-footer .container {
        width: 100%;
    }
}

@media (min-width:1600px) and (max-width:1800px) {
}
@media (min-width:1801px) {
}

#forms-contact label {width: 100%;}
#forms-contact input[type="text"], #forms-contact input[type="email"], 
#forms-contact input[type="tel"], #forms-contact input[type="number"] {width: 100%;}
#forms-contact textarea {width: 100%;}
/* #forms-contact .form1 {width: 45%; float: left; margin-left: 35px;} */

div.wpcf7 input[type="file"] {cursor: pointer; border: 1px solid; padding: 0 10px 0 0;}
[type="button"], [type="reset"], [type="submit"], button {padding: 5px 55px;}

/*Complianz*/
#cmplz-document {
 max-width : 100%
} 
