#tarteaucitronRoot #tarteaucitronCloseAlert {
  display: none !important;
}
.blanc {
  color: #ffffff;
}
.bleuClair {
  color: #728FAA;
}
.bleuFonce {
  color: #063D64;
}
.bleu {
  color: #156DAB;
}
.vert {
  color: #60C539;
}
.gris {
  color: #6B6D6E;
}
.grisClair {
  color: #F3F6FF;
}
.grisClair1 {
  color: #E6E6E6;
}
.noir {
  color: #0F202A;
}
.orange {
  color: #FE801D;
}
.orangeClair {
  color: #FFF5EA;
}
.alert-wrapper {
  position: relative;
}
blockquote {
  background: #F3F6FF;
  border-left: 5px solid #FE801D;
  padding: 1rem 1rem 0 1rem;
  overflow: hidden;
}
a.btn-sm {
  padding: .25rem .5rem !important;
  font-size: .875rem !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
  border-radius: .2rem !important;
}
a.btn {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  padding: 5px 40px;
}
.btn-green {
  color: #ffffff;
  background-color: #60C539;
  border-color: #60C539;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #4ea02e;
  color: #ffffff;
}
.btn-green-reverse {
  color: #60C539;
  background-color: #ffffff;
  border-color: #60C539;
}
.btn-green-reverse:hover,
.btn-green-reverse:focus {
  background-color: #60C539;
  color: #ffffff;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5,0,0.5,1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert-dismissible {
  padding-right: 1.25rem;
}
.popupAlert {
  max-width: 1060px !important;
  width: 100% !important;
}
.popupDialog {
  display: none;
}
.coords > div {
  padding-bottom: 5px;
}
.coords > div:last-child {
  padding-bottom: 0;
}
.coords .localisation span {
  display: block;
}
.coords .localisation span.icons {
  float: left;
}
.coords .localisation span.adresse {
  overflow: hidden;
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fa.fa-warning {
  display: inline-block;
  height: 0;
  width: 0;
  border-right: 8px solid transparent;
  border-bottom: 16px solid orange;
  border-left: 8px solid transparent;
  position: relative;
  top: 2px;
}
.fa.fa-warning::before {
  content: "!";
  color: white;
  font-style: normal;
  font-size: 10px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.custom-carousel {
  position: relative;
}
.custom-carousel:hover .owl-header span {
  opacity: 1;
}
.custom-carousel .owl-header {
  left: 0;
  position: absolute;
  top: 130px;
  width: 100%;
  z-index: 2;
}
.custom-carousel .owl-header span {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  border: 1px solid #0F202A;
  height: 36px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 36px;
}
.custom-carousel .owl-header span.left-arrow {
  background-image: url(../images/icon/chevron-large-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  left: -10px;
}
.custom-carousel .owl-header span.left-arrow i {
  display: none;
}
.custom-carousel .owl-header span.right-arrow {
  background-image: url(../images/icon/chevron-large-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  right: -10px;
}
.custom-carousel .owl-header span.right-arrow i {
  display: none;
}
.custom-carousel .owl-carousel {
  position: relative;
  z-index: 1;
}
