/*.arrondis(10px);*/
hr {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
body {
  font-family: 'Open Sans', sans-serif !important;
  color: #444444;
  background: #f5f4f0;
  margin: 0;
  font-size: 14px;
}
header {
  margin-top: 15px;
  background: #006a53;
  height: 75px;
  line-height: 60px;
  padding: 5px 5px;
  text-transform: uppercase;
}
header h1 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
header h1 span {
  font-size: 16px;
}
footer {
  background: #006a53;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
footer a {
  color: white;
  text-decoration: underline;
}
footer a:hover {
  color: white;
  text-decoration: none;
}
.checkbox {
  vertical-align: top;
  display: inline-block;
  margin: 5px 5px !important;
  width: 15px !important;
  height: 15px !important;
}
.checkbox + label {
  margin-top: 2px;
}
.inline {
  display: inline-block;
}
.inline-button {
  display: inline-block;
  width: auto;
}
.margin-top {
  margin-top: 10px !important;
}
.center {
  text-align: center;
}
.colorViolet {
  color: #910041;
  font-weight: bold;
}
.tt16 {
  font-size: 16px;
  margin: 24px 0 50px;
}
.tt16-bis {
  font-size: 16px;
  margin: 24px 0 0px;
}
.vert {
  color: #006a53;
  font-weight: bold;
}
.vert-claire {
  color: #55a743;
  font-weight: normal;
}
.titre {
  color: #55a743;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.question {
  color: #55a743;
  font-size: 14px;
}
.question-details {
  font-style: italic;
  font-size: 12px;
}
.text-center {
  text-align: center;
}
/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
 padding: 0 !important;
 vertical-align: top;
 display: inline-block !important;
 float: none !important;
}

.col-md-4 {
 width: 31.333% !important;
}

.col-md-10 {
 width: 82.333%;
}

.col-md-11 {
 width: 90.667% !important;
}
*/

.container {
  width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.content {
  background: white;
  /*padding: 10px;*/
  margin: 20px 0;
}
/*
.row {
 margin: 20px 10px;
}

header {
 .row {
  margin: 0;
 }
}
*/

.action {
  margin: 20px auto;
  text-align: center;
}
.action .rotateFleche {
  transform: scaleX(-1);
}
.action .btn {
  background: #ff9d00 !important;
  background-image: linear-gradient(#ff9d00, #ff7400);
  border: 1px solid #ff7400 !important;
  border-radius: 5px;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.28571;
  padding: 0.857143em 1.42857em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.action .btn:hover {
  background-color: #ff7400 !important;
}
.action .btn-secondary {
  background-color: transparent !important;
  text-decoration: underline;
  color: #333333 !important;
  text-transform: none;
  border-color: transparent !important;
}
.action .btn-secondary:hover {
  background-color: transparent !important;
}
.btn {
  color: black;
}
@media only screen and (max-width: 578px) {
  .btn {
    white-space: normal;
  }
}
.btn.btn-primary {
  background-color: #ff9d00;
  border-color: #ff7400;
  color: white;
}
.btn.btn-primary:hover {
  background-color: #ff7400 !important;
}
.btn.btn-secondary {
  background-color: transparent;
  text-decoration: underline;
}
@media only screen and (max-width: 578px) {
  .inline {
    display: block;
    margin: 10px;
    width: 100%;
  }
}
.input-inline-text {
  width: 100% !important;
  display: inline-block;
  border-width: 0 0 1px 0;
  border-radius: 0;
  margin-bottom: 10px;
  box-shadow: none;
  background: none;
  padding-left: 10px;
  transition: all 0.2s;
}
@media only screen and (min-width: 578px) {
  .input-inline-text {
    width: 50% !important;
  }
}
.input-inline-text:hover {
  background-color: whitesmoke;
}
.input-inline-text:hover,
.input-inline-text:focus {
  border-color: #006a53;
  outline: 0;
}
.mentionsObligatoires {
  text-align: right;
  font-style: italic !important;
  font-size: 11px !important;
}
/*TITRE */

.inner {
  margin: 30px auto;
  width: 100% !important;
}
.inner .tt1,
.inner .tt2 {
  font-size: 24px;
  line-height: 1.33333;
  margin: 0;
  padding: 0 0.208333em;
  text-align: center;
  color: #444444;
}
.inner .tt-sep {
  position: relative;
}
.inner .tt-sep > span::before {
  border-bottom: 1px solid white;
  border-top: 1px solid #d1d1cf;
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  margin-bottom: -1px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.inner .tt-sep span {
  display: block;
  position: relative;
}
.inner .tt-sep span span {
  background: #f5f4f0 none repeat scroll 0 0;
  display: inline-block;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
.inner .tt-sep span span span {
  font-size: 14px;
  max-width: 80%;
}
.wp-post-image {
  border: 4px solid #e8e8e8;
}
/*.col-md-1 img {
 width: 80%;
}*/

.bloc {
  padding: 10px;
  text-align: center;
  background: #f5f4f0;
}
.bloc .col-md-1,
.bloc .col-md-5 {
  vertical-align: middle;
}
ul.puce {
  list-style-type: none;
  margin: 5px 0 5px 0;
  padding: 0 0 0 20px;
  height: 1%;
}
ul.puce li {
  background: url(/Content/Images/puce.jpg) no-repeat left 7px;
  margin-left: 10px;
  padding: 2px 0 2px 25px;
}
.intitule {
  text-align: right;
  padding: 5px 5px !important;
  font-size: 0.9em;
}
.champs {
  padding: 0 5px;
}
.champs.suffixed {
  position: relative;
}
.champs.suffixed input {
  padding-right: 44px;
}
.champs.suffixed .suffix {
  position: absolute;
  right: 8px;
  top: 6px;
}
.field {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.field.inline {
  flex-direction: row;
  align-items: center;
}
label.required:after {
  content: " * :";
}
input,
select {
  background-image: linear-gradient(#e8e8e8 2%, white 2%, white 3%);
  border: 1px solid #d2d5c4;
  border-radius: 3px;
  color: #444444;
  padding: 5px;
  vertical-align: middle;
  width: 100% !important;
}
input#saissie,
input.saissie {
  border: none;
  border-bottom: 1px solid #d6d6d6;
  background-image: none;
  width: 190px !important;
  padding: 0 5px !important;
}
input[type=radio] {
  width: 15% !important;
  margin-top: 0px;
}
.blocGris {
  background: #f5f4f0;
  padding: 10px;
  text-align: left;
}
.separateurContrat {
  padding-top: 20px;
}
.mentionsLegales {
  font-size: 12px;
  /*font-style: italic;*/
  text-align: left;
  line-height: 12px;
  margin-bottom: 20px;
  text-align: justify;
}
.mentions {
  margin: 20px 0 10px;
  font-style: italic;
  font-size: 90%;
}
.mentions ul {
  margin: 0 0 10.5px 31px;
}
.radioButtons {
  display: flex;
  justify-content: center;
}
input[type=radio] {
  display: none;
}
input[type=radio]:checked + label {
  background-color: #55a743;
  color: white;
}
input[type=radio] + label {
  background-color: #f5f4f0;
  padding: 6px 18px;
  border-radius: 3px;
  margin: 0 5px;
  font-weight: normal;
  font-size: 16px;
}
.bt-label {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  font-weight: normal;
}
.text-center img {
  vertical-align: top;
}
.btn-img {
  margin: 0 10px;
}
.erreur {
  border: 1px solid #910041 !important;
  background: #f5f4f0 !important;
}
.msgErreur {
  font-size: 11px;
  font-style: italic;
  color: #64002d;
  text-align: center;
  background: #f4f4f4;
  margin: 10px 0;
}
.erreurMobile {
  color: #ed2222;
  padding: 0;
}
.erreurMobile .image {
  display: inline-block;
  width: 3%;
  vertical-align: top;
}
.erreurMobile .Message {
  display: inline-block;
  width: 90%;
}
.numeroTel {
  display: none;
}
.PC {
  display: inline;
  color: #006a53;
  font-weight: bold;
}
.tooltip {
  box-shadow: none;
  background: #8e8e8e;
  color: white;
  padding: 5px;
  font-size: 10px;
  border: none;
  line-height: 11px;
}
/* Tableau Ajout véhicules */

.ajoutVehicule {
  width: 100%;
  margin: 20px 0 10px;
}
.ajoutVehicule th {
  background: #006a53;
  color: white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  padding: 2px 10px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}
.ajoutVehicule td {
  background: none;
  color: #222222;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 4px 10px;
  vertical-align: middle;
}
.ajoutVehicule th.derniereColonne {
  border-right: 1px solid white;
}
.ajoutVehicule td.derniereColonne {
  border-right: 1px solid #d4d4d4;
  text-align: center;
}
.ajoutVehicule td.vehicule {
  text-align: center;
}
input.ajouterVehicule,
.ajouterMetier {
  background: none !important;
  text-decoration: none !important;
  color: #0765a8 !important;
  font-size: 120% !important;
  float: right !important;
  text-transform: initial !important;
  font-weight: normal !important;
  border: none;
  text-align: right;
  width: auto !important;
  margin-bottom: 10px;
}
.ajouterVehicule:hover,
.ajouterMetier:hover {
  background: none !important;
  text-decoration: underline !important;
  color: #0765a8 !important;
}
::-webkit-input-placeholder {
  font-style: italic;
  font-size: 85%;
}
::-moz-placeholder {
  font-style: italic;
  font-size: 85%;
}
/* firefox 19+ */

:-ms-input-placeholder {
  font-style: italic;
  font-size: 85%;
}
/* ie */

input:-moz-placeholder {
  font-style: italic;
  font-size: 85%;
}
.ajoutVehicule input[type=text] {
  width: 92%;
  margin-bottom: 0 !important;
}
.ajoutVehicule select {
  width: 100%;
  margin-bottom: 0 !important;
  height: 30px !important;
  padding: 0 !important;
}
.supprimer {
  cursor: pointer;
  fill: red;
  background: url("/Content/Images/supprimer.png") no-repeat;
  padding: 3px 10px;
}
.supprimer:hover {
  cursor: pointer;
  fill: red;
  background: url("/Content/Images/supprimer-hover.png") no-repeat;
  padding: 3px 10px;
}
.confirmation {
  margin: 50px auto;
  font-size: 14px;
  color: dimgray;
  text-align: center;
  margin: 20px auto;
}
.mobile {
  display: none;
}
/* FLOTTE */

.middle {
  vertical-align: middle;
}
.questionnaire {
  margin: 0px 0;
  font-size: 14px;
  color: dimgray;
}
.questionnaire .intitule {
  font-size: 14px;
  color: dimgray;
  text-align: left;
  margin: 0px 0 0;
}
.questionnaire .center {
  text-align: center !important;
}
.questionnaire .justify {
  text-align: justify;
}
.questionnaire input[type="radio"] {
  width: 5% !important;
}
.questionnaire p {
  margin: 50px 10px;
}
.questionnaire input[placeholder],
.questionnaire [placeholder],
.questionnaire *[placeholder] {
  font-size: 85% !important;
  font-style: italic !important;
  color: #9b9b9b;
}
.questionnaire .important {
  font-weight: bold;
  color: #006a53;
}
.questionnaire textarea {
  margin-bottom: 15px;
}
.questionnaire .confirmation .msgErreur {
  margin: 10px 0;
}
.questionnaire .confirmation .msgErreur span {
  display: block;
}
.questionnaire .confirmation .msgErreur label {
  font-weight: normal !important;
}
.questionnaire .italique {
  font-style: italic;
}
.questionnaire .renvoi {
  font-size: 11px;
}
.questionnaire input.error {
  border: 1px solid #910041 !important;
  background: #f5f4f0 !important;
}
.questionnaire label.error {
  font-size: 11px;
  font-style: italic;
  color: #64002d;
  text-align: center;
  background: #f4f4f4;
  margin: 10px 0;
}
.trmd {
  margin: 20px 0;
  font-size: 14px;
  color: dimgray;
  /* on checked */

}
.trmd .important {
  font-weight: bold;
  color: #006a53;
}
.trmd .bold {
  font-weight: bold;
}
.trmd .intitule {
  text-align: left !important;
}
.trmd .center {
  text-align: center;
}
.trmd .italique {
  font-style: italic;
}
.trmd td {
  padding: 5px;
}
.trmd p {
  margin: 50px 10px;
}
.trmd [type="checkbox"]:not(:checked),
.trmd [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.trmd [type="checkbox"]:not(:checked) + label,
.trmd [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 75px;
  cursor: pointer;
}
.trmd [type="checkbox"]:not(:checked) + label:before,
.trmd [type="checkbox"]:checked + label:before,
.trmd [type="checkbox"]:not(:checked) + label:after,
.trmd [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}
.trmd [type="checkbox"]:not(:checked) + label:before,
.trmd [type="checkbox"]:checked + label:before {
  left: 0;
  top: -12px;
  width: 65px;
  height: 30px;
  background: #cecece;
  border-radius: 15px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.trmd [type="checkbox"]:not(:checked) + label:after,
.trmd [type="checkbox"]:checked + label:after {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
  background: #333333;
  top: -8px;
  left: 5px;
}
.trmd [type="checkbox"]:checked + label:before {
  background: #51b6a8;
}
.trmd [type="checkbox"]:checked + label:after {
  background: white;
  top: -8px;
  left: 40px;
}
.trmd [type="checkbox"]:checked + label .ui,
.trmd [type="checkbox"]:not(:checked) + label .ui:before,
.trmd [type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 5px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.trmd [type="checkbox"]:not(:checked) + label .ui:before {
  content: "non";
  color: #333333;
  left: 31px;
  top: -9px;
}
.trmd [type="checkbox"]:checked + label .ui:after {
  content: "oui";
  color: white;
  top: -9px;
}
.trmd [type="checkbox"]:focus + label:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
}
.trmd input,
.trmd select {
  width: 100% !important;
}
.trmd label.error {
  font-weight: 700 !important;
  padding: 5px 0;
}
.trmd input.error {
  border: 1px solid #910041 !important;
  background: #f5f4f0 !important;
}
.trmd input.error .confirmation .msgErreur {
  margin: 10px 0;
}
.trmd input.error .confirmation .msgErreur span {
  display: block;
}
.trmd label.error {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #64002d;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
.trmd .tableTrmd {
  width: 100%;
}
.trmd .tableTrmd td {
  border: 1px solid #e8e8e8;
}
.trmd .tableTrmd td.cas {
  border-right: none !important;
}
.trmd .tableTrmd td.option {
  border-left: none !important;
  text-align: center;
}
.trmd .tableTrmd th {
  background: #006a53;
  color: white;
  padding: 10px;
  border: 1px solid white;
}
input.error {
  border-left: 3px solid #d22020;
  color: #d22020;
}
label.error {
  font-size: 14px;
  font-weight: bold;
  color: #d22020;
  display: block;
  border-left: 3px solid #d22020;
  padding-left: 6px;
  margin-bottom: 0;
}
label.error:last-child {
  margin-bottom: 14px;
}
.cell-ptac {
  width: 58px !important;
}
.cell-immat {
  width: 86px !important;
  text-align: center;
}
input[type=radio].radio-standard {
  display: inline;
}
.k-file-extension-wrapper {
  display: none !important;
}
.k-file-extension-wrapper {
  margin-left: 0em !important;
}
.k-file-name-size-wrapper {
  min-width: 70% !important;
  max-width: 80% !important;
  margin-left: 0px !important;
}
.madelin .ui-datepicker-year {
  display: none !important;
}
.madelin .row {
  margin-left: 0px;
  margin-right: 0px;
}
.madelin .margin-top {
  margin-top: 18px !important;
}
.madelin .icon {
  width: 48px;
  margin: 5px;
}
@media (max-width: 476px) {
  .madelin .btn-group-toggle .inline {
    width: 100%;
  }
  .madelin .btn-group-toggle .inline label {
    width: 100%;
    margin: 0 0 10px;
    max-width: 100%;
  }
}
.madelin input[type=radio] + label {
  text-align: center;
  min-width: 100px;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #d2d5c4;
}
.madelin input[type=radio]:checked + label {
  background-color: #006a53;
}
.madelin .date input[type=text] {
  max-width: 150px;
  padding: 15px 20px;
  text-align: center;
}
.madelin .date > label {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.CNI {
  padding: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .CNI {
    padding: 30px;
  }
}
.CNI .modify-button {
  text-decoration: underline;
  font-weight: bold;
  margin-top: 14px;
  color: #004691;
  cursor: pointer;
  display: inline-block;
}
.CNI.page-confirmation {
  display: flex;
  align-items: center;
}
.CNI .confirmation-message {
  text-align: center;
  font-size: 20px;
}
.CNI .margin-top {
  /*margin-top: 24px !important;*/
  margin-top: 16px !important;
}
.CNI.noborder {
  padding: 0;
}
.CNI .wp-post-image {
  border: none;
  max-width: 100%;
}
.CNI .col-dropzone {
  text-align: center;
}
.CNI .action {
  display: flex;
  margin: 0;
}
.CNI .action.right {
  justify-content: flex-end;
}
.CNI .action.center {
  justify-content: center;
}
.CNI .action.between {
  justify-content: space-between;
}
.CNI .action .btn {
  width: 100% !important;
}
@media only screen and (min-width: 576px) {
  .CNI .action .btn {
    width: auto !important;
  }
}
.CNI .col-calendar {
  display: flex !important;
}
.CNI .input-calendar {
  position: relative;
}
.CNI .input-calendar .icon {
  background: url(/Content/Images/icon-calendar.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: 5px;
  opacity: 0.6;
}
.CNI input[type="datetime"]::-ms-clear {
  display: none;
}
.CNI .champsdate {
  width: 140px !important;
  margin-left: 5px;
}
.CNI .client-data {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-weight: bold;
}
.CNI .client-data:before {
  background-image: url(/Content/Images/check.png);
  width: 25px;
  height: 18px;
  display: inline-block;
  content: "";
  margin-right: 4px;
}
.CNI .client-data label {
  font-weight: normal;
  margin-bottom: 0;
}
.CNI input {
  background-color: #f9f9f9;
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  height: auto;
}
.CNI input[type=radio] + label {
  background-color: #f9f9f9;
  font-weight: 500;
  margin: 5px;
}
.CNI .row {
  margin: 0 -10px;
}
.CNI div[class*="col"] {
  float: left !important;
  padding: 0 10px 16px !important;
}
.CNI div.col-image {
  padding-bottom: 0 !important;
}
.CNI div.col-content {
  padding: 20px 20px 0 !important;
}
.CNI table select {
  padding: 12px 12px;
}
/* Mobile paysage */

@media only screen and (min-device-width: 320px) and (max-device-width: 720px) and (orientation: landscape) {
  .pc {
    display: none;
  }
  .mobile,
  .colorViolet {
    display: block;
  }
  #lblEffectif {
    display: block !important;
  }
  .container {
    width: 100%;
  }
  header {
    height: auto;
    text-align: center;
    /*
    .col-md-2 {
     width: 24% !important;
     display: inline-block !important
    }
  
    .col-md-10 {
     width: 75% !important;
     display: inline-block !important
    }*/
  
  }
  .inner .tt-sep span {
    display: none;
  }
  .content .wp-post-image {
    display: none;
  }
  .content .col-md-1 img {
    display: none;
  }
  /* Tableau saisie */
  
  .responsive-table-line td {
    position: relative;
    padding-left: 37% !important;
    white-space: normal;
    text-align: left !important;
    border: 1px solid #d4d4d4;
  }
  .responsive-table-line table,
  .responsive-table-line thead,
  .responsive-table-line tbody,
  .responsive-table-line th,
  .responsive-table-line td,
  .responsive-table-line tr {
    display: block;
  }
  .responsive-table-line thead tr {
    display: none;
  }
  .responsive-table-line tr {
    margin: 10px 0;
  }
  .responsive-table-line td {
    position: relative;
  }
  .responsive-table-line td:before {
    content: attr(data-title);
    line-height: 44px;
    background: #006a53;
    color: white;
    font-size: 90%;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35%;
    padding-right: 15px;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    padding: 0 2px;
    text-align: center;
  }
  .ajoutVehicule input[type=text] {
    width: 95% !important;
    height: 25px !important;
  }
  .ajoutVehicule select {
    width: 100% !important;
    height: 35px !important;
  }
  /*
   .col-md-4, .col-md-10, .col-md-11 {
    width: 100% !important;
   }*/
  
  .intitule {
    text-align: left !important;
    font-size: 0.9em !important;
  }
  .separateurContrat {
    display: none !important;
  }
  .action .btn {
    margin: 10px 0;
  }
}
/* Mobile portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
  .mobile,
  .colorViolet {
    display: block;
  }
  .pc {
    display: none;
  }
  .separateurContrat {
    display: none !important;
  }
  /*
   .col-md-4, .col-md-10, .col-md-11 {
    width: 100% !important;
   }*/
  
  .intitule {
    text-align: left !important;
    font-size: 1em;
  }
  #lblEffectif {
    display: block !important;
  }
  .action .btn {
    margin: 10px 0;
  }
  .container {
    width: 100%;
  }
  header {
    height: auto;
    text-align: center;
  }
  .inner .tt-sep span {
    display: none;
  }
  .content .wp-post-image {
    display: none;
  }
  .content .col-md-1 img {
    display: none;
  }
  /* Tableau saisie */
  
  .responsive-table-line td {
    position: relative;
    padding-left: 37% !important;
    white-space: normal;
    text-align: left !important;
    border: 1px solid #d4d4d4;
  }
  .responsive-table-line table,
  .responsive-table-line thead,
  .responsive-table-line tbody,
  .responsive-table-line th,
  .responsive-table-line td,
  .responsive-table-line tr {
    display: block;
  }
  .responsive-table-line thead tr {
    display: none;
  }
  .responsive-table-line tr {
    margin: 10px 0;
  }
  .responsive-table-line td {
    position: relative;
  }
  .responsive-table-line td:before {
    content: attr(data-title);
    line-height: 30px;
    background: #006a53;
    color: white;
    font-size: 90%;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35%;
    padding-right: 15px;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    padding: 0 2px;
    text-align: center;
  }
  .ajoutVehicule input[type=text] {
    width: 95% !important;
    height: 25px !important;
  }
  .ajoutVehicule select {
    width: 100% !important;
    height: 35px !important;
  }
  label {
    max-width: 90%;
  }
}
/*Tablette portrait */

@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .container {
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  /*
   .col-md-4, .col-md-10, .col-md-11 {
    width: 100% !important;
   }*/
  
  .intitule {
    text-align: left !important;
    font-size: 1em;
  }
  #lblEffectif {
    display: block !important;
  }
  .action .btn {
    margin: 10px 0;
  }
  .separateurContrat {
    display: none !important;
  }
  header {
    height: auto;
    text-align: center;
    /*
    .col-md-2 {
     width: 24% !important;
     display: inline-block !important
    }
  
    .col-md-10 {
     width: 75% !important;
     display: inline-block !important
    }*/
  
  }
  .inner .tt-sep span {
    display: none;
  }
  .content .wp-post-image {
    display: none;
  }
  .content .col-md-1 img {
    display: none;
  }
}
.form-flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.form-flex label {
  max-width: 90%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
  margin-right: 14px;
}
.form-flex input {
  flex: 1;
  width: auto;
}
.form-flex button {
  margin-left: 14px;
}
.signature-picture {
  max-width: 100%;
}
.check-element {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.check-element img {
  margin-right: 8px;
  width: 16px;
}
.check-element label {
  margin-bottom: 0;
}
.check-element strong {
  margin-left: 4px;
}
.check-element ul {
  flex: 1 0 100%;
  margin-left: 30px;
}
.check-element .multiline {
  width: 100%;
  padding-left: 40px;
}
[class*="col-"] .check-element {
  margin-bottom: 0;
}
.hightlight-message {
  font-weight: bold;
  color: #006a53;
}
.full-height {
  height: 100%;
}
.table-glb {
  margin-top: 20px;
  border: 1px solid;
}
.table-glb thead {
  background-color: #006a53;
  color: white;
}
.flexbox {
  display: flex;
}
.flexColumn {
  flex-direction: column;
}
.flexWrap {
  flex-wrap: wrap;
}
.alignCenter {
  align-items: center;
}
.justifyCenter {
  justify-content: center;
}
.justifyEnd {
  justify-content: flex-end;
}
.justifyBetween {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .table-multiline {
    border: none;
  }
  .table-multiline thead {
    display: none;
  }
  .table-multiline tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .table-multiline tbody tr td {
    border: none;
    padding: 3px 0px;
  }
}
.select-role option:first-child {
  content: "Rôle";
}
.mb-14 {
  margin-bottom: 14px;
}
.radio-group {
  margin: 0 -5px;
}
.separator-gne {
  margin: 10px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.gne-title,
.gne-subtitle {
  padding: 10px 15px;
  margin: 10px 0;
}
.gne-title {
  color: white;
  background-color: #006a53;
}
.gne-title + .gne-subtitle {
  margin-top: -10px;
}
.gne-subtitle {
  background-color: rgba(0, 106, 83, 0.2);
  font-weight: 700;
  color: black;
}
.container-gne-form .sub-questions .col-sm-9 label {
  margin-left: 40px;
}
.container-gne-form .row {
  margin-bottom: 14px;
  /*
    &:last-child {
      margin-bottom: 0;
    }*/

}
.container-gne-form .row label {
  padding-top: 6px;
}
.container-gne-form .row input[type=radio]:checked + label {
  background-color: #55a743;
}
.container-gne-form .row input[type=radio] + label {
  cursor: pointer;
  background-color: white;
  border: 1px solid #666666;
}
.container-gne-form .row input {
  border: 1px solid #666666;
}
.container-gne-form .row .radio-group input[type=radio]:nth-child(3):checked + label {
  background-color: #cb3636;
}
@media (max-width: 992px) {
  .only-desktop {
    display: none;
  }
}
.FIAB .field.inline {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .FIAB .field.inline {
    flex-direction: row;
    align-items: center;
  }
}
.FIAB .field.inline label {
  font-weight: normal;
  width: 100%;
  margin-top: 6px;
}
.FIAB .field.inline .field-validation-error {
  width: 100%;
  order: 1;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
.FIAB .field.inline .field-validation-error + label {
  color: #a94442;
}
.FIAB .field.inline .field-validation-error + label + .form-control,
.FIAB .field.inline .field-validation-error + label + select,
.FIAB .field.inline .field-validation-error + label + .input-calendar input {
  border-color: #a94442;
  background-color: rgba(169, 68, 66, 0.1);
}
@media only screen and (min-width: 578px) {
  .FIAB .row.multi-field [class*="col-"] + [class*="col-"] .field label {
    flex: 0;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .field.inline {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .field.inline label {
    flex: 0 0 140px;
    padding-right: 10px;
    text-align: right;
  }
  .field.inline .form-control,
  .field.inline select {
    flex: 1;
  }
  .field.inline input[type="number"]::-webkit-outer-spin-button,
  .field.inline input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .field.inline .field-validation-error {
    padding-left: 140px;
  }
}
.dropzone-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dropzone {
  position: relative;
}
.dropzone input[type="file"] {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  filter: alpha(opacity=00);
}
.dropzone input[type="file"]:focus {
  text-indent: -9999em;
}
.preview-block + .dropzone {
  display: none;
}
.preview-block.empty + .dropzone {
  display: flex;
}
input[type="file"] + label {
  font-size: 1.25em;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dotted #666666;
  border-radius: 5px;
  cursor: pointer;
  padding: 24px;
}
input[type="file"] + label span {
  background: url(/Content/Images/upload.svg) no-repeat;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
}
input[type="file"] + label div {
  font-size: 14px;
  font-weight: normal;
}
.preview-block {
  display: flex;
  justify-content: center;
}
.preview-block.empty {
  display: none;
}
.preview-block .preview-block-img {
  position: relative;
}
.preview-block .preview-block-img .delete-button {
  background-color: #e95c32;
  border-radius: 100%;
  top: -10px;
  right: -10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.preview-block .preview-block-img .delete-button .delete-button-icon {
  background-image: url(/Content/Images/delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.preview-block embed {
  max-width: 100%;
}
.necessary-items-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.necessary-item {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #eaf5f3;
  border: 1px solid #7bb4aa;
}
.necessary-item:hover {
  text-decoration: none;
}
.necessary-item.necessary-item-added {
  color: white;
  background-color: #015f49;
  border-color: #001a14;
}
.necessary-item.necessary-item-added .necessary-item-status {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #00120e;
}
.necessary-item .necessary-item-content {
  display: flex;
  align-items: center;
  flex: 1;
}
.necessary-item .necessary-item-status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #477c71;
  background-color: #bbd5d0;
  border-radius: 100%;
  margin-right: 8px;
}
.necessary-item .necessary-item-title {
  font-weight: 500;
}
.block-necessary-item {
  display: flex;
  flex-direction: column;
  background-color: #eaf5f3;
  border: 1px solid #7bb4aa;
  padding: 15px;
  border-radius: 10px;
}
.block-necessary-item .block-necessary-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #015f49;
}
.minHFull {
  min-height: 100%;
}
img {
  max-width: 100%;
}
