/*body {
  background-color: #0b0b0b;
  color: #FFF;
}
*/

body{
  font-family: 'Open Sans', sans-serif;
}

.transition{
  transition: all 0.3s;
}

a{
  color: #0D67B4;
}

.text-green-pf-clair{
  color: #c0cc2d;
}

.button_menu{
  position: fixed;
  z-index: 6;
  left: 15px;
  top: 30px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .button_menu{
    left: 15px;
    top: 22px;
  }
}
@media (min-width: 768px) {
  .button_menu{
    left: 15px;
    top: 50px;
  }
}

.button_menu > i{
  height: 2px;
  width: 28px;
  transition: all 0.3s;
  position: relative;
  background-color: #0DB42D;
}

.button_menu .menu_l1{
  margin-bottom: 6px;
  top: 0px;
}
.button_menu .menu_l2{
  margin-bottom: 6px;
}

.button_menu .menu_l3{
  bottom: 0px;
}

#checked_panel:checked ~ .button_menu .menu_l1{
  transform: rotate(40deg);
  top: 8px;
}

#checked_panel:checked ~ .button_menu .menu_l2{
  opacity: 0;
}

#checked_panel:checked ~ .button_menu .menu_l3{
  transform: rotate(-40deg);
  position: relative;
  bottom: 8px;
}

.responsive_menu_1 .responsive_menu_4{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  overflow: auto;
}

.responsive_menu_1 > .responsive_menu_2{
  height: 100%;
  background-color: #FFF;
}

.responsive_menu_1 > .responsive_menu_2:before {
  content: '';
  height: 100%;
  float: left;
}

.responsive_menu_1 .responsive_menu_3{
    position: relative;
}

.responsive_menu_1 .responsive_menu_3:after{
  content: '';
  clear: both;
  display: block;
}

.responsive_menu_1{
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  top: 0px;
  left: -100%;
  transition: left 0.3s, padding 0.3s;
}

@media (min-width: 576px) {
  .responsive_menu_1{
    padding-top: 75px;
  }
}

@media (min-width: 768px) {
  .responsive_menu_1{
    padding-top: 140px;
  }
}

#checked_panel:checked ~ .responsive_menu_1{
  left: 0%;
}

/*Vars*/


a.contact_button{
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  background-color: #0DB42D;
  color: #FFF !important;
  padding: 3px 20px 4px 20px;
  position: relative;
  line-height: 1.2;
  text-align: center;
}

.contact_button .line_2{
  font-size: 22px;
  font-weight: 600;
}

a.contact_button_2{
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  background-color: #0DB42D;
  color: #FFF !important;
  padding: 10px 22px 10px 22px;
  position: relative;
  line-height: 1.2;
  text-align: center;
  font-size: 26px;
}

/*structure*/
header{
  z-index: 5;
}

header .logo {
  padding-bottom: 10px;
}

header .logo img{
  width: 180px;
  max-height: 40px;
  margin-top: 10px;
}

@media (min-width: 576px) {
  header .logo img{
    max-height: 50px;
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  header .logo {
    height: 140px;
  }
  header .logo img{
    max-height: 74px;
    margin-top: 30px;
  }
}

.main_top_padding{
  padding-top: 95px;
}
@media (min-width: 576px) {
  .main_top_padding{
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .main_top_padding{
    padding-top: 140px;
  }
}

.footer_top{
  background: #f4f4f4;
  color: #333;
  padding-top: 50px;
}

.footer_top .widget{
  margin-top: 3rem;
}

.footer_top .logo{
  max-width: 100%;
  width: 320px;
}
@media (min-width: 992px) {
  .footer_top .logo{
    width: 380px;
  }
}

.footer_top .accroche{
  font-size: 18px;
}

@media (min-width: 992px) {
  .footer_top .accroche{
    font-size: 24px;
  }
}

.footer_top .accroche_2{
  font-size: 20px;
}

.footer_top .arguments img{
  width: 23px;
}

.footer_top .arguments a{
  color: #FFF;
  text-decoration: none;
}

.footer_top .footer_col{
  margin-bottom: 40px;
}

.footer_middle{
  background: #0D67B4;
}

.footer_middle img{
  max-width: 100%;
  width: 80px;
}

@media (min-width: 576px) {
  .footer_middle img{
    max-width: 100%;
    width: 120px;
  }
}

@media (min-width: 992px) {
  .footer_middle img{
    width: 170px;
  }
}

.footer_bottom{
  background-color: #0D67B4;
  color: #FFF;
  font-size: 15px;
}

.footer_bottom p{
  margin: 0;
  padding-top: 5px;
  font-size: 18px;
  color: #FFF;
}

.footer_bottom a{
  color: #FFF;
  text-decoration: none;
}

.footer_bottom a:hover{
  color: rgba(255,255,255,0.8);
  text-decoration: underline;
}

/* Menu */
header nav ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-top: 30px;
}

@media (min-width: 1200px) {
  header nav ul{
    padding-top: 50px;
  }
}

header nav ul li{
  display: inline-block;
  padding: 0 6px;
}

header nav ul li a{
  display: inline-block;
  padding: 10px 10px;
  line-height: 20px;
  color: #555;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

header nav ul li:nth-child(3n+1) a{
  color: #0DB42D;
}

header nav ul li:nth-child(3n+2) a{
  color: #0D67B4;
}

header nav ul li:nth-child(3n) a{
  color: #FFB100;
}

header nav ul li a:hover{
}

header nav ul li a:hover{
}

/*Header buttons*/
header .phone_container_mobile{
  padding-top: 12px;
}

header .phone_container_mobile img{
  width: 30px;
}

@media (min-width: 768px) {
  header .phone_container_mobile img{
    width: 50px;
  }
  header .phone_container_mobile{
    padding-top: 20px;
  }
}

header .phone_container_pc{
  padding-bottom: 7px;
  white-space: nowrap;
}

@media (min-width: 576px) {
  header .phone_container_pc{
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  header .phone_container_pc{
    padding-top: 45px;
  }
}

header .phone_container_pc .contact_button{
  padding: 3px 20px 4px 20px;
}

header .phone_container_pc .contact_button > div{
  display: inline-block;
}

header .phone_container_pc .contact_button > div.line_1:after{
  content:" :";
}

@media (min-width: 576px) {
  header .phone_container_pc .contact_button > div{
    display: block;
  }
  
  header .phone_container_pc .contact_button > div.line_1:after{
    content:"";
  }
}

header .connection_container{
  padding-top: 30px;
}
header .connection_container img{
  width: 23px;
}

/*Responsive menu*/
.responsive_menu_4 h3{
  margin-top: 30px;
}

.responsive_menu_4 .widget_menu li{
  font-size: 18px;
  font-weight: bold;
}

/*TOP FORM*/
.top_main_form_container .part_1{
  background-color: #eea400;
}
.top_main_form_container .part_1 > .container {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../multimedia/original/header-part-1.jpg');
  background-size: contain;
  position: relative;
}

.top_main_form_container .part_2{
  background-color: #fbfbfb;
}

.top_main_form_container .part_2 > .container {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../multimedia/original/header-part-2.jpg');
  background-size: contain;
}

.top_main_form_container .part_1 > .container {
  min-height: 30vw;
}
.top_main_form_container .part_2 > .container {
  min-height: 5vw;
}

@media (min-width: 576px) {
  .top_main_form_container .part_1 > .container {
    min-height: 164px;
  }
  .top_main_form_container .part_2 > .container {
    min-height: 27px;
  }
}

@media (min-width: 768px) {
  .top_main_form_container .part_1 > .container {
    min-height: 218px;
  }
  .top_main_form_container .part_2 > .container {
    min-height: 35px;
  }
}

@media (min-width: 992px) {
  .top_main_form_container .part_1 > .container {
    min-height: 291px;
  }
  .top_main_form_container .part_2 > .container {
    min-height: 47px;
  }
}

@media (min-width: 1200px) {
  .top_main_form_container .part_1 > .container {
    min-height: 346px;
  }
  .top_main_form_container .part_2 > .container {
    min-height: 55px;
  }
}

.top_main_form_container .part_1 .accroche_1{
  width: 38vw;
  position: absolute;
  color: #FFF;
  font-weight: 500;
}

.top_main_form_container .part_1 .accroche_1{
  font-size: 3.5vw;
  top: 6vw;
  left: 15px;
}

@media (min-width: 576px) {
  .top_main_form_container .part_1 .accroche_1{
    font-size: 20px;
    top: 30px;
    left: 15px;
  }
}

@media (min-width: 768px) {
  .top_main_form_container .part_1 .accroche_1{
    font-size: 26px;
    top: 36px;
    left: 15px;
  }
}

@media (min-width: 992px) {
  .top_main_form_container .part_1 .accroche_1{
    font-size: 34px;
    top: 50px;
    left: 15px;
  }
}

@media (min-width: 1200px) {
  .top_main_form_container .part_1 .accroche_1{
    font-size: 40px;
    top: 60px;
    left: 15px;
  }
}

.top_main_form_container .part_1 .accroche_2{
  position: absolute;
  color: #FFF;
  font-weight: 500;
  /*background-color: rgba(255,0,0,0.5);*/
  text-transform: uppercase;
  font-weight: 600;
}


.top_main_form_container .part_1 .accroche_2{
  top: 10vw;
  right: 15px;
  width: 35vw;
}

.top_main_form_container .part_1 .accroche_2 .line_1{
  color: #0D67B4;
  font-style: italic;
  font-size: 2.5vw;
}

.top_main_form_container .part_1 .accroche_2 .line_2{
  color: #FFF;
  font-size: 2.3vw;
}

@media (min-width: 576px) {
  .top_main_form_container .part_1 .accroche_2{
    top: 50px;
    right: 15px;
    width: 180px;
  }
  
  .top_main_form_container .part_1 .accroche_2 .line_1{
    color: #0D67B4;
    font-style: italic;
    font-size: 13px;
  }
  
  .top_main_form_container .part_1 .accroche_2 .line_2{
    color: #FFF;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .top_main_form_container .part_1 .accroche_2{
    top: 70px;
    right: 15px;
    width: 220px;
  }
  
  .top_main_form_container .part_1 .accroche_2 .line_1{
    color: #0D67B4;
    font-style: italic;
    font-size: 15px;
  }
  
  .top_main_form_container .part_1 .accroche_2 .line_2{
    color: #FFF;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .top_main_form_container .part_1 .accroche_2{
    top: 190px;
    right: 15px;
    width: 210px;
  }
  
  .top_main_form_container .part_1 .accroche_2 .line_1{
    color: #0D67B4;
    font-style: italic;
    font-size: 15px;
  }
  
  .top_main_form_container .part_1 .accroche_2 .line_2{
    color: #FFF;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .top_main_form_container .part_1 .accroche_2{
    top: 250px;
    right: 15px;
    width: 210px;
  }
  
  .top_main_form_container .part_1 .accroche_2 .line_1{
    color: #0D67B4;
    font-style: italic;
    font-size: 15px;
  }
  
  .top_main_form_container .part_1 .accroche_2 .line_2{
    color: #FFF;
    font-size: 14px;
  }
}


.top_main_form_container .part_1 .accroche_3{
  position: absolute;
}

.top_main_form_container .part_1 .accroche_3{
  top: 40px;
  right: 15px;
  width: 390px;
}

@media (min-width: 1200px) {
.top_main_form_container .part_1 .accroche_3{
  top: 60px;
  right: 15px;
  width: 410px;
}
}

.top_main_form_container .part_1 .accroche_3 .line_1{
  color: #FFF;
  font-size: 16px;
  padding: 0 0 10px 15px;
  font-weight: bold;
}
@media (min-width: 1200px) {
.top_main_form_container .part_1 .accroche_3 .line_1{
  font-size: 17px;
}
}

.top_main_form_container .submit_button{
  cursor: pointer;
  border-radius: 50px;
  background: #0DB42D;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 20px 10px 17px;
}
@media (min-width: 1200px) {
  .top_main_form_container .submit_button{
    font-size: 16px;
  }
}

.top_main_form_container .submit_button:hover{
  background: #0a9c26;
}

.top_main_form_container .submit_input input{
  border: 0;
  border-radius: 50px;
  padding-top: 23px;
  padding-left: 25px;
  padding-bottom: 22px;
  color: #0D67B4;
  font-size: 15px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .top_main_form_container .submit_input input{
    font-size: 16px;
  }
}

.top_main_form_container .submit_input input.form-control:focus{
  box-shadow: none;
}

.top_main_form_container .phone_input_whole_container_1{
  margin: 0;
  border-radius: 50px;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .15);
  background-color: #FFF;
}

.top_main_form_container .phone_input_whole_container_2{
  border-radius: 50px;
}


.top_main_form_container .phone_steps.step_2{
  text-align: center;
  padding-top: 5px;
  font-size: 22px;
  color: #0D67B4;
}

.top_main_form_container .phone_steps.step_3{
  text-align: center;
  padding-top: 0px;
  font-size: 18px;
  color: #0D67B4;
}

.top_main_form_container .part_3{
  background-color: #fbfbfb;
  padding-bottom: 20px;
}

.top_main_form_container .part_3 .pres{
  text-align: center;
  color: #0D67B4;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 15px;
}

@media (min-width: 576px) {
  .top_main_form_container .part_3 .pres{
    padding-top: 0;
    font-size: 16px;
  } 
}

.top_main_form_container .part_3 .phone_input_whole_container_1{
  max-width: 400px;
  margin: auto;
}

.top_main_form_container .part_3 .phone_input_whole_container_2{
  border: 2px solid #0DB42D;
}


/* BANDEAUX */

.bandeau_1{
  background-color: #fbfbfb;
}


.bandeau_1 .pres_corps_metiers > div{
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .bandeau_1 .pres_corps_metiers > div{
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .bandeau_1 .pres_corps_metiers > div{
    padding: 0 40px;
  }
}

.bandeau_1 .pres_corps_metiers > div > .round{
  background: #FFF;
  padding: 0 15px;
  box-shadow: 2px 2px 6px 2px rgb(0, 0, 0,0.08);
  border-radius: 8px;
}

.bandeau_1 .pres_corps_metiers > div > .round .title img {
  margin: 15px 0 15px 0;
  max-height: 20px;
}

.bandeau_1 .pres_corps_metiers > div > .round .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
}

.bandeau_1 .pres_corps_metiers > div:nth-child(3n+1) > .round .title {
  color: #0DB42D;
}

.bandeau_1 .pres_corps_metiers > div:nth-child(3n+2) > .round .title {
  color: #0D67B4;
}

.bandeau_1 .pres_corps_metiers > div:nth-child(3n) > .round .title {
  color: #FFB100;
}
  
.bandeau_1 .pres_corps_metiers > div > .round .description {
  font-size: 14px;
}

.bandeau_1 .pres_corps_metiers > div > .round .button{
  border: 1px solid #333;
  border-radius: 50px;
  color: #333;
  font-size: 15px;
  padding: 1px 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}

.bandeau_1 .pres_corps_metiers > div > .round .button:hover{
  background: #333;
  color: #FFF;
}

.cma_affiliation .col_2{
  color: #666;
}


.cma_affiliation .col_1 img{
  max-height: 40px;
}

.cma_affiliation .col_2{
  padding: 0 0px;
  font-size: 17px;
  padding-top: 10px;
}

.cma_affiliation .col_3 img{
  margin-top: 5px;
  max-height: 35px;
}

@media (min-width: 576px) {
  .cma_affiliation .col_1 img{
    max-height: 60px;
  }
  
  .cma_affiliation .col_2{
    padding: 0 20px;
    font-size: 20px;
    padding-top: 25px;
  }
  
  .cma_affiliation .col_3 img{
    margin-top: 20px;
    max-height: 40px;
  }
}

@media (min-width: 768px) {
  .cma_affiliation .col_1 img{
    max-height: 70px;
  }
  
  .cma_affiliation .col_2{
    padding: 0 30px;
    font-size: 24px;
    padding-top: 25px;
  }
  
  .cma_affiliation .col_3 img{
    margin-top: 20px;
    max-height: 50px;
  }
}

@media (min-width: 992px) {
  .cma_affiliation .col_1 img{
    max-height: 100px;
  }
  
  .cma_affiliation .col_2{
    padding: 0 30px;
    font-size: 30px;
    padding-top: 40px;
  }
  
  .cma_affiliation .col_3 img{
    margin-top: 30px;
    max-height: 70px;
  }
}

.bandeau_2{
  background-color: #efeff1;
}

.bandeau_2.bandeau_garantie_decennale .container{
  background-image: url('../multimedia/1200/artisan-orange.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .bandeau_2.bandeau_garantie_decennale .container{
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  .bandeau_2.bandeau_garantie_decennale .container{
    min-height: 500px;
  }
}

@media (min-width: 1200px) {
  .bandeau_2.bandeau_garantie_decennale .container{
    min-height: 600px;
  }
}

.bandeau_2.bandeau_garantie_decennale .title{
  color: #0D67B4;
  font-size: 38px;
  line-height: 1.3;
  padding-bottom: 20px;
}

.bandeau_2.bandeau_garantie_decennale .title{
  font-size: 22px;
}

@media (min-width: 576px) {
  .bandeau_2.bandeau_garantie_decennale .title{
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .bandeau_2.bandeau_garantie_decennale .title{
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .bandeau_2.bandeau_garantie_decennale .title{
    font-size: 38px;
  }
}

.bandeau_2.bandeau_garantie_decennale .description{
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.pre_footer .corps:nth-child(3n+1) {
  color: #0DB42D;
}

.pre_footer .corps:nth-child(3n+2) {
  color: #0D67B4;
}

.pre_footer .corps:nth-child(3n) {
  color: #FFB100;
}

.pre_footer .corps{
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}


.pre_footer {
  padding: 20px 0 40px;
  font-size: 15px;
}

.pre_footer .logo{
  max-height: 80px;
  padding-top: 30px;
}

.pre_footer .corps{
  padding-top: 25px;
}

.pre_footer .corps img{
  height: 30px;
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  .pre_footer {
    padding: 40px 0;
    font-size: 15px;
  }
  
  .pre_footer .logo{
    max-height: 80px;
    padding-top: 20px;
  }
  
  .pre_footer .corps{
    padding-top: 15px;
  }
  
  .pre_footer .corps img{
    height: 30px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .pre_footer {
    padding: 40px 0;
    font-size: 15px;
  }
  
  .pre_footer .logo{
    max-height: 70px;
    padding-left: 20px;
    padding-top: 0;
  }
  
  .pre_footer .corps{
    padding-top: 15px;
  }
  
  .pre_footer .corps img{
    height: 30px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .pre_footer {
    padding: 40px 0;
    font-size: 15px;
  }
  
  .pre_footer .logo{
    max-height: 90px;
    padding-left: 70px;
    padding-top: 0;
  }
  
  .pre_footer .corps{
    padding-top: 20px;
  }
  
  .pre_footer .corps img{
    height: 30px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .pre_footer {
    padding: 40px 0;
    font-size: 16px;
  }
  
  .pre_footer .logo{
    max-height: 95px;
    padding-left: 70px;
    padding-top: 0;
  }
  
  .pre_footer .corps{
    padding-top: 20px;
  }
  
  .pre_footer .corps img{
    height: 34px;
    padding-bottom: 10px;
  }
}

h1{
  color: #0DB42D;
}

h2{
  color: #0D67B4;
}