/**
 * BANNIERE
 */

.banniere-pdp {
  background: url('../images_pdp/banniere-pdp.webp') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

#banniere .filtre {
  color: #fff;
  background: #012e47c9;
  background-size: cover;
}

/**
 * PRINCIPE
 */

#principe {
  padding: 8vh 4vh;
  margin: 0 8vh;
  background-size: cover;
}
#principe .modules {
  padding: 30px 0 60px 0;
}
#principe h3,
#principe .explanation {
  padding: 10px 10px;
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
}
#principe h3 {
  color: black;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1.5px;
}
#principe h4 {
  font-weight: 600;
}
#principe img {
  max-width: 120px;
}
#principe .zone {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  height: 600px;
}
/*
#principe .zone:hover {background-color: #046197;color: white;}
#principe .zone:hover h3 {color: white;}
*/

#principe .zone1,
#principe .zone3 {
  background-color: #f0f0f0;
}
#principe .zone2,
#principe .zone3 {
  border: none;
  border-left: solid 1px #8a8c8f;
}

#principe .text {
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  #principe .zone1,
  #principe .zone2 {
    border: none;
    border-bottom: solid 1px #8a8c8f;
  }
  #principe .zone3 {
    border: none;
  }
  #principe .zone {
    height: 450px;
  }
}

@media only screen and (min-width: 1200px) {
  #principe .zone {
    height: 500px;
  }
}

@media only screen and (max-width: 550px) {
  #principe {
    padding: 0;
    margin: 4vh;
  }
}

@media only screen and (max-width: 500px) {
  #principe .zone {
    height: 590px;
  }
}

/**
 * PDP, COACTIVITE, ICP
 */

#definition img {
  min-width: 200px;
  width: 100%;
}
#definition .content {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 6vh;
}
#definition .content h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.5px;
}
#definition .content .image {
  max-width: 450px;
  padding: 0;
}
#definition .content .text {
  font-size: 18px;
  line-height: 1.5;
  padding: 30px;
  text-align: justify;
}
#pdp .content .text,
#icp .content .text {
  background-color: #f0f0f0;
  color: black;
}
#coactivite .content .text {
  background-color: #046197;
  color: white;
}

@media only screen and (max-width: 772px) {
  #definition .content {
    flex-direction: column;
  }
}

/**
 * ICP
 */

#icp {
  padding-bottom: 4vh;
}

/*ACTIONS*/
/**
 * PDP, COACTIVITE, ICP
 */

#actions img {
  min-width: 200px;
  width: 100%;
}
#actions .content {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 6vh;
}
#actions .content h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.5px;
}
#actions .content .image {
  max-width: 450px;
  padding: 0;
}
#actions .content .text {
  font-size: 20px;
  line-height: 1.5;
  padding: 30px;
  text-align: justify;
}
#reglementation .content .text,
#temps .content .text,
#coherence .content .text {
  background-color: #f0f0f0;
  color: black;
}
#securite .content .text,
#papier .content .text {
  background-color: #046197;
  color: white;
}

@media only screen and (max-width: 772px) {
  #actions .content {
    flex-direction: column;
  }
}

#phrase1 .text {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}

.content-glued {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
