/* COULEURS */
/* END COULEURS */
/** END FONCTIONS **/
.caracteristiques_benefices .titre_cb {
  text-transform: uppercase;
  font-size: 1.75em;
  padding: 15px 15px 15px 45px;
  display: block;
  margin-bottom: 10px;
}
.caracteristiques_benefices ul {
  margin: 15px 0 5px 0;
}
.caracteristiques_benefices ul li {
  position: relative;
  padding: 0 0 0 23px;
  line-height: 1.25;
  font-size: 15px;
}
.caracteristiques_benefices ul li:before {
  content: "";
  display: inline-block;
  background: #c99c6e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.caracteristiques_benefices ul li:not(:last-child) {
  margin-bottom: 10px;
}
#conteneur_carac {
  padding: 30px 20px;
}
#conteneur_carac .titre_cb {
  background: url(../images/picto-caracteristiques-2x.png) left 0px center no-repeat;
  background-size: 48px 40px;
  padding-left: 60px;
}
#conteneur_benef .titre_cb {
  background: url(../images/picto-benefices-2x.png) left 0px top 1px no-repeat;
  background-size: 30px 40px;
}
#cta_concept {
  background: #b42e2d;
  padding-top: 25px;
  padding-bottom: 25px;
}
#cta_concept .titre_sstitre {
  text-transform: uppercase;
  font-size: 9px;
  margin-bottom: 15px;
}
#cta_concept .titre_sstitre .titre {
  font-size: 2.125em;
}
#cta_concept .titre_sstitre .sstitre {
  font-size: 4.875em;
}
#concepts_liste {
  background: #2a3236;
  padding-top: 25px;
  padding-bottom: 45px;
}
#concepts_liste #titre_dc {
  color: #fff;
  font-family: 'Intro Head H L Base';
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 23px;
  position: relative;
  padding-left: 50px;
}
#concepts_liste #titre_dc:before {
  content: "";
  display: inline-block;
  background: url(../images/grains-logo-blanc-2x.png) center center no-repeat;
  background-size: 161px 58px;
  width: 161px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-80%, -50%);
}
#concepts_liste #titre_dc span {
  display: block;
  font-size: 0.56em;
  font-family: 'Intro Head H L Base';
}
#concepts_liste #liste_concepts .un_concept {
  position: relative;
  width: 100%;
  max-width: 400px;
}
#concepts_liste #liste_concepts .un_concept .liste_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0%);
}
#concepts_liste #liste_concepts .un_concept .liste_tags .un_tag {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.5em;
  padding: 5px 8px 4px 8px;
  border-radius: 5px;
  margin: 0 3px 6px 3px;
}
#concepts_liste #liste_concepts .un_concept .logo {
  background: #e3cba9;
}
#concepts_liste #liste_concepts .un_concept a {
  display: inline-block;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translate(-50%, 0%);
}
#concepts_liste #liste_concepts .un_concept:not(:last-child) {
  margin-bottom: 45px;
}
#titre_form {
  text-align: center;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  #cta_concept {
    padding-top: 35px;
  }
  #cta_concept .conteneur {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cta_concept .conteneur .titre_sstitre {
    margin: 0 5vw 0 0;
  }
  #concepts_liste #titre_dc {
    font-size: 3.125em;
    padding: 20px 0 20px 80px;
  }
  #concepts_liste #titre_dc:before {
    background-size: 322px 117px;
    width: 323px;
    height: 116px;
    transform: translate(-260px, -12px);
    top: auto;
    bottom: 0;
  }
  #concepts_liste #liste_concepts {
    display: flex;
    flex-wrap: wrap;
  }
  #concepts_liste #liste_concepts .un_concept {
    max-width: 48%;
    margin: 0 0 0 0;
  }
  #concepts_liste #liste_concepts .un_concept:nth-of-type(2n) {
    margin-left: 2%;
  }
}
@media (min-width: 1200px) {
  .caracteristiques_benefices .titre_cb {
    padding: 20px 15px 12px 75px;
    margin-bottom: 20px;
  }
  .caracteristiques_benefices ul li {
    padding-right: 15px;
  }
  .caracteristiques_benefices ul li:before {
    top: 4px;
  }
  .caracteristiques_benefices ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #cara_bene {
    background: #fff9ef;
  }
  #conteneur_benef {
    background: none;
    padding: 20px 0 0 0;
  }
  #conteneur_benef .titre_cb {
    background-size: 59px 79px;
    font-size: 3em;
  }
  #conteneur_benef ul {
    padding-left: 10px;
  }
  #conteneur_cb {
    display: flex;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #conteneur_cb > div {
    flex: 1;
    padding: 50px 50px 70px 50px;
  }
  #conteneur_cb .titre_cb {
    font-size: 3em;
  }
  #conteneur_cb .contenu {
    padding: 0 20px;
    font-size: 18px;
  }
  #conteneur_carac .titre_cb {
    background-size: 96px 80px;
    padding-left: 100px;
  }
  #cta_concept {
    padding-top: 47px;
    padding-bottom: 33px;
  }
  #cta_concept .conteneur .titre_sstitre {
    font-size: 16px;
    margin-right: 8vw;
  }
  #concepts_liste {
    background: url(../images/fond-services.webp) center left no-repeat;
    background-size: cover;
    padding-bottom: 95px;
  }
  #concepts_liste .conteneur {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #concepts_liste .conteneur #titre_dc {
    margin: 140px 0 0 0;
    padding-left: 0;
    width: 25%;
  }
  #concepts_liste .conteneur #titre_dc:before {
    transform: translate(-340px, -12px);
  }
  #concepts_liste .conteneur #liste_concepts {
    flex: 1;
  }
  #concepts_liste .conteneur #liste_concepts .un_concept {
    max-width: 29.3%;
    margin: 50px 2% 0 2%;
  }
  #cta.concept {
    padding-top: 25px;
    padding-bottom: 5px;
  }
  #cta.concept .titre_sstitre {
    text-align: right;
  }
  #cta.concept #conteneur_cta:before {
    bottom: -5px;
  }
}
@media (min-width: 1600px) {
  #concepts_liste .conteneur #liste_concepts .un_concept {
    max-width: 280px;
    margin: 50px 17px 0 17px;
  }
  #concepts_liste #liste_concepts .un_concept .liste_tags .un_tag {
    font-size: 0.6875em;
    padding: 10px 15px 9px 15px;
  }
  #conteneur_cb > div {
    padding: 65px 0 70px 0;
  }
}
