/*

Your custom css

*/

.seo_sub_description p, .accompagnement p, .s_description_left p, .s_description_right p, .cn_r_text p{
	font-size: 14px;
}
.seo_sub_description h2{
	font-size: 28px;
}
.pourquoi_cards h3 {
	font-size: 18px;
	font-weight: bold;
}
.accent {
    color: #fff;
   /* padding: 0 4px; */
   padding: 20px;
    background: #E87C6F;
}
.container {
    line-height: 1.4;
    /* font-size: 16px;*/
	font-size: 14px;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
.colomn2,
.colomn1_2,
.colomn3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/
    flex-wrap: wrap;
}
.colomn2 .col {
    flex-shrink: 1;
    width: 50%;
    padding: 0 15px;
    max-width: 50%;
}
.colomn3 .col{
    flex-shrink: 1;
    width: 33%;
    padding: 0 15px;
    max-width: 33%;
}
.colomn1_2 .col {
    flex-shrink: 1;
    width: 33%;
    padding: 0 15px;
    max-width: 33%;
}
.colomn1_2 .col+.col {
    flex-shrink: 1;
    width: 66%;
    padding: 0 15px;
    max-width: 66%;
}
.col > .bg_white {
    padding: 18px 23px;
    background: #F2F5E7;
}

.img-holder{
    text-align: center;
}
.img-holder img{
    max-width: 100%;
}
.seo {
    background: #ccc url() 50%/50% no-repeat;
    background-size: cover;
    padding-bottom: 65px;
}
.seo p,
.seo {
    color: #fff;
}
.seo_title {
    font-size: 40px;
    padding: 0 15px;
	font-weight: 600;
	margin-top: 20px;
}
.seo_title_l2 {
    font-size: 50px;
    padding: 0 15px 15px 15px;;
	font-weight: 600;
}
.seo_title >* {
    font-size: 50px;
}
.seo_phone {
    text-align: center;
    font-size: 50px;
    margin-bottom: 17px;
}
.seo_accent {
    position: relative;
    font-size: 50px;
    margin: 0 80px 87px 0;
}
.seo_accent:before {
    content: '';
    width: 65px;
    height: 65px;
    background: url('') 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translate(100%, -50%);
}
.seo_accent:after {
    content: '';
    width: 65px;
    height: 65px;
    background: url('') 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 100%) rotate(90deg);
}
.seo_accent h3 {
    font-size: 50px;
}
.seo_accent p {
    color: #fff;
    font-size: 21px;
}
.seo_sub_title {
    text-align: center;
    font-size: 28px;
}
.seo_sub_description {
    padding: 20px;
}
.seo .green {
    background: #93C01F;
}
.seo .green .seo_sub_title {
    background: #7C9D3C;
    position: relative;
    padding: 20px 0 35px ;
	font-weight: 700;
}
.seo .green .seo_sub_title:before {
    content: '';
    position: absolute;
    width: 80px;
    bottom: 20px;
    height: 7px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}


.pourquoi {
    background: #fff;
    text-align: center;
    padding: 50px 0 ;
}
.pourquoi_title{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    margin-bottom:46px;
}
.pourquoi_title:before{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 7px;
    background: #93C01F;
}
.pourquoi_subtitle{
    font-size: 14px;
    margin-bottom: 45px;
}
.pourquoi_cards .col .bg_grey{
    background: #F1F1F1;
    margin-bottom: 30px;
    padding:31px 15px 12px;
    font-size: 18px;
}


.accompagnement{
    background: #0483ba;
    padding: 40px 0;
    color: #fff;
}
.accompagnement p{
    color: #fff;
}
.ac_title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin-bottom: 50px;
}
.ac_title:before{
    content: '';
    position: absolute;
    bottom:-18px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 7px;
    background: #93C01F;
}
.ac_subtitle{
    text-align: center;
    font-size: 14px;
}


.parlons{
    padding: 40px 0;
    background: #ccc url() 50%/50% no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.parlons .colomn2{
    position: relative;
    max-width: 948px;
    margin: 0 auto;
}
.parlons .colomn2:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #fff;

}
.parlons strong,
.parlons p{
    font-size: 35px;
}
.parlons h2{
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.4px;
    color: #ffffff;
	font-weight: bold;
}
.parlons img{
    display: block;
    margin: 0 auto 7px;
}
.parlons a {
    display: inline-block;
    font-size: 13px;
    background: #fff;
    color: #000;
    padding:10px 30px;
}
.parlons a:hover {
    opacity: 0.8;
}
.bg_blue{
    padding: 12px;
    background: #3783B6;
    color: #fff;
}
.bg_blue p{
    color: #fff;
}


.savoir{
    padding: 55px 0;
    font-size: 14px;
}
.s_title_left,
.s_title_right{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin-bottom: 50px;
}
.s_title_left:before,
.s_title_right:before{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 7px;
    background: #93C01F;
}
.s_title_left img{
    display: block;
    margin: 0 auto 20px;
}


.gamme{
    padding: 40px 0;
    background: rgba(147, 192, 31, 0.27);
}
.g_title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin-bottom: 30px;
    color: #000;
}
.g_title:before{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 7px;
    background: #93C01F;
}
.g_list{
    text-align: center;
}

.contactez{
    padding: 50px 0 10px;
}
.cn_title{
    text-align: center;
    font-size: 50px;
}
.cn_r_title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin-bottom: 50px;
    color: #000;
}
.cn_r_title:before{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 7px;
    background: #93C01F;
}
.cn_shortcode{
    background: #F2F5E7;
    padding: 15px;
}

.engagement{
    padding: 40px 0;
}
.engagement .container{
    border: 5px solid #e8f1d2;
    padding: 15px;
}
.engagement .colomn1_2{
    align-items: center;
}
.e_title{
    text-align: center;
}
.wpcf7 p,
.wpcf7 {
    line-height: 1.4;
    color: #000;
}
.wpcf7 input,
.wpcf7-form .wpcf7-textarea,
.wpcf7 select {
    width: 100%;
}
.wpcf7 select {
    padding: 6px 0;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
}
.wpcf7 input[type="checkbox"]{
    width: auto;
}
.wpcf7 .colomn2{
    margin: 0 -15px;
}
.wpcf7 .wpcf7-submit{
margin: 0 auto;
background-color: #93C01F;
height: 37px;
width: auto;
border: 0;
border-radius: 2px;
font-family: 'NunitoSansBold', Arial, sans-serif;
font-size: 14px;
color: #FFF;
display: block;
padding: 13px 35px;
}
.wpcf7 i{
    color: red;
}
.wpcf7 .file{
    font-size: 10px;
    margin-bottom: 20px;
}
.wpcf7 .accent {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
}
.wpcf7-acceptance{
    font-size: 9px;
}

@media (max-width: 768px){
    section {
        max-width: 100%;
        width: auto;
    }
    .colomn2 .col,
    .colomn3 .col,
    .colomn1_2 .col,
    .colomn1_2 .col+.col{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .seo_title >*,
    .seo_accent h3,
    .cn_title{
        font-size: 40px;
        line-height: 1.2;
    }
    .seo_accent{
        margin-right: 0;
    }
    .seo_accent:before,
    .parlons .colomn2:before{
        content: none;
    }
}
