@font-face {
  font-family: 'AirbnbCerealLight';
  font-style: normal;
  src: url("./fonts/AirBnB/AirbnbCerealLight.ttf") format("truetype")
}
@font-face {
  font-family: 'AirbnbCerealBook';
  font-style: normal;
  src: url("./fonts/AirBnB/AirbnbCerealBook.ttf") format("truetype")
}
@font-face {
  font-family: 'AirbnbCerealMedium';
  font-style: normal;
  src: url("./fonts/AirBnB/AirbnbCerealMedium.ttf") format("truetype")
}
@font-face {
  font-family: 'AirbnbCerealBold';
  font-style: normal;
  src: url("./fonts/AirBnB/AirbnbCerealBold.ttf") format("truetype")
}
@font-face {
  font-family: 'AirbnbCerealExtraBold';
  font-style: normal;
  src: url("./fonts/AirBnB/AirbnbCerealExtraBold.ttf") format("truetype")
}
@font-face {
  font-family: 'AirbnbCerealBlack';
  font-style: normal;
  src: url("./fonts/AirBnB/AirbnbCerealBlack.ttf") format("truetype")
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
  list-style:none;margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;
}
table{border-collapse:separate;border-spacing:0;width: 100%;}
*, *:focus, *:active, *.active,a{ box-shadow:none !important; outline: none!important; text-decoration: none;}
* {margin: 0;padding: 0;box-sizing: border-box;}
:root {
  --primaire: #0b3040;
  --primaire-100: rgba(11,48,64,.1);
  --primaire-200: rgba(11,48,64,.2);
  --primaire-300: rgba(11,48,64,.3);
  --primaire-400: rgba(11,48,64,.4);
  --primaire-500: rgba(11,48,64,.5);
  --primaire-600: rgba(11,48,64,.6);
  --primaire-700: rgba(11,48,64,.7);
  --primaire-800: rgba(11,48,64,.8);
  --primaire-900: rgba(11,48,64,.9);
  
  --secondaire: #ffff01;
  --secondaire-100: rgba(255,255,1,.1);
  --secondaire-200: rgba(255,255,1,.2);
  --secondaire-300: rgba(255,255,1,.3);
  --secondaire-400: rgba(255,255,1,.4);
  --secondaire-500: rgba(255,255,1,.5);
  --secondaire-600: rgba(255,255,1,.6);
  --secondaire-700: rgba(255,255,1,.7);
  --secondaire-800: rgba(255,255,1,.8);
  --secondaire-900: rgba(255,255,1,.9);

  --blue: #25cdc7;
  --danger-100: rgba(220,53,69,.1);
  --danger-200: rgba(220,53,69,.2);
  --danger-300: rgba(220,53,69,.3);
  --danger-400: rgba(220,53,69,.4);
  --danger-500: rgba(220,53,69,.5);
  --danger-600: rgba(220,53,69,.6);
  --danger-700: rgba(220,53,69, 0.7);
  --danger-800: rgba(220,53,69,.8);
  --danger-900: rgba(220,53,69,.9);
  
  --primary-100: rgba(21, 101, 192,.1);
  --primary-200: rgba(21, 101, 192,.2);
  --primary-300: rgba(21, 101, 192,.3);
  --primary-400: rgba(21, 101, 192,.4);
  --primary-500: rgba(21, 101, 192,.5);
  --primary-600: rgba(21, 101, 192,.6);
  --primary-700: rgba(21, 101, 192, 0.7);
  --primary-800: rgba(21, 101, 192,.8);
  --primary-900: rgba(21, 101, 192,.9);  

  --success-100: rgba(25, 135, 84,.1);
  --success-200: rgba(25, 135, 84,.2);
  --success-300: rgba(25, 135, 84,.3);
  --success-400: rgba(25, 135, 84,.4);
  --success-500: rgba(25, 135, 84,.5);
  --success-600: rgba(25, 135, 84,.6);
  --success-700: rgba(25, 135, 84, 0.7);
  --success-800: rgba(25, 135, 84,.8);
  --success-900: rgba(25, 135, 84,.9);
}
body {
	background: #dbdbdb;
  min-height: 100vh;
  color: var(--bs-black);
  font-family: 'AirbnbCerealBook';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  overflow-x: hidden;
}
body.overlay {overflow-y:hidden;}
.text-08{font-size: .8rem!important;}
.text-09{font-size: .9rem!important;}
.text-1{font-size: 1rem!important;}
.text-1-125{font-size: 1.125rem!important;}
.text-1-25{font-size: 1.25rem!important;}
.text-1-5{font-size: 1.5rem!important;}
.text-2{font-size: 2rem!important;}
/* .text-primary,.text-primaire{background-color: #1565C0!important} */
.text-primary{color: #1565C0!important}
.bg-primary{background-color: #1565C0!important}
.text-secondaire{color: var(--secondaire)!important}
.text-primaire{color: var(--primaire)!important}
.bg-secondaire{background-color: var(--secondaire)!important}
.bg-primaire{background-color: var(--primaire)!important}
.bg-primaire-100{background-color: var(--primaire-100)!important}
.bg-primaire-200{background-color: var(--primaire-200)!important}
.bg-primaire-300{background-color: var(--primaire-300)!important}
.bg-primaire-400{background-color: var(--primaire-400)!important}
.bg-primaire-500{background-color: var(--primaire-500)!important}
.bg-primaire-600{background-color: var(--primaire-600)!important}
.bg-primaire-700{background-color: var(--primaire-700)!important}
.bg-primaire-800{background-color: var(--primaire-800)!important}
.bg-primaire-900{background-color: var(--primaire-900)!important}
.bg-success-100{background-color: var(--success-100)!important}
.bg-success-200{background-color: var(--success-200)!important}
.bg-success-300{background-color: var(--success-300)!important}
.bg-success-400{background-color: var(--success-400)!important}
.bg-success-500{background-color: var(--success-500)!important}
.bg-success-600{background-color: var(--success-600)!important}
.bg-success-700{background-color: var(--success-700)!important}
.bg-success-800{background-color: var(--success-800)!important}
.bg-success-900{background-color: var(--success-900)!important}
.bg-danger-100{background-color: var(--danger-100)!important}
.bg-danger-200{background-color: var(--danger-200)!important}
.bg-danger-300{background-color: var(--danger-300)!important}
.bg-danger-400{background-color: var(--danger-400)!important}
.bg-danger-500{background-color: var(--danger-500)!important}
.bg-danger-600{background-color: var(--danger-600)!important}
.bg-danger-700{background-color: var(--danger-700)!important}
.bg-danger-800{background-color: var(--danger-800)!important}
.bg-primary-900{background-color: var(--primary-900)!important}
.bg-primary-100{background-color: var(--primary-100)!important}
.bg-primary-200{background-color: var(--primary-200)!important}
.bg-primary-300{background-color: var(--primary-300)!important}
.bg-primary-400{background-color: var(--primary-400)!important}
.bg-primary-500{background-color: var(--primary-500)!important}
.bg-primary-600{background-color: var(--primary-600)!important}
.bg-primary-700{background-color: var(--primary-700)!important}
.bg-primary-800{background-color: var(--primary-800)!important}
.bg-primary-900{background-color: var(--primary-900)!important}
.bg-light-200{background-color: var(--bs-gray-200)!important}
.bg-light-300{background-color: var(--bs-gray-300)!important}
.bg-light-400{background-color: var(--bs-gray-400)!important}
.cursor-pointer {cursor: pointer;}
.Light{ font-family: 'AirbnbCerealLight'!important;}
.Book{ font-family: 'AirbnbCerealBook'!important;}
b,.b,.Medium{ font-family: 'AirbnbCerealMedium'!important;}
.Bold{ font-family: 'AirbnbCerealBold'!important;}
.ExtraBold{ font-family: 'AirbnbCerealExtraBold'!important;}
.Black{ font-family: 'AirbnbCerealBlack'!important;}
.container {max-width: 100% !important;}
.min-vh-100{min-height: 100vh !important;}
.min-vh-90{min-height: 90vh !important;}
.min-vh-80{min-height: 80vh !important;}
.h-5{height: 5rem !important;}
.h-8{height: 8rem !important;}
.w-8{width: 8% !important;}
.w-10{width: 10% !important;}
.m-w-0{min-width: 0!important;}
.line-1{line-height: 1!important;}
.error{
  color: var(--bs-red);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  font-size: .8rem;
  /* margin-bottom: 1rem; */
}
.btn{
  color: #fff;
  background-color: var(--primaire);
  font-size: .8rem;
  padding: .5rem 1.5rem;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  z-index: 1;
  border-radius: .25rem;
  font-family: 'AirbnbCerealMedium';
  position: relative;
}
.btn.btn-gray{
  background-color: var(--bs-gray-200);
  color:  var(--primaire); 
}
.btn:hover{
  color:  var(--primaire)!important; 
  background-color: var(--bs-gray-200);
}
.btn.btn-gray:hover{
  color: #fff;
  background-color: var(--primaire);
}

input:not([type="submit"],[type="file"],[type="checkbox"],[type="radio"]),select,textarea{
  font-size: .9rem;
  height: 2.875rem;
  color: var(--bs-black);
  text-align: left;
  padding: .9rem 0.625rem;
  border: none;
  background-color: transparent;
  position: relative;
} 
input[data-source]{
  padding-right:2rem;
}
input[data-label]{
  padding-right:2.5rem;
}
input[data-source] + em,input[data-label] + em{
  position:absolute;
  color: var(--bs-gray-600);
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
}
select{
  background-image: url("../img/chevron-down.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.form-error,select.form-error + .chosen-container .chosen-choices,select.form-error + .chosen-container .chosen-single{
  position: relative;
  background-image: url("../img/error-mark.png");
  background-position: 98% center;
  background-repeat:  no-repeat;
  background-size: 1rem;
}
select.form-error + .chosen-container .chosen-single{
  background-position: 92% center;
}
a.disabled { pointer-events: none;cursor: default;}
.action-radius{border-radius: 0.25rem;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem !important;
  /* margin: 0.25rem 0 0.25rem 1rem !important; */
}

/*:::::::::::: Grille :::::::::::: */
.grid-container{margin: 1rem 0;}
dl,dl dd {
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
  position: relative;
}
dl dt {
  background-color: var(--primaire);
  color: #fff;
  font-size: .8rem;
  padding: .25rem .5rem!important;
  border: .015rem solid #fff;
  display: flex;
  align-items: center;
  height: 1.75rem;
}
dl dt:first-of-type {
  border-top-left-radius: .5rem;
}
dl dt:last-of-type {
  border-top-right-radius: .5rem;
  border-right:0;
}
dl dd.first-of-bottom {
  border-bottom-left-radius: .5rem;
}
dl dd:last-of-type {
  border-bottom-right-radius: .5rem;
}
dl dd.last-bottom,dl dd .last-left-bottom {
  border-bottom-left-radius: .5rem;
}
dl dd.last-bottom,dl dd .last-right-bottom {
  border-bottom-right-radius: .5rem;
}
dl dd > div {
  background: #fff;
  padding: .25rem;
  border-right: 1px solid rgba(102,145,231,.15) !important;
  border-bottom: 1px solid var(102,145,231,.15) !important;
  font-size: .85rem;
  display: flex;
  align-items: center;
  margin-top: .15rem;
}
/* dl dd > div{
  border-right: 1px solid rgba(102,145,231,.15) !important;
  border-bottom: 1px solid var(102,145,231,.15) !important;
} */
dd.action-container a,dd > div.action-container a {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  font-size: 1rem;
  margin: 0 0.25rem;
}
dd img{max-width: 1.5rem;}
/* Panel wrap */
.overlay-bg {
  position: fixed;
  display: none;
  visibility: hidden;
  transition: .1s;
  background: rgba(0,0,0,.3);
  z-index: 101;
}
/* .overlay-bg .position-relative{ */
.overlay-bg .line-scale-pulse-out-position-relative{
  width: 5rem;
  height: 3rem;
  border-radius: .5rem;
}
body.overlay .overlay-bg {
  display: block;
  visibility: visible;
}
.panel-wrap {
  border-radius: .5rem;
  position: fixed;
  width: auto;
  max-width: 80%;
  max-height: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 102;
  transition: .3s ease-out;
  background: #fff;
  background: repeat center url(../img/bg.jpeg);
  overflow-x: hidden;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.1), 0 10px 30px 0 rgba(0,0,0,.2) !important;
  overflow-y: scroll;
}
body.overlay .overlay-bg .panel-wrap {
  /* transform: translateX(0); */
  /* transform: translate(-50%,5%);
  opacity: 1;
  visibility: visible;
  transition: .3s ease-out; */
}
.panel-wrap form{height: 100%;}
.panel {
  padding: 0 1rem 1rem;
  overflow-y: visible;
  height: 100%;
  /* background: var(--bs-gray-100); */
  background: repeat center url(../img/bg.jpeg);
  position: relative;
}
.panel-topbar {
  background: #fff;
  border-bottom: 1px solid #e8ebed;
  height: 3.75em;
}
.panel-close {
  background: transparent;
  color: var(--bs-red);
  font-size: 2.15rem;
  padding: 0;
}
.panel-close:hover{
  border: 2px solid #777;
  opacity: .7;
}
.panel-topbar .panel-titre{
  font-size: 1.25rem;
}
.panel-wrap .panel-topbar + em{
  background: transparent;
  text-align: center;
  font-size: .8rem;
  color: var(--bs-red);
  padding: .5rem;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.panel .form-group{
  margin-bottom: 1rem;
}
.panel .form-group h1{
  text-transform: uppercase;
  font-family: 'AirbnbCerealMedium';
  font-size: 2rem;
}
.panel label{
  font-family: 'AirbnbCerealMedium';
  margin-bottom: .25rem;
  font-size: .8rem;
  color: var(--bs-gray-600);
  color: var(--primaire);
  letter-spacing: .05rem;
}
.panel input:not([type="submit"],[type="file"],[type="checkbox"],[type="radio"]),
.panel select,.panel textarea
{
  height: 2.875rem;
  border: .012rem solid var(--primaire);
  border-radius: .5rem;
  background-color: #fff;
}
.panel textarea{
  height: auto;
  min-height: 7rem;
  font-size: .8rem;
}
.panel table input:not([type="submit"],[type="file"],[type="checkbox"],[type="radio"]),.panel table select{
  height: 2rem;
  border-radius: .25rem;
}
.file-container{
display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    text-align: center;
    border-radius: 0.3125rem;
    transition: 0.3s;
    font-size: 1rem;
    border: 1px dashed var(--primaire-400);
    padding: 1.875rem 1.25rem;
}
.file-container input[type=file]{
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  height: 0;
  width: 0;
  display: none;
}
.file-container input[type=text]{
  background-color: #fff !important;
  border: 1px solid var(--bs-gray-400) !important;
  text-align: center;
  width: 96%;
  margin:1rem 0 .5rem;
  font-size: .8rem;
  color: var(--bs-gray-800);
  font-family: 'AirbnbCerealLight';
}
.file-container h6 {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--primaire);
  margin-bottom: 0;
  font-family: 'AirbnbCerealMedium';
  text-transform: none;
}
.file-container em,.file-container span  {
  font-size: .8rem;
  line-height: 1.2;
  color: var(--bs-gray-800);
  margin: 1rem 0;
  font-family: 'AirbnbCerealLight';
}
.file-container span {
  color: var(--bs-danger);
}
.file-container button {
  color: var(--secondaire);
  background-color: var(--primaire);
  font-size: .9rem;
  border-radius: .5rem;
  padding: .5rem 1rem;
  border: 0;
  font-family: 'AirbnbCerealLight';
}
.file-container:hover {
  color: #ffffff;
  background-color:var(--bs-gray-200);
}
.panel article {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eae8f1;
  border-radius: 4px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  padding: 1rem;
  margin:1rem 0;
}
.panel article h3 +em{
  font-size: .85rem;
  margin-bottom: .75rem;
  display: block;
}
.panel article table th,.panel article table td {
  vertical-align: middle;
  padding: .25rem .75rem;
  border: 1px solid #dee2e6;
  border-bottom-color: rgb(222, 226, 230);
  border-right: 0;
  font-size: .75rem;
}
.panel article table th{
  font-family: "AirbnbCerealBold";
}
.panel article table th.border-right,.panel article table td.border-right {
  border: 1px solid #dee2e6;
}
.panel article table-editable {
  position: relative;
  overflow-y: hidden;
}
table-add, table-remove {
  cursor: pointer;
  font-size: 1rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
  border-color: #dc3545 !important;
}
.panel-btn-submit button{
  background: var(--primaire-900) !important;
  color: #fff;
  font-size: .85rem;
  padding: .5rem 1.5rem !important;
  border: 0 !important;
  border-radius: .5rem !important;
  margin-left: 1rem;
  line-height: 1.5;
}
.panel-btn-submit button+button{
  background: var(--bs-red) !important;
  display: block!important;
}
.panel-btn-submit button:hover,
.panel-btn-submit button:focus,
.panel-btn-submit button.active{
  background: var(--primaire);
}
/* Loading line scale pulse out */
/* .line-scale-pulse-out {width: 3.5rem;} */
.line-scale-pulse-out > div {
      background-color: var(--bs-black);
      width: 0.125rem;
      height: 2.1875rem;
      border-radius: 0.125rem;
      margin: 0.125rem;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      display: inline-block;
      -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
              animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); 
}
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important; 
}
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; 
}
@-webkit-keyframes line-scale-pulse-out {
  0% {-webkit-transform: scaley(1);transform: scaley(1); }
  50% {-webkit-transform: scaley(0.4);transform: scaley(0.4); }
  100% {-webkit-transform: scaley(1);transform: scaley(1); } 
}  
@keyframes line-scale-pulse-out {
    0% {-webkit-transform: scaley(1); transform: scaley(1);}
    50% {-webkit-transform: scaley(0.4); transform: scaley(0.4);}
    100% {-webkit-transform: scaley(1); transform: scaley(1);} 
}
/*:::::::::::: Pieds de page :::::::::::: */
.stat-container{
  padding: 1.5rem 1rem;
  border-radius: .5rem;
  margin-bottom: 1rem;
}
.stat-container article{
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--bs-gray-300);
}
.stat-container article.bg-vert{
  background: rgba(30, 169, 24, 0.125);
}
.stat-container .article-header{
  font-size: 1.5rem;
  font-family: 'AirbnbCerealBold';
  margin-bottom: 1rem;
}
.stat-container .article-consulter-link{
  font-size: .85rem;
  font-family: 'AirbnbCerealBook';
  background: var(--e4e5e6);
  font-family: 'AirbnbCerealBook';
  padding: .25rem 1rem;
  border-radius: 1rem;
}
.stat-container .article-link{
  font-size: .85rem;
  color: var(--bs-success);
}
.stat-container .article-link i{
  font-size: .85rem;
  font-family: 'AirbnbCerealMedium';
  background: var(--color-111);
  color: #fff;
  border-radius: .25rem;
  padding: .0125rem .125rem;
  width: 1.5rem;
  height: 1.15rem;
}
.stat-container article .article-bubble i{
  font-size: 1.25rem;
  background: var(--color-111);
  color: #fff;
  border-radius: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: .5rem;
}
.stat-container article .article-bubble p{
  font-size: 1rem;
  color: var(--primaire);
  font-family: 'AirbnbCerealMedium';
}
.stat-container article .article-title{
  font-size: 1rem;
  font-family: 'AirbnbCerealLight';
}
.stat-container .article-value{
  font-size: 1.5rem;
  font-family: 'AirbnbCerealMedium';
}
/* Pagination button style */
.pagination-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.count-container{
  color: var(--bs-gray-900);
  font-size: .8rem;
  /* padding: .25rem 0; */
}
/* .pagination-container .pagination:first-of-type {margin-bottom: 1rem;}
.pagination-container .pagination:last-of-type {margin-top: 1rem;} */
.pagination > li > a, .pagination > li > span {
  position: relative;
  font-size: .8rem;
  font-family:'AirbnbCerealMedium';
  margin: .25rem;
  color: var(--primaire);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  background: var(--primaire-200);
}
.pagination >li > a.active,
.pagination > li > a:hover{
  background-color: var(--primaire);
  color: #fff;
}
/* Search input style */
.search-container i{
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%);
}
input.search-input,input.search-input:focus{
  background: var(--bs-gray-200) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-position:1rem center;
  border: 0;
  padding-left: 2.5rem;
  font-size: .85rem;
  width: 30rem;
  color: var(--bs-gray-900);
  height: 2.5rem;
  border-radius: 2rem;
}
input.search-input::placeholder {
  color:var(--bs-black);
  font-size: .85rem;
  font-family: 'AirbnbCerealBook';
  white-space: nowrap;
}
/* Add - Export -Import button style */
.add-btn,.panel-btn-submit button{
  padding: .5rem;
  background: #fff;
  border: 1px dashed var(--bs-gray-600);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 10.5rem;
}
.add-btn:hover{
  background: var(--primaire-100);
}
.add-btn i{
  background: var(--bs-gray-100);
  padding: 1rem;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.add-btn img{
  width: 2rem;
}
.add-btn span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem!important;
  line-height: 1.1;
}
/* Statistique container style */
.stat-container .stat-container-table{
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: .5rem;
  border: 1px solid var(--bs-gray-300);
  height: 24.25rem;
  overflow-y: visible;
}
.stat-container .stat-container-table #sinistre-pie{
  height: 19rem!important;
  margin: auto;
}
.stat-container .stat-container-table h1{
  font-family: 'AirbnbCerealMedium';
  font-size: .85rem;
  color: var(--primaire);
  margin: 0 0 2rem;
}
.stat-container .stat-container-table dt{
  font-size: .75rem;
  color: var(--7f7c90);
  background-color: var(--fafafd);
  padding: .25rem .25rem;
}
.stat-container .stat-container-table dd{
  font-size: .75rem;
  color: #333;
  padding: .75rem .25rem !important;
  border-top: 1px solid var(--e4e5e6);
  display: flex;
  align-items:center;
}
/* .stat-container .stat-container-table dd em{
  border: 1px solid var(--e4e5e6);
  width: 1rem;
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: .6rem;
  font-family: 'AirbnbCerealMedium';
  color: var(--primaire);
} */
.stat-container .stat-container-table dd em{
  border-radius: .25rem;
  font-size: .75rem;
  font-family: 'AirbnbCerealMedium';
  color: var(--primaire-900);
  background: var(--primaire-100);
  padding: .25rem .5rem;
}
.stat-container .stat-container-table dd .categorie{
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  border: 1px solid var(--e4e5e6);
  padding: .15rem;
}
.stat-container .stat-container-table dd .bubble{
  width: .5rem;
  height: .5rem;
  margin-right: .5rem;
  border-radius: 50%;
}
.stat-container .stat-container-table dd .bubble + span{
  font-family: 'AirbnbCerealMedium';
}

.stat-container .stat-bar-container{
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-right: .75rem;
}
.stat-container .stat-bar-container:last-child{
  margin-right:0;
}
.stat-container .stat-bar-container .stat-bar-value{
  background:var(--primaire-200);
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
}
.stat-container .stat-bar-container.stat-bar-max .stat-bar-value{
  background:var(--primaire-700);
}
.stat-container .stat-bar-container .stat-bar-periode{
  background: var(--primaire-050);
  border-radius: .5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .6rem;
  font-family: 'AirbnbCerealMedium';
  color: var(--primaire);
  height: 2rem;
  margin-top: .5rem;
}
.stat-container .stat-bar-container.stat-bar-max .stat-bar-periode{
  background: var(--bs-gray-800);
  color: #fff;
}
.stat-container .stat-bar-container .stat-bar-periode span:first-child{
  padding-top: .5rem;
}.stat-container .stat-bar-container .stat-bar-periode span:last-child{
  padding-bottom: .5rem;
}
/*:::::::::::: Pieds de page :::::::::::: */
footer{
  background-color: var(--primaire);
}
footer h3{
  position: relative;
  font-size: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  z-index: 1;
  color: #fff !important;
  text-transform: uppercase;
  font-family: 'AirbnbCerealBold';
}
footer section.menu{
  padding:3rem 2rem;
}
footer section.menu img{ width:12rem;}
footer section.menu p,footer section.menu ul.list li a,footer section.menu ul.list li span{
  font-size: .9rem;
  color: #fff;
  margin-bottom: 1rem;
  font-family: 'AirbnbCerealLight';
  text-align: justify;
  position: relative;
}
footer section.menu ul.list:not(.no-puce) li a:before {
  display: inline-block;
  content: '\ea35';
  font-family: 'ionicons';
  font-weight: 700;
  margin-right: 12px;
  font-size: 12px;
  line-height: 1.8em;
  margin-top: 4px;
}
footer section.menu p{
  line-height: 2.25;
}
footer section.menu ul.social a{
    font-size: 1.25rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer section.menu a:hover {
  color: var(--secondaire)!important;
  /* background-color: #fff */
}
footer section.menu ul.list li {
  /* color: #fff; */
  /* padding-left: 1rem; */
}
footer section.menu ul.list li a {
  /* font-size: 16px;
  font-weight: 500; */
  /* color: #fff; */
}
footer section.menu ul.list li a:hover{
  color: var(--primaire-100);
}
footer section.menu form input[type=email]{
  padding: .375rem .75rem;
  font-size: .8rem;
  color: var(--bs-black);
  background-color: #fff;
  border: 0;
  border-radius: .25rem;
}footer section.menu form input[type=submit]{
  color: var(--bs-black);
  background-color: var(--secondaire);
  border: 0;
  border-radius: .25rem;
  font-size: 1rem;
  padding: .75rem 2rem !important;
  width: 100%;
  margin-top: 1rem;
}
footer section.droit{
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #FFFFFF13;
  padding: 20px 0px 20px 0px;
  color: #fff;
  font-size: .9rem;
  position: relative;
}
footer section.droit a{
  color: var(--secondaire);
}
footer section.droit span{
  display: block;
}
footer section.droit a:hover{
  color: var(--secondaire);
  text-decoration: underline;
}
/*:::::::::::: Pieds de page :::::::::::: */
.scroll-to-top {
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  display: none;
  border-radius: 50%;
  background:var(--primaire);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top i {color: #fff;}
.scroll-to-top:hover {
  color: #232323;
  background: #fff;
  border: 1px solid #fff;
}
.scroll-to-top:hover i {color: #232323;}
/*:::::::::::: Navigateur :::::::::::: */
.navigator-container{
    background-image: url(../slides/slide-01.png);
    background-position: center center;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
    position: relative;
}
.navigator-container:before{
  background: linear-gradient(-90deg, transparent, #fff 65%);
  opacity: 0.85;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.navigator-container h1 {
  z-index: 9;
  word-wrap: break-word;
  margin: 0 !important;
  font-size: 2.3rem;
  display: flex;
  align-items: center;
}

.navigator-container  h1 a{
  font-family: 'AirbnbCerealMedium';
  font-size: 1.25rem;
  color: #fff;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primaire);
  border-radius: 50%;
  flex: 0 0 auto;
  display: none;
}
.navigator-container  h1 a:hover{
  color: rgba(255,255,255,.5);
}
/* Styles for medium screens */
@media screen and (max-width: 991px) {
  .navigator-container{
      padding: 1rem 0;
      margin-top: 2rem;
  }
  
}
/*:::::::::::: Section :::::::::::: */
section {
  padding: 2rem 0;
  width: 100%;
  position: relative;
}
section img {
  height: auto;
  max-width: 100%;
  border-radius: 0.375 !important;
  vertical-align: top;
}
section h6{
  color:var(--primaire);
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding-top: 8px;
  z-index: 1;
  font-family: 'AirbnbCerealMedium';
  text-transform: uppercase;
}
section h2{
  color:var(--primaire);
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: 'AirbnbCerealMedium';
  font-size: 2.5rem !important;
  line-height: 1;
}
section h4{
  color: var(--bs-black);
  font-size: 1.125rem;
  margin-bottom: 0;
  font-family: 'AirbnbCerealBlack';
}
section .extra-text{display: none;}
/*:::::::::::: Slide :::::::::::: */
section.section-slide{
  padding: 0!important;
}
section.section-slide .slider-container{
 width: 100%;
 /* min-height: 90vh !important; */
}
section.section-slide .slider-container .slide-item {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}
section.section-slide .slider-container .slide-item:before{
  background: linear-gradient(-90deg, transparent, #fff 65%);
  opacity: 0.85;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

section.section-slide .slider-container .slide-item .row{
  min-height: 90vh !important;
}
section.section-slide .slider-container .slide-item h6{
    position:relative;
    font-size:1.5rem;
    color:var(--primaire);
}
section.section-slide .slider-container .slide-item h1,.navigator-container h1{
  color: var(--primaire);
  margin: 3rem 0;
  position: relative;
  animation-delay: 0.8s;
  z-index: 1;
  font-family: 'AirbnbCerealBold';
  line-height: 1.2;
  font-size:2.1rem;
}

section.section-slide .slider-container .slide-item p{
  position: relative;
  color:var(--primaire);
  /* margin: 3rem 0; */
  margin: 0;
  z-index: 1;
  font-size: .95rem;
  text-align: justify;
}
section.section-slide .slider-container .slide-item a{
  color: #fff;
  background-color: var(--primaire);
  font-size: 1rem;
  padding: .5rem 1.5rem;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: .25rem;
  font-family: 'AirbnbCerealMedium';
  margin-top: 3rem;
}
section.section-slide .slider-container .slide-item a:hover{color:  var(--primaire); background-color: rgba(255, 255, 255,1);}
/*:::::::::::: A propos :::::::::::: */
section.section-presentation{
  /* padding-top: rem; */
  background: #fff;
}
section.section-presentation .section-presentation-container-left span,
section.section-cotation span.cotation-head{
  font-size: .9rem;
  color: #fff;
  background: var(--primaire);
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-family: 'AirbnbCerealExtraBold';
  /* display: flex;
  min-width: 7rem;
  justify-content: center; */
}
section.section-presentation .section-presentation-container-left h1{
  color: var(--primaire);
  font-family: 'AirbnbCerealExtraBold';
  font-size: 2.5rem;
  line-height: 1.2;
  margin:2rem 0;
}
section.section-presentation .section-presentation-container-left p{
  line-height: 1.8;
  color: var(--bs-gray-900);
  text-align: justify;
  margin-bottom: .75rem;
}
section.section-presentation .section-presentation-container-right{
  padding: 0 0 0 3.625rem;
  position: relative;
}
section.section-presentation .section-presentation-container-right img{
  border-radius: 1rem 0 0 1rem;
}
section.section-presentation .section-presentation-container-right .motif{
  position: absolute;
  z-index: 1;
  top: 2.9375rem;
  left: -1rem;
  animation-duration: 8s;
  animation-delay: 1s;
  animation-name: head-move;
  -webkit-animation-name: head-move;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
section.section-presentation .qualite-container {
    /* margin-top: -10rem; */
    padding-right: 11.25rem;
    margin-top:1rem;
    z-index: 2;
}
section.section-presentation .qualite-container .qualite-container-item{
    padding: 0.625rem;
    position: relative;
    padding: 1.25rem;
    background-color: #FFFFFF;
    border-radius: 0.25rem;
    box-shadow: -4px 1px 39px 10px rgba(129, 70.00000000000001, 70.00000000000001, 0.06)!important;
    /* box-shadow: rgba(41, 45, 194, 0.08) 0px 3px 10px 0px !important; */
}
section.section-presentation .qualite-container .qualite-container-item .img-container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
section.section-presentation .qualite-container .qualite-container-item .img-container img{
  width: 3.5rem;
}
section.section-presentation .qualite-container .qualite-container-item  .img-container span{
  /* color: var(--primaire-200);
  font-size: 3rem;
  line-height: 48px;
  font-family: 'AirbnbCerealBold';
   */
   color: var(--secondaire);
  font-size: 2.5rem;
  line-height: 48px;
  font-family: 'AirbnbCerealBold';
  background-color: var(--primaire);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
section.section-presentation .qualite-container .qualite-container-item  .text-container h2{
  line-height: 1.1;
  font-family: 'AirbnbCerealBold';
  font-size: 1.3rem !important;
}
section.section-presentation .qualite-container .qualite-container-item  .text-container p{
  line-height: 1.3;
  color: var(--bs-gray-900);
  margin-bottom: 0;
  font-size: .9rem;
}
/* Demande de cotation*/
section.section-cotation{
  background-color: #fff;
  padding: 6.25rem 0 3.125rem;
}
section.section-cotation .img-container{
  position: relative;
}
section.section-cotation .img-container .bg-shape {
  position: absolute;
  left: -1.875rem;
  top: 0;
  right: -0.625rem;
  height: 100%;
  background-image: url(../img/cotation-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section.section-cotation .sous-titre{
  font-size: 1rem;
  font-family: 'AirbnbCerealBook';
  color: #1967D2;
  margin-top: 2rem;
  display: flex;
}
section.section-cotation h2{
    margin: 1.5rem 0;
    padding: 0;
}
section.section-cotation  .text {
    position: relative;
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.625rem;
}
section.section-cotation .choix-container{
  display: flex;
  align-items: center;
}
section.section-cotation a{
    background-color: var(--primaire);
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0.75rem;
    color: var(--secondaire);
    min-width: 13.75rem;
    height: 4.375rem;
    display: flex;
    align-items: center;
    border-radius: .5rem;
}
section.section-cotation a img{
  width: 2.25rem;
  margin-right: .5rem;
}
section.section-cotation a p{
  font-size: .8rem;
  color: rgba(255,255,255,.75);
}
section.section-cotation a h6{
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
  padding-top: .15rem;
}
section.section-cotation .cotation-table{
  border-radius: .5rem;
  border:1px solid #dee2e6;
}
section.section-cotation .cotation-table h1{
  border-radius: .5rem .5rem 0 0;
  padding: 1rem 1.5rem;
  background-color: var(--primaire);
  display: flex;
  align-items: center;
}
section.section-cotation .cotation-table h1 img{
  max-width: 3rem;
  background-color: #fff;
  padding: .5rem;
  border-radius: .25rem;
}
section.section-cotation .cotation-table h1 p{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
  color: #fff;
  font-size: 1.25rem;
  font-family: 'AirbnbCerealMedium';
  padding-bottom: .5rem;
}
section.section-cotation .cotation-table h1 p em{
  color: rgba(255,255,255,.75);
  font-family: 'AirbnbCerealLight';
  font-size: .8rem;
  line-height: 1;
}
section.section-cotation .cotation-table h1 p em b{
  color:var(--secondaire);
  padding-right: .5rem;
}
section.section-cotation .form-control{
  background-color: var(--bs-gray-200);
  border: 0;
  height: 2.5rem;
}
section.section-cotation .cotation-form-container .form-control:not(textarea){
  text-align: center;
  font-family: 'AirbnbCerealBold';
  font-size: 1.5rem;
}
section.section-cotation .cotation-form-container textarea.form-control{
  height: 5rem;
}
section.section-cotation  .cotation-form-container-item{
  border: 1px solid var(--bs-gray-200);
  border-radius: .25rem;
  padding: .5rem;
}
section.section-cotation  .cotation-form-container-item.active{
  background-color: var(--primaire);
  color: #fff;
}
section.section-cotation .cotation-form-container-item em{
  color: var(--secondaire);
  border-radius: .25rem;
  background-color: var(--primaire);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.5rem;
  flex: 0 0 auto;
  font-size: .8rem;
  margin-right: 1rem;
  text-align: center;
}
section.section-cotation .cotation-form-container-item  p{
  font-size: .85rem;
  margin: .5rem 0;
  color: var(--primaire);
}
section.section-cotation .passport-container{
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between; 
  gap: 1rem;
  padding-bottom: 1rem;
}
section.section-cotation .passport-container .file-container{
  flex: 1 1 25%;
  /* margin: 1rem 0; */
}
table input:not([type="submit"],[type="file"],[type="checkbox"],[type="radio"]),.panel table select{
  height: 2rem;
  border-radius: .25rem;
}
table th,table td {
  vertical-align: middle;
  padding: .25rem;
  border: 1px solid #dee2e6;
  border-bottom-color: rgb(222, 226, 230);
  border-right: 0;
  font-size: .75rem;
}
/* .panel article table tr.retire td { */
table tr.retire td {
  background-color: var(--danger-50);
}
table td img.photo-assure{
  /* width: 1rem; */
  height: 1.5rem;
  margin: .25rem auto;
  display: block;
}
/* .panel article table th{ */
table th{
  font-family: "AirbnbCerealBold";
}

/* .panel article table th.border-right,.panel article table td.border-right { */
table th.border-right,table td.border-right {
  border: 1px solid #dee2e6;
}
/* .panel article table-editable { */
table-editable {
  position: relative;
  overflow-y: hidden;
}
table-add,table-mod, table-remove,table-collapse {
  cursor: pointer;
  font-size: 1rem;
}
table-famile-content table th,table-famile-content table td ,table-famile-content td {
  /* background-color: var(--primary-200); */
  background-color: var(--bs-gray-200);
}
/* Styles for medium screens */
@media screen and (max-width: 991px) {
  section.section-presentation{padding-top: 2rem;padding-bottom: 0;}
  section.section-presentation .section-presentation-container-left{
    padding: 0 1rem;
  }
  section.section-presentation .qualite-container {
    margin-top: 3rem;
    background-color: var(--bs-gray-100);
    padding: 2rem;
  }
  section.section-presentation .qualite-container .qualite-container-item{
    box-shadow: rgba(41, 45, 194, 0.08) 0px 3px 10px 0px !important;
  }
}
@keyframes head-move {
  0% {
      transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0)
  }

  25% {
      transform: translate3d(5px,0,0)rotate(4deg);
      -webkit-transform: translate3d(5px,0,0)rotate(4deg)
  }

  50% {
      transform: translate3d(0,0,0)rotate(-2deg);
      -webkit-transform: translate3d(0,0,0)rotate(-2deg)
  }

  75% {
      transform: translate3d(5px,0,0)rotate(4deg);
      -webkit-transform: translate3d(5px,0,0)rotate(4deg)
  }

  100% {
      transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0)
  }
}

@-webkit-keyframes head-move {
  0% {
      transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0)
  }

  25% {
      transform: translate3d(5px,0,0)rotate(4deg);
      -webkit-transform: translate3d(5px,0,0)rotate(4deg)
  }

  50% {
      transform: translate3d(0,0,0)rotate(-2deg);
      -webkit-transform: translate3d(0,0,0)rotate(-2deg)
  }

  75% {
      transform: translate3d(5px,0,0)rotate(4deg);
      -webkit-transform: translate3d(5px,0,0)rotate(4deg)
  }

  100% {
      transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0)
  }
}
section.section-apropos .charte-odissey {
  position: relative;
  /* padding: 1rem; */
  /* margin: 0 1.5625rem; */
  max-width: 30rem;
  filter: drop-shadow(2px 2px 2px var(--bs-gray-100));
}
section.section-apropos .hygee-container {
  background-color:#fff;
  position:  absolute;
  right: 0;
  top: 10%;
  display: inline-block;
  border-radius: 50%;
  padding: .5rem;
}
section.section-apropos .hygee-container .hygee-container-bg-img {
  padding: 2rem;
  position: relative !important;
  background-image: url(../img/hygée.jpeg);
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
}
/*:::::::::::: Nos valeurs :::::::::::: */
section.section-valeurs{
  background-color: #fff;
  /* padding: 5rem 0; */
}
section.section-valeurs .sous-text{
  font-size: .9rem;
  color: #fff;
  background: var(--primaire);
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-family: 'AirbnbCerealExtraBold';
}
/* section.section-valeurs h1{
  color: var(--primaire);
  font-family: 'AirbnbCerealExtraBold';
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 2rem 0;
} */
section.section-valeurs h6{
  color: var(--primaire);
  font-family: 'AirbnbCerealBook';
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 2rem 0;
  text-transform: none;
}
section.section-valeurs .section-valeurs-container{
  background-image: url(../img/valeur-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:1rem;
}
section.section-valeurs .section-valeurs-container .nav-tab{
  display: flex;
    flex-wrap: wrap;
    background-color: var(--primaire-300);
}
section.section-valeurs .section-valeurs-container button{
    font-size: 1rem;
    font-family: 'AirbnbCerealExtraBold';
    padding: 0.625rem 0.3125rem 0.625rem 0.4375rem;
    color:var(--bs-gray-900);
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 33.33%;
    border: 0;
}
section.section-valeurs .section-valeurs-container button:nth-child(2):not(.active):not(:hover):before,
section.section-valeurs .section-valeurs-container button:nth-child(2):not(.active):not(:hover):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 2rem;
  top: 50%;
  background: var(--bs-gray-100);
  display: block;
  transform: translateY(-50%);
}
section.section-valeurs .section-valeurs-container button:nth-child(2):not(.active):before {
  left: .25rem;
}
section.section-valeurs .section-valeurs-container button:nth-child(2):not(.active):after {
  right: .25rem;
}
section.section-valeurs .section-valeurs-container button img{
  width: 2rem;
  margin-right: 1rem;
  display: none;
}
section.section-valeurs .section-valeurs-container button:hover,section.section-valeurs .section-valeurs-container button.active{
  color: #fff;
  background-color: var(--primaire);
  border-color: var(--primaire);
  border-radius: .25rem;
}
section.section-valeurs .section-valeurs-container button.active{
  color: var(--secondaire);
}
section.section-valeurs .section-valeurs-container .section-valeur-item{
  color: var(--bs-gray-800);
  display: none;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: justify;
  padding: 2rem;
  background: #fff;
}
section.section-valeurs .section-valeurs-container .section-valeur-item img{
  margin-right: 1rem;
}
section.section-valeurs .section-valeurs-container .section-valeur-item.active{
  display: block;
}
section.section-valeurs .section-valeurs-container .section-valeur-item .img-valeur img{
  border-radius: 4px 4px 4px 4px;
}
/*:::::::::::: Nos engagements :::::::::::: */
section.section-engagements h1 {
  font-family: 'AirbnbCerealBook';
  font-size: 1rem;
  line-height: 1.4;
  text-align: justify;
}
section.section-engagements .section-engagements-accordion-item{
    margin-bottom:1.25rem;
    border-radius: 0 0 0.375rem 0.375rem;
    overflow: hidden;
    background-color: #02010100;
}section.section-engagements.section-faq .section-engagements-accordion-item{
    border-radius:0.375rem;
    background-color: var(--bs-gray-100);
}
section.section-engagements .section-engagements-accordion-item h2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--primaire);
    padding:1rem 1.25rem;
    border-radius: 0.375rem 0.375rem 0 0;
    background-color: #E0EBEA;
    font-size: 1.25rem !important;
    font-family: 'AirbnbCerealBold';
    padding: 1rem 1.25rem;
    cursor: pointer;
}
section.section-engagements.section-faq .section-engagements-accordion-item h2{
  font-family: 'AirbnbCerealMedium';
  font-size: .9rem !important;
  border-radius:0;
  background-color: transparent;
}
/*  */
section.section-engagements .section-engagements-accordion-item h2 em{
  color: var(--secondaire);
  border-radius: 50%;
  background-color: var(--primaire);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  font-size: 1.5rem;
  margin-right: 1rem;
}
section.section-engagements.section-faq .section-engagements-accordion-item h2 em{
  margin-right: .5rem;
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--primaire);
}
section.section-engagements .section-engagements-accordion-item h2 .titre{
  display: flex;
  flex-direction: column;
}
section.section-engagements .section-engagements-accordion-item h2 .sous-titre{
  font-size: 1rem;
  font-family: 'AirbnbCerealBook';
  margin-top: .25rem;
}
section.section-engagements .section-engagements-accordion-item h2 i{
  font-size: 2rem;
  font-size: 1.5rem;
}
section.section-engagements .section-engagements-accordion-item .section-engagements-accordion-content{
    border-top: 1px solid #D3E0DF;
    background-color: #E0EBEA;
    color: var(--bs-gray-800);
    font-size: 1rem;
    font-family: 'AirbnbCerealBook';
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
    border-radius: 0 0 0.375rem 0.375rem;
    text-align: justify;
}
section.section-engagements.section-faq .section-engagements-accordion-item .section-engagements-accordion-content {
  background-color: transparent;
  font-size: .9rem;
  /* line-height: 1.2; */
  text-align: left;
}
section.section-engagements .section-engagements-accordion-item .section-engagements-accordion-content ,
section.section-engagements.section-faq .section-engagements-accordion-item .section-engagements-accordion-content {
  display: none;
  /* padding: 15px;
  background: #fff; */
}
/*:::::::::::: Notre équipe :::::::::::: */
.section-equipe-list .btn{
  display: none;
}
section.section-equipe {
  /* padding:5rem 0 2rem */
}
section.section-equipe h6{
  font-size: 1.125rem;
  line-height: 1.5;
  margin:0;
  margin-bottom: 1rem;
}
section.section-equipe.section-service h6{
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
}
section.section-equipe.section-service h6 img{
  float: left;
  margin-right: .5rem;
  max-width: 5rem;
  padding: 1rem;
  background-color: var(--primaire);
}
section.section-equipe .section-valeurs-container{
  border-radius: .5rem;
  padding: 2rem;
  color: #fff;
  font-family: 'AirbnbCerealBook';
  /* height: 100%; */
  background: var(--primaire);
}
section.section-equipe .section-valeurs-container h2{
  font-size: 1.5rem !important;
  line-height: 1.2;
  color: #fff;
}
section.section-equipe .section-valeurs-container h6{
  font-size: .9rem !important;
  line-height: 1.3;
  font-family: 'AirbnbCerealMedium';
  margin: 0;
    margin-top: 0px;
  margin-top: 1rem;
}
section.section-equipe .section-valeurs-container li{
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
section.section-equipe .section-valeurs-container li:last-child{
  margin-bottom: 0;
}
section.section-equipe .section-valeurs-container li i {
  color: var(--bs-success);
  font-size: 20px;
  margin-right: .5rem;
}
section.section-equipe .section-valeurs-container li a {
  color: var(--bs-black);
  font-size: .7rem;
  background: var(--secondaire);
  border-radius: .25rem;
  padding: .0 .25rem;
  font-family: 'AirbnbCerealMedium';
}
section.section-equipe .section-valeurs-container li a:hiver {
  text-decoration: underline;
}
section.section-team{
  background-color: var(--bs-gray-100);
  position: relative;
}
section.section-team::before {
  content: '';
  background-image: url(../img/bg-transparent.png);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-gray-100);
}
section.section-team h2,section.section-team h6{
  text-align: center;
  display: block;
  background-color: var(--bs-gray-100);
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-transform: none;
  color: var(--primaire);
  position: relative;
}
section.section-team h2{
  color: var(--bs-black);
  margin-bottom: 2rem;
}
section.section-team h3{
  color: var(--bs-black);
  font-family: 'AirbnbCerealBold';
  margin: 0;
}
section.section-team p.titre{
  color: var(--bs-gray-800);
  font-size: .9rem;
  /* font-family: 'AirbnbCerealBold'; */
  margin: 0;
}
section.section-team .team-container{
  position: relative;
  padding: 2rem;
}
section.section-team .image-hover {
  position: relative;
  display: block;
  overflow: hidden;
}
section.section-team .image-hover::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, transparent 0%, rgba(255,255,255,0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from transparent),to(rgba(255,255,255,0.3));
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
section.section-team .image-hover:hover:before {
  -webkit-animation:shine 1s;
  animation:shine 1s
}
section.section-team .image-hover img {
  border-radius: .375rem;
}
@-webkit-keyframes shine {100% {left:125%}}
@keyframes shine {100% { left:125%}}
section .team-container{position: relative;}
section .team-content {
  position: relative;
  padding: 1.875rem;
  text-align: center;
  border-radius: .25rem;
  margin: -3.4375rem 1.5625rem 0 1.5625rem;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0.0625rem 2.5rem 0 rgba(0,0,0,0.08);
}
section.section-team .team-container .team-social-icons {
  position:absolute;
  bottom:-1rem;
  right:2rem
}
section.section-team .team-container .team-share {
  width:2rem;
  height:2rem;
  color:#fff;
  font-size:.9rem;
  border-radius:50%;
  background-color: var(--primaire);
  display: flex;
  align-items: center;
  justify-content: center;
}
section .team-container:hover .team-content {
  margin-top:-65px;
  background-color:var(--primaire);
}
section .team-container:hover .team-content p,
section .team-container:hover .team-content h3 {
  color:#fff
}
section .team-container:hover .team-share {
  background-color:#fff;
  color:var(--primaire);
}
/* Pourquoi nous choisir */
section.section-pourquoi{
  padding: 0;
  background-color: #fff;
}
section.section-pourquoi .raison{
  padding:3rem 0;
  background-color: var(--primaire);
  background-color: #fff;
}
section.section-pourquoi .raison .raison-container{
  width: 80%;
  margin:0 auto;
  height: 100% !important;
}
section.section-pourquoi .raison .raison-container h2{
  font-family: 'AirbnbCerealBlack';
  margin-bottom: 4rem;
  color: #fff;
  color: var(--primaire);
  font-size: 4rem !important;
  line-height: 1;
}
section.section-pourquoi .raison .raison-container h3{
    width: 4.375rem;
    height: 4.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'AirbnbCerealBlack';
    font-size: 2rem;
    color: var(--secondaire);
    background: rgba(225,225,225,0.1);
    background: rgba(0,0,0,0.1);
    background-color: var(--primaire);;
    border-radius: 50%;
    flex-shrink: 0 !important;
}
section.section-pourquoi .raison .raison-container h4{
    margin-bottom: .5rem !important;
    line-height: 1.2;
    font-size: 1.25rem;
    color:#fff;
    color: var(--primaire);
}
section.section-pourquoi .raison .raison-container p{
    opacity: .7;
    color:#fff;
    color: var(--primaire);
}
section.section-pourquoi .raison-img-bg{
  background-image: url(../img/bg-transparent.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  text-align: center;
  align-content: center;
}
section.section-pourquoi .raison-img-bg img{
  max-width: 20rem;
}
section.section-pourquoi .annee-container .annee-zone{
  padding:3rem;
  color: #fff;
  font-family: 'AirbnbCerealExtraBold';
  background-color: var(--primaire);
  height: 50%;
  display: flex;
  align-items: center;
}
section.section-pourquoi .annee-container h3{
  font-size: 5.5rem;
  color: var(--primaire);
  color: #fff;
  font-family: 'AirbnbCerealExtraBold';
}
section.section-pourquoi .annee-container p{
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
}
section.section-pourquoi .annee-container  p span{
  font-size: 5rem;
  font-family: 'AirbnbCerealBlack';
}
section.section-pourquoi .annee-container .annee-icon-zone{
  padding:5.5rem 2.5rem;
  color: var(--primaire);
  /* color: #fff; */
  font-family: 'AirbnbCerealExtraBold';
  background-color:#fff;
  background-color: var(--secondaire);
  height: 50%;
}
section.section-pourquoi .annee-container .annee-icon-zone h4{
  line-height: 1.2;
}

/* Nos service */
section.section-service{
  background-color: var(--bs-gray-100);
  position: relative;
}
section.section-equipe.section-service{
  position: relative;
  background-color: #003A3705;
  background-image: url(../services/services-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
section.section-service .service-container {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 10px 0px rgba(41,45,194,0.08)!important;
}
section.section-service .service-image{
  background-color: var(--primaire);
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.section-service .service-body{
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
section.section-service .service-body h3,section.section-service .service-body h3 a{
  font-size: 1.75rem;
  font-family: 'AirbnbCerealBlack';
  /* margin-bottom: 1rem; */
  padding: 1.5rem 0;
  line-height: 1;
  color: var(--primaire);
}
section.section-service .service-body h3 a:hover{
  color: var(--primaire-500);
}
/* contact  */
section.section-contact{
  background-color: #fff;
  padding: 0;
}
section.section-contact .contact-list{
  background-color: var(--primaire);
  padding: 3rem;
}
section.section-contact .contact-list i{
  margin-top: .25rem;
  font-size: 2rem;
  color: var(--secondaire);
}
section.section-contact .contact-list h4{
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: .25rem;
}
section.section-contact .contact-list span{
  color: rgba(255,255,255,.7);
  display: flex;
  font-family: 'AirbnbCerealLight';
}
section.section-contact .contact-form  {
  padding: 3rem;
}
section.section-contact .contact-form h2 {
  margin-bottom: 1rem;
  margin-top: -1rem;
}
section.section-contact .contact-form  label{
  font-family: 'AirbnbCerealBook';
  margin-bottom: .5rem;
}
section.section-contact .contact-form  label span{
  color: var(--danger-900);
  margin-left: .25rem;
}
.form-control::placeholder {
  opacity: 1;
  color: var(--primaire-800)!important;
}
section.section-contact .contact-form .form-control{
  height: 45px;
  min-height: 45px;
  margin-bottom: 2rem;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  color: var(--bs-black);
  border: 1px solid var(--primaire-100);
  border-radius: var(--bs-border-radius);
  padding: 15px 15px;
  margin: 10px 0px;
  border: 0px;
  background-color: #f6f6f6;
  font-size: .9rem;
}
section.section-contact.section-candidature-success {
  background-color: #f8faf7;
}
section.section-contact.section-candidature .contact-form .form-control{
  background-color: #fff;
  border: 1px solid var(--primaire-400);
}
section.section-contact .contact-form textarea.form-control{
  height: 100px;
  min-height: 100px;
}
section.section-contact.section-candidature .contact-form textarea.form-control{
  /* height: 100px; */
  min-height: 200px;
}
section.section-contact+iframe {
  height: 25rem;
  width: 100%;
  border: 0;
  vertical-align: top;
}
section.section-contact.section-candidature article{
 
}
section.section-contact.section-candidature article a{
  border: 1px solid var(--bs-gray-300);
  border-radius: .625rem;
  background: #fff;
  padding: 1.1875rem 1.1875rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
section.section-contact.section-candidature article a h2{
  color: var(--primaire);
  font-size: 1rem !important;
  padding: 0;
}
section.section-contact.section-candidature article a h6{
  background-color: var(--primaire);
  color: var(--secondaire);
  border-radius: .25rem;
  font-size: .85rem !important;
  padding: .25rem .5rem;
  margin: .5rem 0;
  font-family: 'AirbnbCerealBook';
}
section.section-contact.section-candidature article a em{
  font-size: .9rem;
  color: var(--bs-primary);
  color: var(--primaire);
  font-family: 'AirbnbCerealBook';
  margin-top: .5rem;
  display: flex;
  align-items: center;
}
section.section-contact.section-candidature article a em i{
  font-size: 1rem;
  margin-left: .25rem;
}
section.section-contact.section-candidature .empty-box{
    position: relative;
    background-color: rgba(25, 103, 210, 0.07);
    padding: 3.125rem 3.75rem;
    border-radius: 0.625rem;
    overflow: hidden;
}
section.section-contact.section-candidature .empty-box .empty-content{
  position: relative;
  z-index: 1;
}
section.section-contact.section-candidature .empty-box .empty-content span {
  margin-top: .5rem;
  font-size: .9rem;
  line-height: 1.5;
  display: block;
}
section.section-contact.section-candidature .empty-box img {
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 18.75rem;
}
@media screen and (min-width: 576px) {
  /* section h2- ,section.section-slide .slider-container .slide-item h1{font-size: 2.1rem;} */
  section .team-container .team-content {
    padding:20px
  }
}
@media screen and (min-width: 768px) {
  /* section h2-,section.section-slide .slider-container .slide-item h1 {font-size: 2.3rem;} */
}

/* @media screen and (min-width: 992px) {
  section h2-{font-size: 2.5rem;}
} */
/* Form-error */
.form-error{
  position: relative;
  background-image: url("../img/error-mark.png");
  background-position: 98% center;
  background-repeat:  no-repeat;
  background-size: 1rem;
}
select.form-error + .chosen-container .chosen-single{
  background-position: 92% center;
}
/* Loading line scale pulse out */
.line-scale-pulse-out > div {
  background-color: var(--bs-black);
  width: 0.125rem;
  height: 2.1875rem;
  border-radius: 0.125rem;
  margin: 0.125rem;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); 
}
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
-webkit-animation-delay: -0.4s !important;
      animation-delay: -0.4s !important; 
}
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
-webkit-animation-delay: -0.2s !important;
        animation-delay: -0.2s !important; 
}
@-webkit-keyframes line-scale-pulse-out {
0% {-webkit-transform: scaley(1);transform: scaley(1); }
50% {-webkit-transform: scaley(0.4);transform: scaley(0.4); }
100% {-webkit-transform: scaley(1);transform: scaley(1); } 
}  
@keyframes line-scale-pulse-out {
0% {-webkit-transform: scaley(1); transform: scaley(1);}
50% {-webkit-transform: scaley(0.4); transform: scaley(0.4);}
100% {-webkit-transform: scaley(1); transform: scaley(1);} 
}