.titre_page .bloc_right {
  /**padding-top: 20px;*/
}

.cmspage_contenu p {
  font-size: 23px;
  font-family: 'DINPro-Regular', Sans-Serif;
  color: #6d6e71;
}

.section_formulaire {
  text-align: center;
  padding: 50px;
  min-height: 265px;
  border-bottom: 1px solid #a4a4a4;
}

.checkbox_conteneur {
  position: relative;
  margin-top: 10px;
}

.checkbox_conteneur .icon_form {
  margin: 0px 25px;
}

.checkbox_section {
  display: inline-block;
  margin: 0 15px;
  max-width: 30%;
  vertical-align: top;
}

.checkbox_bulle {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 60px;
  background: #ccc6bb;
}

.halign_center{
  width:30%;
}

.control {
  font-family: 'DINPro-Regular', Sans-Serif;
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-top: 20px;
  cursor: pointer;
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  z-index: 20;
}

.control-checkbox {
  padding-top: 40px;
}

hr {
  color: #6d6e71;
  opacity: 0.5;
}

.control-min {
  font-family: 'DINPro-Regular', Sans-Serif;
  display: block;
  position: relative;
  margin-bottom: 5px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  z-index: 20;
  text-align: center;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-min input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: 110px;
  border-radius: 80px;
  background: #ccc6bb;
}

.control_indicator-min {
  z-index: -10;
  position: absolute;
  top: -32px;
  left: 110px;
  height: 110px;
  width: 110px;
  border-radius: 80px;
  background: #ccc6bb;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: -moz-linear-gradient(left, #7bc9aa, #16a4c7);
  background: -webkit-linear-gradient(left, #7bc9aa, #16a4c7);
  background: -ms-linear-gradient( 30deg, rgb(123,201,170) 0%, rgb(22,164,199) 100%);
}

.control input:checked ~ .control_indicator {
  background: -moz-linear-gradient(left, #7bc9aa, #16a4c7);
  background: -webkit-linear-gradient(left, #7bc9aa, #16a4c7);
  background: -ms-linear-gradient( 30deg, rgb(123,201,170) 0%, rgb(22,164,199) 100%);
}


.control-min:hover input ~ .control_indicator-min,
.control-min input:focus ~ .control_indicator-min {
  background: -moz-linear-gradient(left, #7bc9aa, #16a4c7);
  background: -webkit-linear-gradient(left, #7bc9aa, #16a4c7);
  background: -ms-linear-gradient( 30deg, rgb(123,201,170) 0%, rgb(22,164,199) 100%);
}

.control-min input:checked ~ .control_indicator-min {
  background: -moz-linear-gradient(left, #7bc9aa, #16a4c7);
  background: -webkit-linear-gradient(left, #7bc9aa, #16a4c7);
  background: -ms-linear-gradient( 30deg, rgb(123,201,170) 0%, rgb(22,164,199) 100%);
}

.produits_liste {display: flex; flex-wrap: wrap; justify-content: center;}
.produit_form {max-width: calc(100% / 3); margin-bottom: 30px; padding: 0 20px;}
.produit_form_img {max-width: 100%; max-height: 400px; margin: 40px 0px;}
.titre_produit {font-size: 30px;color: #20a7c5;}
.sous_titre_produit {font-size: 20px;color: #b2ada4;}

@media screen and (max-width: 1430px) {
  .control_indicator-min {left: 34px;}
  .double {left: 30%;}
  .label_min, .text_triple {font-size: 18px !important;}
  .checkbox_section:first-of-type {left: 20%;}
  .checkbox_section:last-of-type {right: 20%;}
  .triple {min-height: 325px;}
  .produit_form {margin-bottom: 50px;}
}

@media screen and (max-width: 979px) {
  .checkbox_section_image:first-of-type {left: 10%;}
  .checkbox_section_image:last-of-type {right: 10%;}
  .section_formulaire {min-height: 300px;padding: 50px 130px;}
  .control_indicator-min {left: 24px;}
  .double {left: 26%;}
  .triple {min-height: 330px;}
  .margin60 {margin-bottom: 130px;}
}

@media screen and (max-width: 764px) {
  .section_formulaire {min-height: 320px;padding: 50px 50px;}
}

@media screen and (max-width: 550px) {
  .section_formulaire {min-height: 320px;padding: 50px 10px;}
}

@media screen and (max-width: 430px) {
  .checkbox_section:first-of-type {left: 10%;}
  .checkbox_section:last-of-type {right: 10%;}
  .label_min, .text_triple {font-size: 14px !important;}
  .control_indicator-min {left: 5px;}
  .double {left: 19%;}
}
