/* Popup stuffs */
body.form-opened{
  overflow: hidden;
}

#form-loader{
  position: fixed;
  z-index: 10000;
  /*height: 100%;*/
  width: 100vw;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  background: rgba(0,0,0,.75) url(/sites/all/themes/flatastic/images/abriplus/ajax-loader.gif) no-repeat center;
}
#form-loader.opened{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#form-popup{
  position: fixed;
  z-index: 10001;
  /*height: 100%;*/
  width: 100vw;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  transition: all .5s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#form-popup.opened{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#form-popup .content{
  -webkit-transform: translateZ(0);
}
#form-popup .content iframe{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Tel number */
.tel-number{
  position: absolute;
  z-index: 100;
  right: 0;
  top: 190px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  padding-right: 10px;
  padding-left: 20px;
  border-radius: 14px 0 0 14px;
}
.tel-number:before{
  content: '?';
  display: block;
  position: absolute;
  width: 30px;
  height: 41px;
  text-align: center;
  line-height: 40px;
  background: url(/sites/all/themes/flatastic/images/abriplus/mobile.png) no-repeat center;
  left: -10px;
  top: -16px;
  background-size: 100% auto;
}
.tel-number .texte{
  display: none;
  text-transform: uppercase;
  line-height: 1.1;
  padding-top: 11px;
  padding-bottom: 12px;
}
.tel-number .telephone{
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Pages stuffs */
.custom-form-page{
  background: #fff;
  min-height: 100vh;
  position: relative;
}

.custom-form-page .close,
#close-form-tsf{
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
}
.custom-form-page .close:before,
#close-form-tsf:before{
  font-family: "abri-plus" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: block;
  text-align: center;
  content: '\00d7';
  width: 30px;
  height: 30px;
  line-height: 24px;
  font-size: 24px;
  border: 2px solid;
  text-align: center;
  text-indent: 0;
  border-radius: 50%;
}

.custom-header h1{
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 45px;
  padding-bottom: 18px;
}
.custom-header h1:before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid red;
  border-radius: 50%;
  margin: 0 8px 0 0;
  background-size: 15px 19px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-bottom;
}
.custom-header h1.calculatrice:before{background-image: url(/sites/all/themes/flatastic/images/abriplus/calculatrice.png);}
.custom-header h1.lettre:before{background-image: url(/sites/all/themes/flatastic/images/abriplus/lettre.png);}
.custom-header h1.catalogue:before{background-image: url(/sites/all/themes/flatastic/images/abriplus/catalogue.png);}
.custom-header h1.crayon:before{background-image: url(/sites/all/themes/flatastic/images/abriplus/crayon.png);}
.custom-header h1.doc:before{background-image: url(/sites/all/themes/flatastic/images/abriplus/doc.png);}
.custom-header .visuel{
  height: 46.875vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.custom-content{
  background: #fff;
  padding: 20px;
}
.custom-content form{
  max-width: 690px;
  margin: auto;
}

.custom-content .wrapper{
  max-width: 720px;
}
.custom-content #webform-component-intro{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
}
.custom-content #webform-component-intro em{
  font-style: normal;
}
.custom-content fieldset{
  margin-bottom: 20px;
}
.custom-content .fieldset-description{
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.custom-content .fieldset-description em{
  display: block;
  font-size: 13px;
  font-style: normal;
  vertical-align: bottom;
}
.custom-content .webform-client-form label{
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  height: auto;
  display: block;
  text-align: left;
}
.custom-content .webform-client-form .form-item{
  margin-bottom: 18px;
}
.custom-content .webform-client-form .form-text,
.custom-content .webform-client-form select,
.custom-content .webform-client-form textarea{
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 15px;
  color: #463f3a;
  padding: 0 0 12px 0;
  display: block;
  width: 100%;
  float: none;
}
.custom-content .webform-client-form select{
  padding-top: 3px;
  padding-bottom: 14px;
}
.custom-content .webform-client-form .webform-component-textarea{
  clear: both;
}
.custom-content .webform-client-form .form-textarea-wrapper{
  width: 100%;
}
.custom-content #webform-component-choix--gammes{
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}
.custom-content #webform-component-choix--gammes .form-item{
  float: left;
  clear: none;
  width: calc(50% - 10px);
  padding: 0;
  margin: 0 5px 10px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .3rem;
}
.custom-content #webform-component-choix--gammes .form-item input{
  position: absolute;
  opacity: 0;
}
.custom-content #webform-component-choix--gammes .form-item label{
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 16px 5px 0;
  height: 110px;
  border-radius: .3rem;
  background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.7));
}
.custom-content #webform-component-choix--gammes .form-item label:before {
  font-family: "abri-plus" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: block;
  text-align: center;
  content: '\64';
  background: none;
  font-size: 70px;
  position: relative;
  left: auto;
  width: auto;
  height: 50px;
  line-height: 50px;
  margin: 0 0 5px;
  padding: 0;
}
.custom-content #webform-component-choix--gammes .form-item label:after{
  display: none;
  position: absolute;
  top: 4px;
  right: 8px;
  color: #fff;
  left: auto;
  content: '\00d7';
  font-size: 22px;
  line-height: 1;
}
.custom-content #webform-component-choix--gammes .form-item input:checked + label{
  background: #999;
}
.custom-content #webform-component-choix--gammes .form-item input:checked + label:before{
  content: '';
  background: url(/sites/all/themes/flatastic/images/abriplus/check.png) no-repeat center;
}
.custom-content #webform-component-choix--gammes .form-item input:checked + label:after{
  display: block;
}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-velos {background-image: url(/sites/default/files/styles/product_category_264x224/public/abri_plus_fabricant_francais_abris_velos_motos_et_accessoires_242_x_242.png?itok=8ouRlAyJ);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-fumeurs {background-image: url(/sites/default/files/styles/product_category_264x224/public/thumb%206.png?itok=-5lpW70_);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-stationnement {background-image: url(/sites/default/files/styles/product_category_264x224/public/tumb%202.png?itok=c7PZ3P04);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-specifiques {background-image: url(/sites/default/files/styles/product_category_264x224/public/abri_sur_mesure_242x242.png?itok=yoy0ei3u);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-conteneurs {background-image: url(/sites/default/files/styles/product_category_264x224/public/thumb%203.png?itok=vsOOot4a);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-parking {background-image: url(/sites/default/files/styles/product_category_264x224/public/abri_plus_fabricant_francais_abris_parking_et_equipements_parking_242_x_242_0.png?itok=OjpuOuqk);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-voyageurs {background-image: url(/sites/default/files/styles/product_category_264x224/public/thumb%205.png?itok=lEQxnbEz);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-gms {background-image: url(/sites/default/files/styles/product_category_264x224/public/thumb%204.png?itok=RJYmC_T9);}

.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-velos label:before {content: '\64';}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-fumeurs label:before {content: '\66';}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-stationnement label:before {content: '\64';}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-specifiques label:before {content: '\62'; font-size: 40px;}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-conteneurs label:before {content: '\65';}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-parking label:before {content: '\67';}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-voyageurs label:before {content: '\68';}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-gms label:before {content: '\63';}

.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-velos input:checked + label {background-color: rgba(87,26,102,.7);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-fumeurs input:checked + label {background-color: rgba(112,194,178,.7);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-stationnement input:checked + label {background-color: rgba(237,121,125,.7);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-specifiques input:checked + label {background-color: rgba(33,161,225,.7);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-conteneurs input:checked + label {background-color: rgba(231,90,29,.7);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-parking input:checked + label {background-color: rgba(154,146,157,.7);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-voyageurs input:checked + label {background-color: rgba(224,0,30,.7);}
.custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-gms input:checked + label {background-color: rgba(221,218,42,.7);}

.custom-content #webform-component-coordonnees--date-du-projet,
.custom-content #webform-component-coordonnees--format-catalogue{
  margin-bottom: 36px;
}
.custom-content #webform-component-coordonnees--date-du-projet > label,
.custom-content #webform-component-coordonnees--format-catalogue > label{
  color: #463f3a;
  font-size: 15px;
  clear: both;
  padding-top: 10px;
  margin-bottom: 14px;
}
.custom-content #webform-component-coordonnees--date-du-projet .form-radios,
.custom-content #webform-component-coordonnees--format-catalogue .form-radios{
  float: none;
}
.custom-content #webform-component-coordonnees--date-du-projet .form-radios .form-item,
.custom-content #webform-component-coordonnees--format-catalogue .form-radios .form-item{
  margin: 0;
}
.custom-content #webform-component-coordonnees--date-du-projet .form-radios input,
.custom-content #webform-component-coordonnees--format-catalogue .form-radios input{
  position: absolute;
  opacity: 0;
}
.custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.custom-content #webform-component-coordonnees--format-catalogue .form-radios label{
  font-size: 15px;
  line-height: 20px;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: bold;
  border: 2px solid;
  margin: 0 13px 20px 0;
  font-size: 11px;
  padding: 2px 6px;
  border: 1px solid;
  margin: 0 0 8px 0;
}
.custom-content #webform-component-coordonnees--format-catalogue .form-radios label{
  font-size: 13px;
  text-align: center;
  width: 220px;
  display: block;
}
.custom-content #webform-component-coordonnees--format-catalogue .form-radios label em{
  font-style: normal;
  font-size: 11px;
  display: block;
  vertical-align: middle;
}
.custom-content #webform-component-coordonnees--date-du-projet .form-radios label:before,
.custom-content #webform-component-coordonnees--format-catalogue .form-radios label:before{
  display: none;
}
.custom-content #webform-component-coordonnees--date-du-projet .form-radios input:checked + label,
.custom-content #webform-component-coordonnees--format-catalogue .form-radios input:checked + label{
  color: #fff;
}
.custom-content #webform-component-coordonnees--optins > label,
.custom-content #webform-component-coordonnees--rgpd > label,
.custom-content #webform-component-coordonnees--rgpd2 > label{
  display: none;
}
.custom-content #webform-component-coordonnees--optins .form-checkboxes label,
.custom-content #webform-component-coordonnees--rgpd .form-checkboxes label,
.custom-content #webform-component-coordonnees--rgpd2 .form-checkboxes label{
  padding-left: 34px;
  position: relative;
  color: #46403a;
  font-size: 13px;
  margin: 0 0 20px;
}
.custom-content #webform-component-coordonnees--optins .form-checkboxes label:before,
.custom-content #webform-component-coordonnees--rgpd .form-checkboxes label:before,
.custom-content #webform-component-coordonnees--rgpd2 .form-checkboxes label:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: .4rem;
  border: 2px solid #46403a;
}
.custom-content #webform-component-coordonnees--optins .form-checkboxes label:after,
.custom-content #webform-component-coordonnees--rgpd .form-checkboxes label:after,
.custom-content #webform-component-coordonnees--rgpd2 .form-checkboxes label:after{
  content: "\f00c";
  font-family: FontAwesome;
  line-height: 24px;
  top: 0;
  font-size: 15px;
  position: absolute;
  left: 5px;
  color: #292f38;
  display: none;
}
.custom-content #webform-component-coordonnees--optins .form-checkboxes input:checked + label:after,
.custom-content #webform-component-coordonnees--rgpd .form-checkboxes input:checked + label:after,
.custom-content #webform-component-coordonnees--rgpd2 .form-checkboxes input:checked + label:after{
  display: block;
}
.custom-content #webform-component-notice{
  font-weight: bold;
  font-size: 12px;
  color: #3c3c3c;
}
.custom-content ::-webkit-input-placeholder {
  color: #a6a1a8;
  font-weight: normal;
  font-style: italic;
}
.custom-content ::-moz-placeholder {
  color: #a6a1a8;
  font-weight: normal;
  font-style: italic;
}
.custom-content :-ms-input-placeholder {
  color: #a6a1a8;
  font-weight: normal;
  font-style: italic;
}
.custom-content :-moz-placeholder {
  color: #a6a1a8;
  font-weight: normal;
  font-style: italic;
}
.custom-content .form-actions input.form-submit{
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  padding: 15px 78px 15px 20px;
  color: #fff;
  border-radius: .4rem;
  background-image: url(/sites/all/themes/flatastic/images/abriplus/button-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.custom-content .form-actions input.form-submit:hover{
  background-color: #fff!important;
}
.custom-content .required-info{
  /*position: absolute;*/
  font-size: 14px;
  font-weight: normal;
  color: red;
  text-align: right;
  font-weight: bold;
}
.orange .custom-content .required-info{
  color: #ff00ba;
}
.custom-content #webform-component-choix .required-info{
  text-align: center;
  margin-top: 15px;
  margin-bottom: -15px;
}
.custom-content .form-item-submitted-coordonnees-rgpd-rgpd .required-info,
.custom-content .form-item-submitted-coordonnees-rgpd2-rgpd .required-info{
  text-align: left;
  margin-top: -15px;
}

.custom-footer{
  color: #fff;
  padding: 48px 0 12px;
}
.custom-footer .pictos{
  text-align: center;
}
.custom-footer .picto{
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  padding: 0 10px 32px;
  width: 45%;
}
.custom-footer .picto:before{
  content: '';
  display: block;
  margin: 0 auto 12px;
  width: 100px;
  height: 60px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-footer .picto.france:before{background-image: url(/sites/all/themes/flatastic/images/abriplus/france.png);}
.custom-footer .picto.iso14001:before{background-image: url(/sites/all/themes/flatastic/images/abriplus/iso14001.png);}
.custom-footer .picto.pose:before{background-image: url(/sites/all/themes/flatastic/images/abriplus/pose.png);}
.custom-footer .picto.ugap:before{background-image: url(/sites/all/themes/flatastic/images/abriplus/ugap.png);}

/* Confirmation page */
.custom-confirmation-page{
  min-height: 100vh;
  position: relative;
}
.custom-confirmation-page .custom-header{
  width: auto;
  position: static;
}
.custom-confirmation-page .custom-header .visuel{
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-confirmation-page .custom-content{
  position: absolute;
  z-index: 2;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-radius: 8px;
  color: #fff;
  height: auto;
  padding: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.custom-confirmation-page .custom-content .close{
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
}
.custom-confirmation-page .custom-content .close:before{
  color: #fff;
  border-color: #fff;
  speak: none;
  line-height: 1;
  font-family: "abri-plus" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\00d7';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 21px;
  text-align: center;
  text-indent: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}
.custom-confirmation-page .custom-content h1{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 40px;
}
.custom-confirmation-page .custom-content h1:before{
  content: '';
  background: url(/sites/all/themes/flatastic/images/abriplus/big-check.png) no-repeat center;
  display: block;
  width: 103px;
  height: 94px;
  margin: 0 auto 26px;
}
.custom-confirmation-page .custom-content p{
  font-size: 17px;
  margin: 16px auto;
}
.custom-confirmation-page .custom-content a.bouton{
  background: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
  padding-left: 35px!important;
  padding-right: 97px!important;
  overflow: hidden;
  margin-top: 25px;
}
.custom-confirmation-page .custom-content a.bouton:hover{
  color: #fff!important;
}
.custom-confirmation-page .custom-content a.bouton:before{
  content: '+';
  line-height: 16px;
  width: auto;
  height: auto;
  background: none;
  right: 17px;
  top: 50%;
  font-size: 30px;
  margin-top: -8px;
  overflow: visible;
  font-weight: normal;
  position: absolute;
  z-index: 10;
  color: #fff;
}
.custom-confirmation-page .custom-content a.bouton:after{
  position: absolute;
  width: 100px;
  height: 100px;
  transform: rotateZ(21deg);
  top: 30%;
  right: -35px;
  position: absolute;
  z-index: 5;
  content: '';
}
.custom-confirmation-page .custom-content a.nothx{
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

/* Colors */
.orange .custom-header h1,
.orange .custom-content a,
.orange .custom-content #webform-component-intro em,
.orange .custom-content .fieldset-description,
.orange .custom-content .webform-client-form label,
.orange .custom-content .form-required,
.orange .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.orange .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.orange .custom-content #webform-component-notice span,
.orange .tel-number:before,
.orange.custom-form-page .close,
.orange.custom-form-page .close:before{
  color: #e75a1d;
}
.orange.custom-confirmation-page .custom-content a.bouton:hover{
  background-color: #e75a1d!important;
}
.orange .custom-header h1:before,
.orange .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.orange .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.orange.custom-form-page .close:before{
  border-color: #e75a1d;
}
.orange .custom-footer,
.orange .custom-content .form-actions input.form-submit,
.orange .custom-content #webform-component-coordonnees--date-du-projet .form-radios input:checked + label,
.orange .custom-content #webform-component-coordonnees--format-catalogue .form-radios input:checked + label,
.orange.custom-confirmation-page .custom-content,
.orange.custom-confirmation-page .custom-content a.bouton:after,
.orange .tel-number{
  background-color: #e75a1d;
}
.orange .custom-content .form-actions input.form-submit:hover{
  color: #e75a1d;
  box-shadow: 0 0 5px #e75a1d;
}

.bleufonce .custom-header h1,
.bleufonce .custom-content a,
.bleufonce .custom-content #webform-component-intro em,
.bleufonce .custom-content .fieldset-description,
.bleufonce .custom-content .webform-client-form label,
.bleufonce .custom-content .form-required,
.bleufonce .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.bleufonce .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.bleufonce .custom-content #webform-component-notice span,
.bleufonce .tel-number:before,
.bleufonce.custom-form-page .close,
.bleufonce.custom-form-page .close:before{
  color: #2f5aa7;
}
.bleufonce.custom-confirmation-page .custom-content a.bouton:hover{
  background-color: #2f5aa7!important;
}
.bleufonce .custom-header h1:before,
.bleufonce .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.bleufonce .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.bleufonce.custom-form-page .close:before{
  border-color: #2f5aa7;
}
.bleufonce .custom-footer,
.bleufonce .custom-content .form-actions input.form-submit,
.bleufonce .custom-content #webform-component-coordonnees--date-du-projet .form-radios input:checked + label,
.bleufonce .custom-content #webform-component-coordonnees--format-catalogue .form-radios input:checked + label,
.bleufonce.custom-confirmation-page .custom-content,
.bleufonce.custom-confirmation-page .custom-content a.bouton:after,
.bleufonce .tel-number{
  background-color: #2f5aa7;
}
.bleufonce .custom-content .form-actions input.form-submit:hover{
  color: #2f5aa7;
  box-shadow: 0 0 5px #2f5aa7;
}

.bleuclair .custom-header h1,
.bleuclair .custom-content a,
.bleuclair .custom-content #webform-component-intro em,
.bleuclair .custom-content .fieldset-description,
.bleuclair .custom-content .webform-client-form label,
.bleuclair .custom-content .form-required,
.bleuclair .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.bleuclair .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.bleuclair .custom-content #webform-component-notice span,
.bleuclair .tel-number:before,
.bleuclair.custom-form-page .close,
.bleuclair.custom-form-page .close:before{
  color: #3ba2e5;
}
.bleuclair.custom-confirmation-page .custom-content a.bouton:hover{
  background-color: #3ba2e5!important;
}
.bleuclair .custom-header h1:before,
.bleuclair .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.bleuclair .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.bleuclair.custom-form-page .close:before{
  border-color: #3ba2e5;
}
.bleuclair .custom-footer,
.bleuclair .custom-content .form-actions input.form-submit,
.bleuclair .custom-content #webform-component-coordonnees--date-du-projet .form-radios input:checked + label,
.bleuclair .custom-content #webform-component-coordonnees--format-catalogue .form-radios input:checked + label,
.bleuclair.custom-confirmation-page .custom-content,
.bleuclair.custom-confirmation-page .custom-content a.bouton:after,
.bleuclair .tel-number{
  background-color: #3ba2e5;
}
.bleuclair .custom-content .form-actions input.form-submit:hover{
  color: #3ba2e5;
  box-shadow: 0 0 5px #3ba2e5;
}
.bleuclair .custom-header h1{
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.vert .custom-header h1,
.vert .custom-content a,
.vert .custom-content #webform-component-intro em,
.vert .custom-content .fieldset-description,
.vert .custom-content .webform-client-form label,
.vert .custom-content .form-required,
.vert .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.vert .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.vert .custom-content #webform-component-notice span,
.vert .tel-number:before,
.vert.custom-form-page .close,
.vert.custom-form-page .close:before{
  color: #c2c002;
}
.vert.custom-confirmation-page .custom-content a.bouton:hover{
  background-color: #c2c002!important;
}
.vert .custom-header h1:before,
.vert .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.vert .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.vert.custom-form-page .close:before{
  border-color: #c2c002;
}
.vert .custom-footer,
.vert .custom-content .form-actions input.form-submit,
.vert .custom-content #webform-component-coordonnees--date-du-projet .form-radios input:checked + label,
.vert .custom-content #webform-component-coordonnees--format-catalogue .form-radios input:checked + label,
.vert.custom-confirmation-page .custom-content,
.vert.custom-confirmation-page .custom-content a.bouton:after,
.vert .tel-number{
  background-color: #c2c002;
}
.vert .custom-content .form-actions input.form-submit:hover{
  color: #c2c002;
  box-shadow: 0 0 5px #c2c002;
}

.violet .custom-header h1,
.violet .custom-content a,
.violet .custom-content #webform-component-intro em,
.violet .custom-content .fieldset-description,
.violet .custom-content .webform-client-form label,
.violet .custom-content .form-required,
.violet .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.violet .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.violet .custom-content #webform-component-notice span,
.violet .tel-number:before,
.violet.custom-form-page .close,
.violet.custom-form-page .close:before,
#close-form-tsf,
#close-form-tsf:before{
  color: #56056b;
}
.violet.custom-confirmation-page .custom-content a.bouton:hover{
  background-color: #56056b!important;
}
.violet .custom-header h1:before,
.violet .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
.violet .custom-content #webform-component-coordonnees--format-catalogue .form-radios label,
.violet.custom-form-page .close:before,
#close-form-tsf:before{
  border-color: #56056b;
}
.violet .custom-footer,
.violet .custom-content .form-actions input.form-submit,
.violet .custom-content #webform-component-coordonnees--date-du-projet .form-radios input:checked + label,
.violet .custom-content #webform-component-coordonnees--format-catalogue .form-radios input:checked + label,
.violet.custom-confirmation-page .custom-content,
.violet.custom-confirmation-page .custom-content a.bouton:after,
.violet .tel-number{
  background-color: #56056b;
}
.violet .custom-content .form-actions input.form-submit:hover{
  color: #56056b;
  box-shadow: 0 0 5px #56056b;
}
.violet .custom-content .form-actions input.form-submit{
  font-size: 11px;
}

.text-orange{color:#e75a1d!important;}
.text-bleufonce{color:#2f5aa7!important;}
.text-bleuclair{color:#3ba2e5!important;}
.text-vert{color:#c2c002!important;}
.text-violet{color:#56056b!important;}

/* Media Queries */
@media screen and (min-width: 640px){
  .custom-content #webform-component-choix--gammes .form-item{
    width: calc(25% - 10px);
  }
  .custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-velos label:before,
  .custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-fumeurs label:before,
  .custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-specifiques label:before,
  .custom-content #webform-component-choix--gammes .form-item.form-item-submitted-choix-gammes-voyageurs label:before{
    margin-bottom: 12px;
  }
  .custom-content #webform-component-coordonnees--date-du-projet .form-radios label,
  .custom-content #webform-component-coordonnees--format-catalogue .form-radios label{
    font-size: 15px;
    padding: 8px 20px;
    margin: 0 13px 20px 0;
    border-width: 2px;
  }
  .custom-content #webform-component-coordonnees--format-catalogue .form-radios label{
    display: inline-block;
    width: auto;
  }
  .custom-content #webform-component-coordonnees--format-catalogue .form-radios label em{
    display: inline;
  }
  .custom-content #webform-component-coordonnees--optins .form-checkboxes label,
  .custom-content #webform-component-coordonnees--rgpd .form-checkboxes label,
  .custom-content #webform-component-coordonnees--rgpd2 .form-checkboxes label{
    padding-top: 5px;
  }

  .bleuclair .custom-header h1{
    width: auto;
  }

  .violet .custom-content .form-actions input.form-submit{
    font-size: 17px;
  }
}

@media screen and (min-width: 992px){
  .custom-form-page{
    height: 100vh;
    overflow: hidden;
    padding-left: 38.1vw;
  }
  .custom-form-page .close,
  .custom-confirmation-page .custom-content .close,
  #close-form-tsf{
    text-indent: 0;
    text-align: right;
    width: auto;
    padding-right: 78px;
    padding-top: 19px;
    height: 60px;
    top: 15px;
    right: 30px;
  }
  .custom-form-page .close:before,
  .custom-confirmation-page .custom-content .close:before,
  #close-form-tsf:before{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 58px;
    line-height: 45px;
  }
  .custom-confirmation-page .custom-content .close{
    color: #fff;
  }
  /*.custom-confirmation-page .custom-content .close:before{
    color: #fff;
    border-color: #fff;
  }*/

  .tel-number{
    border-radius: 0 0 0 4px;
    box-shadow: 0 -10px 65px rgba(0,0,0,.2);
    top: auto;
    bottom: 30px;
  }
  .tel-number:before{
    width: 42px;
    height: 58px;
    line-height: 56px;
    font-size: 20px;
    left: -20px;
  }
  .tel-number .texte{
    display: block;
    border-radius: 0;
  }
  .tel-number .telephone{
    background: #fff;
    font-size: 20px;
    margin-right: -10px;
    padding-right: 10px;
    margin-left: -20px;
    padding-left: 14px;
  }
  .orange .tel-number .telephone{color: #e75a1d;}
  .bleufonce .tel-number .telephone{color: #2f5aa7;}
  .bleuclair .tel-number .telephone{color: #3ba2e5;}
  .vert .tel-number .telephone{color: #c2c002;}
  .violet .tel-number .telephone{color: #56056b;}

  .custom-header{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 38.1vw;
  }
  .custom-header h1{
    padding-top: 40px;
    padding-bottom: 32px;
    font-size: 25px;
  }
  .custom-header h1:before{
    display: block;
    margin: 0 auto 18px;
    width: 100px;
    height: 100px;
    background-size: 44px 56px;
    border-width: 3px;
  }
  .custom-header .visuel{
    position: fixed;
    top: 215px;
    bottom: 332px;
    height: auto;
    width: 38.1vw;
  }

  .custom-content{
    height: 100vh;
    overflow-y: auto;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 101px rgba(0,0,0,.2);
    padding-top: 95px;
    padding-bottom: 150px;
  }
  .custom-content #webform-component-intro{
    min-height: 60px;
    margin-bottom: 26px;
  }
  .custom-content .fieldset-description{
    font-size: 22px;
    text-align: left;
    margin-bottom: 25px;
  }
  .custom-content .fieldset-description em{
    display: inline;
    font-size: 15px;
  }
  .custom-content .webform-component-textfield,
  .custom-content .webform-component-email,
  .custom-content .webform-component-select{
    float: left;
    width: 50%;
    clear: none;
  }
  .custom-content #webform-component-coordonnees--nom,
  .custom-content #webform-component-coordonnees--type-activite,
  .custom-content #webform-component-coordonnees--email,
  .custom-content #webform-component-coordonnees--ville{
    padding-right: 25px;
    clear: both;
  }
  .custom-content #webform-component-coordonnees--societe,
  .custom-content #webform-component-coordonnees--telephone,
  .custom-content #webform-component-coordonnees--code-postal{
    padding-left: 25px;
  }
  .custom-content #webform-component-coordonnees--ville{
    clear: left;
  }
  .custom-content #webform-component-notice{
    float: left;
  }
  .custom-content .webform-client-form .form-actions{
    text-align: right;
  }

  .custom-footer{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 38.1vw;
    padding-bottom: 20px;
  }

  .custom-confirmation-page .custom-header{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 38vw;
  }
  .custom-confirmation-page .custom-content{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 38vw;
    right: 0;
    width: 62vw;
    border-radius: 0;
  }
  .custom-confirmation-page .custom-content h1{
    font-size: 40px;
    margin-bottom: 60px;
  }
  .custom-confirmation-page .custom-content h1:before{
    margin-bottom: 45px;
  }
  .custom-confirmation-page .custom-content p{
    font-size: 20px;
    margin: 24px auto;
  }
  .custom-confirmation-page .custom-content a.bouton{
    margin-top: 75px;
  }

}

@media screen and (min-width: 1200px){
  .custom-content form,
  .custom-content .wrapper{
    margin-left: 50px;
    margin-right: 50px;
  }

}

@media screen and (min-width: 1430px){
  .custom-header .visuel{
    bottom: 200px;
  }

  .custom-content form,
  .custom-content .wrapper{
    margin-left: 102px;
  }

  .custom-footer .picto{
    width: auto;
  }
}

@media screen and (min-width: 1500px){
  .custom-form-page .close,
  #close-form-tsf{
    top: 30px;
  }
  .tel-number{
    top: 45%;
    bottom: auto;
  }
}

/* Visuels */
.custom-confirmation-page.orange .custom-header .visuel                             {background-image: url(/sites/all/themes/flatastic/images/abriplus/devis-confirm.jpg);}
.custom-form-page.orange .custom-header .visuel                                     {background-image: url(/sites/all/themes/flatastic/images/abriplus/devis-mini.jpg);}
@media screen and (min-width: 640px){.custom-form-page.orange .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/devis-mobile.jpg);}}
@media screen and (min-width: 992px){.custom-form-page.orange .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/devis-normal.jpg);}}

.custom-confirmation-page.bleuclair .custom-header .visuel                             {background-image: url(/sites/all/themes/flatastic/images/abriplus/sur-mesure-confirm.jpg);}
.custom-form-page.bleuclair .custom-header .visuel                                     {background-image: url(/sites/all/themes/flatastic/images/abriplus/sur-mesure-mini.jpg);}
@media screen and (min-width: 640px){.custom-form-page.bleuclair .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/sur-mesure-mobile.jpg);}}
@media screen and (min-width: 992px){.custom-form-page.bleuclair .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/sur-mesure-normal.jpg);}}

.custom-confirmation-page.bleufonce .custom-header .visuel                             {background-image: url(/sites/all/themes/flatastic/images/abriplus/contacter-confirm.jpg);}
.custom-form-page.bleufonce .custom-header .visuel                                     {background-image: url(/sites/all/themes/flatastic/images/abriplus/contacter-mini.jpg);}
@media screen and (min-width: 640px){.custom-form-page.bleufonce .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/contacter-mobile.jpg);}}
@media screen and (min-width: 992px){.custom-form-page.bleufonce .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/contacter-normal.jpg);}}

.custom-confirmation-page.vert .custom-header .visuel                             {background-image: url(/sites/all/themes/flatastic/images/abriplus/catalogue-confirm.jpg);}
.custom-form-page.vert .custom-header .visuel                                     {background-image: url(/sites/all/themes/flatastic/images/abriplus/catalogue-mini.jpg);}
@media screen and (min-width: 640px){.custom-form-page.vert .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/catalogue-mobile.jpg);}}
@media screen and (min-width: 992px){.custom-form-page.vert .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/catalogue-normal.jpg);}}

.custom-confirmation-page.violet .custom-header .visuel                             {background-image: url(/sites/all/themes/flatastic/images/abriplus/technique-confirm.jpg);}
.custom-form-page.violet .custom-header .visuel                                     {background-image: url(/sites/all/themes/flatastic/images/abriplus/technique-mini.jpg);}
@media screen and (min-width: 640px){.custom-form-page.violet .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/technique-mobile.jpg);}}
@media screen and (min-width: 992px){.custom-form-page.violet .custom-header .visuel{background-image: url(/sites/all/themes/flatastic/images/abriplus/technique-normal.jpg);}}

/* Ajustements Demande de Fiche Technique */
.technical-sheet-form-wrapper{
  position: fixed;
  z-index: 1000;
  overflow-y: auto;
}
.technical-sheet-form-wrapper .close{
  display: none;
}
.technical-sheet-form-wrapper .intro{
  font-size: 15px;
  line-height: 20px;
}
.technical-sheet-form-wrapper .intro h1{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.technical-sheet-form-wrapper .extra_texte{
  font-size: 15px;
  font-weight: bold;
  margin: 70px 0 20px;
}
.technical-sheet-form-wrapper .wrapper{
  overflow: visible;
}
.technical-sheet-form-wrapper .block-webform{
  margin: 20px 0;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
  background: #fff;
  padding: 40px;
}
.technical-sheet-form-wrapper .block-webform form{
  max-width: 360px;
  margin: auto;
}
.technical-sheet-form-wrapper .block-webform .form-item{
  float: none;
  width: 100%;
  padding: 0!important;
}
.technical-sheet-form-wrapper .block-webform > p{
  display: none;
}


/* Honeypot */
.faxnumber-textfield{
  display: none;
}
