@charset "UTF-8";

/******************************************************************
Theme Name: Delivract - Gestion des consentement
Author: Jean-Philippe Bouvet
Version: 1.0
Created: 13/04/2020
******************************************************************/


/* Header de la page */

.bloc-head {
  border-bottom: 1px solid #ebebeb;
}

.bloc-head .logo {
  padding: 18px 0;
}

.bloc-head .logo a {
  display: inline-block;
}

.bloc-head .sous-bloc-slogan {
  text-align: right;
  padding: 30px 0;
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas-open {
  display: none;
}


/* Sous-header */

.sous-header {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../img/breadcrumb-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center
}

.sous-header-text {
  display: inline-block;
  padding: 35px 40px;
}

.sous-header-text h4 {
    font-weight: 300;
    font-size: 34px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sous-header-text .bt-option a {
  font-size: 14px;
  color: #111111;
  font-weight: 500;
  margin-right: 20px;
  position: relative;
}

.sous-header-text .bt-option a:after {
  position: absolute;
  right: -18px;
  top: -1px;
  content: "5";
  font-family: "ElegantIcons";
}

.sous-header-text .bt-option a i {
  margin-right: 4px;
}

.sous-header-text .bt-option span {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
}


/* Organisation de la page */

.colonne-slogan,
.colonne-logo {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* Blocs textuels */

.bloc-texte-1 {
  background-color: #f8f8f8;
  padding-top: 60px;
}

.bloc-texte-1 p {
  text-align: center;
}

.bloc-texte-2 {
  background-color: #f8f8f8;
  padding-bottom: 10px;
}

.bloc-texte-2 p {
  text-align: center;
}


/* Bloc validation */

.bloc-validation {
  background-color: #f8f8f8;
}

.bloc-validation p {
  text-align: center;
}

.encadre {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  padding: 16px;
  line-height: 1.5em;
}

.encadre.important.erreur {
  border: 1px solid #ed979b;
  background: #f8ecec;
}

.encadre.important.success {
  border: 1px solid #8ac149;
  background: #8ac14936;
}

.encadre.important h4 {
  padding-left: 18px;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}
.encadre.important.erreur h4 {
  color: #ed1c24;
  background: url('../img/picto-important.png') no-repeat center left;
}

.encadre.important.success h4 {
  color: #6ca52a;
  background: url('../img/picto-success.png') no-repeat center left;
  background-size: 12px;
}

.encadre h4,
.encadre h2.h2-orange {
  color: #ec8d06;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.encadre.important ul {
  margin-bottom: 0;
  margin-left: 0px;
  padding-left: 30px;
}

.encadre.important ul li {
  list-style: url('../img/puce-liste-fleche.png');
}


/* Affichage du bloc formulaire */

.bloc-formulaire-1 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  clear: both
}

.colonne {
  width: 100%;
}

.colonne:first-child {
  margin-left: 0
}

.gauche {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.droite {
  width: calc(50% - 10px);
  margin-left: 10px;
  position-relative: top:0px;
  top: 0px;
}

.taille20 {
  width: calc(20% - 10px);
}

.taille30 {
  width: calc(30% - 10px);
}

.taille40 {
  width: calc(40% - 10px);
}

.taille60 {
  width: calc(60% - 10px);
}

.taille70 {
  width: calc(70% - 10px);
}

.largueur-total {
  width: calc(100%);
}


/* Champs du formulaire */

.control-form div.control-group.small {
  /*display: inline-block;*/
  max-width: 40%;
}

.control-form div.control-group {
  background: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.control-form div.control-group div.control-label {
  padding: 7px 20px;
  border-bottom: 1px solid #eaeaea;
  color: #444444;
  font-weight: bold;
  background: #eaeaea;
  font-size: 12px;
}

.control-form div.control-group div.control-input {
  padding: 7px 5px;
  color: #00a850;
  font-size: 15px;
  overflow: hidden;
}

.control-form div.control-group div.control-infos {
  padding: 7px 12px 11px 12px;
  border-top: 1px solid #eaeaea;
  background: url('../img/picto-ampoule.png') no-repeat 11px 7px;
  color: #606060;
}

.control-form div.control-group div.control-submit {
  border-top: 1px solid #eaeaea;
  color: #606060;
  padding-left: 10px;
  background: #ffffff;
  text-align: center;
}

/* Input Select */

.control-form div.control-group div.control-input select {
  border: none;
  width: 100%;
  color: #900310;
  padding-right: 20px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 700;
}

.control-form div.control-group div.control-input .ui-selectmenu-button {
  width: 100%;
}

.control-form div.control-group div.control-input .ui-selectmenu-button span.ui-icon {
  background: url('../img/select-arrow.png') no-repeat 0 3px;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.control-form div.control-group div.control-input .ui-selectmenu-button span.ui-selectmenu-text {
  padding-top: 0;
  padding-bottom: 0;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

a {
  color: #6ca55b;
  font-weight: 500;
}

a:hover {
  color: #6ca52a;
  font-weight: 700;
}


/* Input Files */

.control-form div.control-group div.control-input-file {
  padding: 0px 12px;
  overflow: hidden;
  color: #606060;
}

.js .input-file-trigger {
  display: inline-block;
  margin: 10px;
  color: #800310;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

.js .input-like-submit {
  display: inline-block;
  margin: 10px;
  color: #800310;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 0;
  background: none;
  white-space: normal;
}

.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  padding: 14px 0;
  opacity: 0;
  cursor: pointer;
}

.js .file-return {
  float: right;
}

.file-return:not(:empty) {
  margin: 10px 0;
}

.file-return {
  margin: 0;
  color: #606060;
  font-weight: 700;
  /*text-transform : uppercase;*/
}


/* Input classique - Number */

.control-form div.control-group div.control-input input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.control-form div.control-group div.control-input input[type=text],
.control-form div.control-group div.control-input input[type=number],
.control-form div.control-group div.control-input input[type=email] {
  border: none;
  color: #7f010e;
  width: 100%;
  padding-left: 1em;
}

.control-input input[type=radio]:first-child {
  margin-left: 7px;
}

.control-input input[type=radio] {
  vertical-align: middle;
  margin-left: 15px;
  width: 15px;
  height: 15px;
}

.control-input label {
  vertical-align: text-top;
}

input[type=checkbox] {
  vertical-align: middle;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}


/* Footer */

.footer-section {
  background: #103230;
  padding-top: 70px;
}


/* Affichage pour mobile */


/* Taille de 1200x */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bloc-head .sous-bloc-slogan .hw-btn {
    font-size: 11px;
  }
  .bloc-head .sous-bloc-slogan {
    border-bottom: none;
    display: none;
  }
  .bloc-head .container {
    position: relative;
  }
}

@media (min-width:992px) {
  .colonne-logo {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .colonne-slogan {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
}


/* Taille de 480px */

@media only screen and (max-width: 767px) {
  .bloc-head .sous-bloc-slogan {
    border-bottom: none;
    display: none;
  }
  .bloc-head .container {
    position: relative;
  }
  .sous-header br {
    display: none;
  }
  .sous-header-text h4 {
    font-size: 26px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}
  .gauche,
  .droite {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px
  }
  .control-form div.control-group.small {
    /*display: inline-block;*/
    max-width: 50%;
  }
}