.roboto {
  font-family: Roboto !important;
}
.ajax_update {
  display: inline;
}
main div.ajax_update.highlight-edit,
main div.ajax_update.highlight-edit p {
  color: white !important;
  background-color: #23282D !important;
}
.edit-textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
}
.edit-textarea > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 450px;
  color: white;
  background-color: #23282D;
}
.edit-textarea h2 {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 20px;
  font-family: inherit;
}
.edit-textarea h2 i {
  margin-left: 20px;
  font-size: 2rem;
}
.edit-textarea textarea.clickedit {
  color: black;
  background-color: white;
  padding: 10px;
  width: 70%;
  height: 200px;
  font-family: inherit;
}
.edit-textarea .character-counter {
  margin-top: 20px;
}
.edit-textarea .submit-edit {
  margin-top: 20px;
  color: white;
  background-color: #039be5;
}
.edit-textarea .submit-edit:hover {
  margin-top: 20px;
  color: white;
  background-color: #19B4FF;
  opacity: 1;
}
.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.iteration-infinite {
  animation-iteration-count: infinite;
}
.iteration-3 {
  animation-iteration-count: 3;
}
.iteration-5 {
  animation-iteration-count: 5;
}
.iteration-10 {
  animation-iteration-count: 10;
}
.animated.duree-3s {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.animated.duree-5s {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.animated.duree-10s {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.striped-admin th,
.striped-admin td,
.striped-public th,
.striped-public td {
  display: block;
}
.striped-admin th,
.striped-public th {
  padding-bottom: 0;
  font-weight: 700;
}
.striped-results tr:first-child {
  background-color: #F5F5F5;
}
.input-field .material-icons.icon-form-help {
  cursor: help;
  margin-right: 0;
}
.g-recaptcha {
  z-index: 2;
}
.form-sticky {
  position: sticky;
  bottom: 25px;
}
.material-placeholder .initialized.active {
  z-index: 1005 !important;
}
#materialbox-overlay {
  z-index: 1005 !important;
}
.materialboxed.active {
  z-index: 1005 !important;
}
#lightbox-image {
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.modal-image {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  padding: 0;
  background-color: rgba(0,0,0,0.6);
  box-shadow: 0 0 0 0;
  top: 0;
}
.modal-image h4 {
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
}
.modal-image .modal-content {
  padding: 0;
}
.modal-image .modal-content img {
  max-width: 100vw !important;
  max-height: 85vh !important;
}
.modal-image .modal-content h4 {
  position: absolute;
  bottom: 20vh;
  left: 0;
  right: 0;
}
.modal-image .modal-footer {
  background-color: transparent;
}
.modal-image .modal-footer a {
  color: white;
}
.modal-image .lightbox-menu {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  cursor: pointer;
}
.clic-modal {
  opacity: 0.5;
  width: 150px;
  height: 100px;
  margin: 5px;
}
.lightbox-menu + div a {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 1rem;
  padding: 5px 5px 4px 5px;
  margin: 0;
  border: 1px solid white;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.lightbox-menu + div a:hover {
  background-color: #000000;
}
.lightbox-menu + div a i {
  font-size: 1rem;
}
.col-logo img {
  max-height: 150px;
}
.diapo-logo img {
  max-height: 80px;
}
.row .apercu-img {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.msg-other,
.msg-me {
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #f5f5f5;
  border-radius: 5px 0px 5px 5px;
}
.msg-other {
  background-color: white;
}
.msg-me {
  color: white;
  background-color: #D09633;
}
.row .lgd {
  font-size: 0.8rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
#com {
  background-color: #f5f5f5;
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #f5f5f5;
  overflow-y: overlay;
}
.comment-evt > .row {
  margin-bottom: 10px;
}
#com .me-identite {
  justify-content: flex-end;
}
#com .msg-me {
  margin-right: 60px;
}
#com .msg-other {
  margin-left: 60px;
}
#com .msg-me,
#com .msg-other {
  line-height: 1.5rem;
}
#commentaire div.row:nth-child(2) {
  margin-top: 0;
}
#sendcom {
  width: calc(100% - 20px);
  margin-top: 30px;
}
.comment-delete,
.comment-approve {
  cursor: pointer;
}
.msg-me .comment-delete,
.msg-me .comment-approve {
  color: white;
}
.msg-other .comment-delete,
.msg-other .comment-approve {
  color: #D09633;
}
.picker__date-display,
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #039be5;
}
.picker__close,
.picker__today,
.picker__day.picker__day--today {
  color: #039be5;
}
.picker__box {
  border: none;
}
.couleur-list {
  display: flex;
}
.couleur {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
}
[data-couleur-fond="262"],
[data-couleur-fond="1"],
[data-couleur-texte="262"],
[data-couleur-texte="1"],
[data-couleur-element="262"],
[data-couleur-element="1"] {
  color: black;
  border: 1px solid grey;
}
[data-couleur-fond="262"],
[data-couleur-texte="262"],
[data-couleur-element="262"] {
  background: url("damier.png") no-repeat;
  background-size: 75px;
  background-position: center;
  opacity: 0.3;
}
.cible-couleur-element {
  background-color: #D09633;
}
.main-section {
  z-index: inherit;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.uppercase {
  text-transform: uppercase;
}
.inline-block {
  display: inline-block;
}
i.inline-block {
  position: relative;
  top: -1px;
}
.top-0 {
  top: 0;
}
.no-bottom {
  bottom: 0;
}
.no-left {
  left: 0;
}
.no-right {
  right: 0;
}
.no-marg {
  margin: 0;
}
.no-pad,
.row .no-pad {
  padding: 0;
}
.no-marg-top,
.section.no-marg-top {
  margin-top: 0;
}
.no-marg-bot,
.section.no-marg-bot {
  margin-bottom: 0;
}
.no-marg-left,
.section.no-marg-left {
  margin-left: 0;
}
.no-marg-right,
.section.no-marg-right {
  margin-right: 0;
}
.no-pad-top,
.section.no-pad-top {
  padding-top: 0;
}
.no-pad-bot,
.section.no-pad-bot {
  padding-bottom: 0;
}
.no-pad-left,
.section.no-pad-left,
.no-pad-left .col {
  padding-left: 0;
}
.no-pad-right,
.section.no-pad-right,
.no-pad-right .col {
  padding-right: 0;
}
.marg-5,
.section.marg-5 {
  margin: 5px;
}
.marg-top-5,
.section.marg-top-5 {
  margin-top: 5px;
}
.marg-bot-5,
.section.marg-bot-5 {
  margin-bottom: 5px;
}
.marg-left-5,
.section.marg-left-5 {
  margin-left: 5px;
}
.marg-right-5,
.section.marg-right-5 {
  margin-right: 5px;
}
.marg-10,
.section.marg-10 {
  margin: 10px;
}
.marg-top-10,
.section.marg-top-10 {
  margin-top: 10px;
}
.marg-bot-10,
.section.marg-bot-10 {
  margin-bottom: 10px;
}
.marg-left-10,
.section.marg-left-10 {
  margin-left: 10px;
}
.marg-right-10,
.section.marg-right-10 {
  margin-right: 10px;
}
.marg-20,
.section.marg-20 {
  margin: 20px;
}
.marg-top-20,
.section.marg-top-20 {
  margin-top: 20px;
}
.marg-bot-20,
.section.marg-bot-20 {
  margin-bottom: 20px;
}
.marg-left-20,
.section.marg-left-20 {
  margin-left: 20px;
}
.marg-right-20,
.section.marg-right-20 {
  margin-right: 20px;
}
.marg-30,
.section.marg-30 {
  margin: 30px;
}
.marg-top-30,
.section.marg-top-30 {
  margin-top: 30px;
}
.marg-bot-30,
.section.marg-bot-30 {
  margin-bottom: 30px;
}
.marg-left-30,
.section.marg-left-30 {
  margin-left: 30px;
}
.marg-right-30,
.section.marg-right-30 {
  margin-right: 30px;
}
.marg-40,
.section.marg-40 {
  margin: 40px;
}
.marg-top-40,
.section.marg-top-40 {
  margin-top: 40px;
}
.marg-bot-40,
.section.marg-bot-40 {
  margin-bottom: 40px;
}
.marg-left-40,
.section.marg-left-40 {
  margin-left: 40px;
}
.marg-right-40,
.section.marg-right-40 {
  margin-right: 40px;
}
.marg-50,
.section.marg-50 {
  margin: 50px;
}
.marg-top-50,
.section.marg-top-50 {
  margin-top: 50px;
}
.marg-bot-50 .section.marg-bot-50 {
  margin-bottom: 50px;
}
.marg-left-50,
.section.marg-left-50 {
  margin-left: 50px;
}
.marg-right-50,
.section.marg-right-50 {
  margin-right: 50px;
}
.marg-60,
.section.marg-60 {
  margin: 60px;
}
.marg-top-60,
.section.marg-top-60 {
  margin-top: 60px;
}
.marg-bot-60,
.section.marg-bot-60 {
  margin-bottom: 60px;
}
.marg-left-60,
.section.marg-left-60 {
  margin-left: 60px;
}
.marg-right-60,
.section.marg-right-60 {
  margin-right: 60px;
}
.marg-80,
.section.marg-80 {
  margin: 80px;
}
.marg-top-80,
.section.marg-top-80 {
  margin-top: 80px;
}
.marg-bot-80,
.section.marg-bot-80 {
  margin-bottom: 80px;
}
.marg-left-80,
.section.marg-left-80 {
  margin-left: 80px;
}
.marg-right-80,
.section.marg-right-80 {
  margin-right: 80px;
}
.marg-100,
.section.marg-100 {
  margin: 100px;
}
.marg-top-100,
.section.marg-top-100 {
  margin-top: 100px;
}
.marg-bot-100,
.section.marg-bot-100 {
  margin-bottom: 100px;
}
.marg-left-100,
.section.marg-left-100 {
  margin-left: 100px;
}
.marg-right-100,
.section.marg-right-100 {
  margin-right: 100px;
}
.marg-120,
.section.marg-120 {
  margin: 120px;
}
.marg-top-120,
.section.marg-top-120 {
  margin-top: 120px;
}
.marg-bot-120,
.section.marg-bot-120 {
  margin-bottom: 120px;
}
.marg-left-120,
.section.marg-left-120 {
  margin-left: 120px;
}
.marg-right-120,
.section.marg-right-120 {
  margin-right: 120px;
}
.pad-5,
.section.pad-5 {
  padding: 5px;
}
.pad-top-5,
.section.pad-top-5 {
  padding-top: 5px;
}
.pad-bot-5,
.section.pad-bot-5 {
  padding-bottom: 5px;
}
.pad-left-5,
.section.pad-left-5 {
  padding-left: 5px;
}
.pad-right-5,
.section.pad-right-5 {
  padding-right: 5px;
}
.pad-10,
.section.pad-10 {
  padding: 10px;
}
.pad-top-10,
.section.pad-top-10 {
  padding-top: 10px;
}
.pad-bot-10,
.section.pad-bot-10 {
  padding-bottom: 10px;
}
.pad-left-10,
.section.pad-left-10 {
  padding-left: 10px;
}
.pad-right-10,
.section.pad-right-10 {
  padding-right: 10px;
}
.pad-20,
.section.pad-20 {
  padding: 20px;
}
.pad-top-20,
.section.pad-top-20 {
  padding-top: 20px;
}
.pad-bot-20,
.section.pad-bot-20 {
  padding-bottom: 20px;
}
.pad-left-20,
.section.pad-left-20 {
  padding-left: 20px;
}
.pad-right-20,
.section.pad-right-20 {
  padding-right: 20px;
}
.pad-30,
.section.pad-30 {
  padding: 30px;
}
.pad-top-30,
.section.pad-top-30 {
  padding-top: 30px;
}
.pad-bot-30,
.section.pad-bot-30 {
  padding-bottom: 30px;
}
.pad-left-30,
.section.pad-left-30 {
  padding-left: 30px;
}
.pad-right-30,
.section.pad-right-30 {
  padding-right: 30px;
}
.pad-40,
.section.pad-40 {
  padding: 40px;
}
.pad-top-40,
.section.pad-top-40 {
  padding-top: 40px;
}
.pad-bot-40,
.section.pad-bot-40 {
  padding-bottom: 40px;
}
.pad-left-40,
.section.pad-left-40 {
  padding-left: 40px;
}
.pad-right-40,
.section.pad-right-40 {
  padding-right: 40px;
}
.pad-50,
.section.pad-50 {
  padding: 50px;
}
.pad-top-50,
.section.pad-top-50 {
  padding-top: 50px;
}
.pad-bot-50,
.section.pad-bot-50 {
  padding-bottom: 50px;
}
.pad-left-50,
.section.pad-left-50 {
  padding-left: 50px;
}
.pad-right-50,
.section.pad-right-50 {
  padding-right: 50px;
}
.pad-60,
.section.pad-60 {
  padding: 60px;
}
.pad-top-60,
.section.pad-top-60 {
  padding-top: 60px;
}
.pad-bot-60,
.section.pad-bot-60 {
  padding-bottom: 60px;
}
.pad-left-60,
.section.pad-left-60 {
  padding-left: 60px;
}
.pad-right-60,
.section.pad-right-60 {
  padding-right: 60px;
}
.pad-80,
.section.pad-80 {
  padding: 80px;
}
.pad-top-80,
.section.pad-top-80 {
  padding-top: 80px;
}
.pad-bot-80,
.section.pad-bot-80 {
  padding-bottom: 80px;
}
.pad-left-80,
.section.pad-left-80 {
  padding-left: 80px;
}
.pad-right-80,
.section.pad-right-80 {
  padding-right: 80px;
}
.pad-100,
.section.pad-100 {
  padding: 100px;
}
.pad-top-100,
.section.pad-top-100 {
  padding-top: 100px;
}
.pad-bot-100,
.section.pad-bot-100 {
  padding-bottom: 100px;
}
.pad-left-100,
.section.pad-left-100 {
  padding-left: 100px;
}
.pad-right-100,
.section.pad-right-100 {
  padding-right: 100px;
}
.pad-120,
.section.pad-120 {
  padding: 120px;
}
.pad-top-120,
.section.pad-top-120 {
  padding-top: 120px;
}
.pad-bot-120,
.section.pad-bot-120 {
  padding-bottom: 120px;
}
.pad-left-120,
.section.pad-left-120 {
  padding-left: 120px;
}
.pad-right-120,
.section.pad-right-120 {
  padding-right: 120px;
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-c-c {
  justify-content: center;
  align-items: center;
}
.flex-b-c {
  justify-content: space-between;
  align-items: center;
}
.flex-a-c {
  justify-content: space-around;
  align-items: center;
}
.flex-e-c {
  justify-content: flex-end;
  align-items: center;
}
.flex-j-c {
  justify-content: center;
}
.flex-align {
  align-items: center;
}
.opacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 997;
}
.opacite-centre .opacity {
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  height: 80%;
}
.opacity.left-50 {
  left: 50%;
  width: 50%;
}
.opacity.right-50 {
  right: 50%;
  width: 50%;
}
.opacity-2 {
  background-color: rgba(0,0,0,0.2);
}
.opacity-4 {
  background-color: rgba(0,0,0,0.4);
}
.opacity-6 {
  background-color: rgba(0,0,0,0.6);
}
.opacity-8 {
  background-color: rgba(0,0,0,0.8);
}
.opacity-white-2 {
  background-color: rgba(255,255,255,0.2);
}
.opacity-white-4 {
  background-color: rgba(255,255,255,0.4);
}
.opacity-white-6 {
  background-color: rgba(255,255,255,0.6);
}
.opacity-white-8 {
  background-color: rgba(255,255,255,0.8);
}
.opacity .height-80 {
  height: 80vh;
}
.btn {
  height: initial;
  min-height: 36px;
  padding: 9px 2rem 7px 2rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.center-align .btn {
  margin: auto !important;
}
.btn.center-align {
  margin: auto !important;
}
.btn[class*="width-"] {
  max-width: initial;
}
.caption,
.slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 998;
  word-wrap: break-word;
  color: inherit;
}
.section:not([class*="-text couleur-texte"]) .caption,
.section:not([class*="-text couleur-texte"]) .slider .slides li .caption {
  color: white;
}
.caption.center-align {
  align-items: center;
}
.caption.left-align {
  align-items: flex-start;
}
.caption.right-align {
  align-items: flex-end;
}
.caption.left-50 {
  left: 50%;
  width: 50%;
}
.caption.right-50 {
  right: 50%;
  width: 50%;
}
.card-texte-couleur .caption {
  margin-top: 10vh;
}
.section .slider {
  min-height: 0;
  height: 400px !important;
}
.section .slider.height-60 {
  height: 60vh !important;
}
.slider .slides {
  height: 400px !important;
  background-color: transparent;
}
.section .slider.height-60 .slides {
  height: 60vh !important;
}
.slider .slides li img {
  position: absolute;
  bottom: 0;
}
.slider .indicators {
  display: none;
}
.slider .indicators .indicator-item {
  background-color: white;
}
.slider.indicators-visible .indicators {
  display: block;
  bottom: 45px;
  z-index: 998;
}
.slider .indicators .indicator-item.active {
  background-color: #D09633;
}
.slider-titre {
  font-size: 2.5rem;
}
.slider-baseline {
  font-size: 1.8rem;
}
.parallax-container {
  height: 300px;
  z-index: 10;
}
.section .collapsible-header {
  color: inherit;
}
.section .collapsible-header,
.section .collapsible-header:hover,
.section .collapsible-header.active {
  color: inherit;
}
.section .collapsible-header:hover {
  opacity: 0.8;
}
.section .collapsible-header .material-icons,
.section .collapsible-header.active .material-icons,
.section .collapsible-header:hover .material-icons {
  color: inherit;
}
.card {
  margin: 0;
}
.card .card-title {
  color: black;
}
.card .card-title a {
  color: #D09633;
}
.card .card-title a:hover {
  color: #e8b72e;
}
.card .card-action a {
  color: #D09633 !important;
  text-transform: none !important;
  margin-right: 0;
}
.card .card-action a:hover {
  color: #e8b72e !important;
}
.card .card-action a.btn,
.card .card-action a.btn:hover {
  color: white !important;
}
.card.horizontal .card-content {
  padding: 0 20px;
}
.card.horizontal .card-action {
  padding: 20px;
  padding-left: 0;
}
.card.cible-couleur-element .card-action {
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid white;
}
.card.cible-couleur-element .card-action a {
  color: white !important;
}
.card.cible-couleur-element .card-action a:hover {
  text-decoration: underline;
}
.flat-card {
  position: relative;
  border: 1px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  align-items: stretch;
  background-color: white;
  padding: 20px;
}
.card .card-profil {
  padding-top: 20px;
}
.card .card-action a.btn {
  margin: 0;
  color: #FFF;
}
.card .card-action a.btn {
  padding: 0 1.2rem;
}
.data-card div {
  margin: 20px 10px;
  margin-bottom: 0;
  border: 1px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  background-color: white;
}
.data-card div:first-child {
  border-right: none;
  padding: 10px;
  margin-right: 0;
  border-radius: 2px 0 0 2px;
}
.data-card div:last-child {
  padding: 11px;
  margin-left: 0;
}
.width100 {
  border-right: 0;
  width: 100%;
}
.chip {
  margin-top: 10px;
}
.chip + .chip {
  margin-left: 10px;
}
.card-image-bg {
  height: 200px;
  overflow: hidden;
}
.width-50 {
  width: 50%;
}
.width-100 {
  width: 100%;
}
.width-30px,
.width-30px .card-image-bg {
  width: 30px;
}
.width-40px,
.width-40px .card-image-bg {
  width: 40px;
}
.width-50px,
.width-50px .card-image-bg {
  width: 50px;
}
.width-100px,
.width-100px .card-image-bg {
  width: 100px;
}
.width-150px,
.width-150px .card-image-bg {
  width: 150px;
}
.width-200px,
.width-200px .card-image-bg {
  width: 200px;
}
.width-300px,
.width-300px .card-image-bg {
  width: 300px;
}
.width-400px,
.width-400px .card-image-bg {
  width: 400px;
}
.width-500px,
.width-500px .card-image-bg {
  width: 500px;
}
.width-600px,
.width-600px .card-image-bg {
  width: 600px;
}
.width-700px,
.width-700px .card-image-bg {
  width: 700px;
}
.width-800px,
.width-800px .card-image-bg {
  width: 800px;
}
.height-10,
.height-10 .card-image-bg {
  height: 10vh;
}
.height-20,
.height-20 .card-image-bg {
  height: 20vh;
}
.height-30,
.height-30 .card-image-bg {
  height: 30vh;
}
.height-40,
.height-40 .card-image-bg {
  height: 40vh;
}
.height-50,
.height-50 .card-image-bg {
  height: 50vh;
}
.height-60,
.height-60 .card-image-bg {
  height: 60vh;
}
.height-70,
.height-70 .card-image-bg {
  height: 70vh;
}
.height-80,
.height-80 .card-image-bg {
  height: 80vh;
}
.height-90,
.height-90 .card-image-bg {
  height: 90vh;
}
.height-100,
.height-100 .card-image-bg {
  height: 100vh;
}
.height-100p,
.height-100p .card-image-bg {
  height: 100%;
}
.height-10px,
.height-10px .card-image-bg {
  height: 10px;
}
.height-20px,
.height-20px .card-image-bg {
  height: 20px;
}
.height-50px,
.height-50px .card-image-bg {
  height: 50px;
}
.height-100px,
.height-100px .card-image-bg {
  height: 100px;
}
.height-150px,
.height-150px .card-image-bg {
  height: 150px;
}
.height-200px,
.height-200px .card-image-bg {
  height: 200px;
}
.height-300px,
.height-300px .card-image-bg {
  height: 300px;
}
.height-400px,
.height-400px .card-image-bg {
  height: 400px;
}
.height-500px,
.height-500px .card-image-bg {
  height: 500px;
}
.height-600px,
.height-600px .card-image-bg {
  height: 600px;
}
.height-700px,
.height-700px .card-image-bg {
  height: 700px;
}
.height-800px,
.height-800px .card-image-bg {
  height: 800px;
}
.border-radius-50 .card-image-bg,
.border-radius-50 {
  border-radius: 50%;
}
.height-80-20,
.height-80-20 .card-image-bg {
  height: calc(80vh + 20px);
}
.border-top {
  border-top: 3px solid white;
}
.border-bot {
  border-bottom: 3px solid white;
}
.border-angle-hg {
  width: 0;
  height: 0;
  border-top: 5px solid black;
  border-left: 5px solid black;
  padding: 20px;
  margin-right: 40%;
}
.border-angle-bd {
  width: 0;
  height: 0;
  border-bottom: 5px solid black;
  border-right: 5px solid black;
  padding: 20px;
  margin-left: 40%;
}
.border-white {
  border: 1px solid white;
}
.border-black {
  border: 1px solid black;
}
.border-bot-black {
  border-bottom: 1px solid black;
}
.border-lightgrey {
  border: 1px solid lightgrey;
}
.image-border {
  height: calc(40vh - 40px);
  width: calc(100% - 40px);
  background-color: rgba(255,255,255,0.2);
}
.image-border-80 {
  height: calc(80vh - 20px);
  width: calc(100% - 40px);
  background-color: rgba(255,255,255,0.2);
}
.border-1 {
  height: 1px;
}
.border-2 {
  height: 2px;
}
.border-3 {
  height: 3px;
}
.border-5 {
  height: 5px;
}
.box-shadow-3 {
  box-shadow: 3px 3px 16px 0px #4d4d4d;
}
.carousel {
  min-height: 240px;
  height: initial;
  perspective: 700px;
}
.carousel.carousel-plat {
  perspective: 30000px;
}
.carousel.carousel-grand {
  min-height: 480px;
}
.carousel.carousel-texte {
  min-height: 290px;
}
.carousel.carousel-grand.carousel-texte {
  min-height: 530px;
}
.carousel .carousel-item .center-align {
  font-size: 1.2rem;
  font-weight: normal;
  color: black;
}
.carousel .carousel-item {
  animation-duration: 2.5s;
}
.carousel.carousel-grand .carousel-item {
  width: 400px;
  height: 400px;
}
.carousel.carousel-texte .carousel-item {
  margin-top: -20px;
}
.carousel.carousel-grand.carousel-texte .carousel-item {
  margin-top: -30px;
}
.carousel .carousel-item > div:first-of-type {
  width: 200px;
  height: 200px;
}
.carousel.carousel-grand .carousel-item > div:first-of-type {
  width: 400px;
  height: 400px;
}
.carousel .carousel-item:hover .card-image-bg {
  transform: scale(1.10,1.10);
}
.carousel .carousel-rond .card-image-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition-duration: 0.6s;
}
.carousel .carousel-carre .card-image-bg {
  width: 100%;
  height: 100%;
  transition-duration: 0.6s;
}
.breadcrumb,
.breadcrumb:last-child {
  font-size: 1rem;
  color: #D09633;
  display: flex;
  align-items: center;
}
.breadcrumb:last-child {
  color: black;
}
.breadcrumb:hover {
  color: #D09633;
}
.breadcrumb:before {
  color: #D09633;
  font-size: initial;
  margin: 0 5px;
}
.compteur {
  font-size: 2.5em;
}
.height-accueil,
.height-accueil .card-image-bg,
.slider.height-accueil {
  height: calc(100vh - 84px) !important;
  overflow: hidden;
}
[class*="menu-transparent"] .height-accueil,
[class*="menu-transparent"] .height-accueil .card-image-bg {
  height: 100vh !important;
}
.slider.height-accueil .slides {
  height: calc(100vh - 84px) !important;
}
[class*="menu-transparent"] .slider.height-accueil .slides {
  height: 100vh !important;
}
.height-accueil .form-recherche {
  left: 25%;
  bottom: 20%;
  z-index: 998;
}
.form-recherche input,
.form-recherche .btn {
  height: 40px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}
.height-accueil .form-recherche input,
.height-accueil .form-recherche .btn {
  width: 300px;
}
.form-recherche .btn .material-icons {
  float: right;
}
.form-recherche input[type].recherche {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  font-family: Roboto;
  background-color: white;
  border: 1px solid #f5f5f5;
  border-right: 0;
  box-sizing: border-box;
}
.height-accueil .form-recherche input[type].recherche {
  border: 0;
}
.anim-bouge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 5%;
  left: calc(50% - 30px);
  z-index: 100;
  color: white;
  cursor: pointer;
}
.anim-bouge .material-icons {
  font-size: 3.5rem;
}
.word-wrap {
  word-wrap: break-word;
}
.accueil-pointe {
  -webkit-clip-path: polygon(100% 0,100% 50%,130% 50%,50% 100%,0 70%,0% 0%);
  clip-path: polygon(100% 0,100% 50%,130% 50%,50% 100%,0 70%,0% 0%);
}
.section[class*="-text couleur-texte"] .icone-texte-rond .material-icons {
  color: inherit;
}
.section:not([class*="-text couleur-texte"]) .icone-texte-rond .material-icons {
  color: white;
}
.section:not([class*=" couleur-fond"]) .rond-absolute {
  background-color: #D09633;
}
.section:not([class*=" couleur-fond"]) .rond-absolute:hover {
  background-color: #e8b72e;
}
.section:not([class*=" couleur-fond"]) .rond-absolute + div {
  z-index: 1;
}
.rond-absolute {
  z-index: 2;
}
.icone-texte-rond .flex:first-child {
  margin-bottom: -65px;
}
.icone-texte-rond .caption {
  padding-left: 20px;
  padding-right: 20px;
}
.icone-ronde.btn a {
  color: white;
  text-transform: initial;
}
.losange {
  -webkit-clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
  clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
}
.losange-2,
.losange-3,
.losange-4 {
  margin-top: -145px;
}
.losange.btn {
  padding: 0;
}
.losange.btn a {
  color: inherit;
}
.event {
  box-shadow: 15px 15px 20px -11px #8a8a8a;
}
.section.texte-1-2,
section .texte-1-2 {
  font-size: 1.2rem;
}
.texte-08,
.section .texte-08 {
  font-size: 0.8rem;
}
.texte-09,
.section .texte-09 {
  font-size: 0.9rem;
}
.texte-1,
.section .texte-1 {
  font-size: 1rem;
}
.texte-3,
.section .texte-3 {
  font-size: 3rem;
}
.format-quote {
  font-size: 4rem;
}
.carre-hover:hover .caption,
.carre-hover:hover .opacity {
  display: none;
}
.carre-hover-reverse .caption,
.carre-hover-reverse .opacity {
  display: none;
}
.carre-hover-reverse:hover .caption,
.carre-hover-reverse:hover .opacity {
  display: flex;
}
.carre-hover-reverse a {
  color: white;
}
.btn-facebook {
  background-color: #3b5998;
}
.social-text .ti-facebook {
  color: #3b5998;
}
.btn-twitter {
  background-color: #1da1f2;
}
.social-text .ti-twitter {
  color: #1da1f2;
}
.btn-linkedin {
  background-color: #0077b5;
}
.social-text .ti-linkedin {
  color: #0077b5;
}
.btn-instagram {
  background-color: #000000;
}
.social-text .ti-instagram {
  color: #000000;
}
.btn-youtube {
  background-color: #e6271d;
}
.social-text .ti-youtube {
  color: #e6271d;
}
.btn-pinterest {
  background-color: #cb1f27;
}
.social-text .ti-pinterest {
  color: #cb1f27;
}
.btn-vimeo {
  background-color: #1ab7ea;
}
.social-text .ti-vimeo {
  color: #1ab7ea;
}
.btn-soundcloud {
  background-color: #f86f0f;
}
.social-text .ti-soundcloud {
  color: #f86f0f;
}
.btn-google {
  background-color: #f44336;
}
.social-text .ti-google {
  color: #f44336;
}
.btn-wordpress {
  background-color: #464244;
}
.social-text .ti-wordpress {
  color: #464244;
}
.btn-social a {
  color: white;
}
.btn-social a:hover {
  color: white;
}
.btn-social:hover,
.social-text:hover {
  animation-name: swing;
  animation-duration: 1s;
}
.fb-like > span {
  height: 20px !important;
}
.partenaire .responsive-img {
  max-height: 70px;
}
.partenaire .responsive-img.active {
  max-height: initial;
}
div.contact-simple .card-image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section div.contact-simple {
  justify-content: inherit;
}
div.contact-simple form.contact-simple {
  width: 500px;
  max-width: 500px;
}
.no-pad form.contact-simple {
  padding-top: 20px;
}
form.contact-simple h3 {
  z-index: 2;
}
form.contact-simple input[type],
form.contact-simple input.select-dropdown,
form.contact-simple textarea {
  background-color: white;
  border: 1px solid #f5f5f5;
  max-width: 500px;
  z-index: 2;
}
form.contact-simple button {
  max-width: 500px;
  z-index: 2;
}
.no-pad form.contact-simple button {
  margin-bottom: 20px;
}
form.contact-simple input[type],
form.contact-simple textarea {
  padding: 0 10px;
  margin: 5px 0;
  box-sizing: border-box;
}
form.contact-simple textarea {
  padding: 10px;
}
form.contact-simple .select-wrapper {
  margin-top: 0;
  width: 100%;
  max-width: 500px;
}
form.contact-simple .select-wrapper span.caret {
  color: black;
  z-index: 3;
  right: 10px;
}
form.contact-simple #renseignement_societe {
  margin-top: 10px;
}
form.contact-simple .select-dropdown {
  color: #d2d2d2;
}
.iframe-media {
  max-width: 100%;
}
.card[class*="card-"] {
  width: calc(100%);
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.card[class*="card-"] .col-photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card[class*="card-"] .col-photo img:not(.active) {
  max-height: 200px;
}
.card[class*="card-"] .card-content .card-title {
  margin-bottom: 5px;
}
.widget-card .card[class*="card-"] {
  padding-bottom: 0;
}
.widget-card .col {
  margin: 10px 0;
}
[id*="_detail"] .photos .row {
  margin-bottom: 0;
}
[id*="_detail"] .photos .col {
  margin: 10px 0;
}
.widget-newsletter .btn {
  border: 2px solid #D09633;
}
.widget-newsletter .btn:hover,
.widget-newsletter .btn:active,
.widget-newsletter .btn:focus {
  border: 2px solid #e8b72e;
}
.dropzone {
  padding: 0;
  min-height: 500px;
  border: 0;
  background: #f5f5f5;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #039be5;
}
.dropzone .dz-preview:hover .dz-progress {
  display: none;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: initial !important;
}
.dropzone .dz-preview.dz-complete .dz-success-mark {
  opacity: 1;
}
.dropzone .dz-preview.dz-complete:hover .dz-success-mark {
  display: none;
}
.dropzone .add_image_multiple_secteur {
  margin-top: -10px;
  padding-left: 40px;
  background-color: white;
}
#add_image_multiple .dropzone .btn-floating {
  margin-top: -65px;
}
#google-calendar-share {
  border: none;
  border-radius: 2px;
}
.share-calendar i[class*="fa-"] {
  font-size: inherit;
}
.section .puce ul {
  margin: 1rem 0;
  padding-left: 40px;
}
.section .puce li {
  list-style-type: disc;
}
#openstreetmap {
  width: 100%;
  height: 450px;
}
.leaflet-popup-content-wrapper {
  width: 450px !important;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.leaflet-popup-content {
  width: 450px !important;
  margin: 0 !important;
}
.openstreetmap-cadre {
  margin: 0 !important;
}
.openstreetmap-cadre img {
  max-width: 100%;
  max-height: 100px;
}
.pagination {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.public .pagination {
  margin-bottom: 0;
}
.pagination .section {
  margin: 0;
  padding: 0;
}
.pagination .req-navigation {
  margin: 0;
  padding: 0;
}
.pagination .material-icons {
  font-size: 1.2rem;
}
.strong-seo {
  font-weight: 700;
}
#apercu-envoi {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .card[class*="card-"] .card-content .type,
  [id*="_detail"] .type {
    text-align: right;
  }
  .card[class*="card-"] .col-photo {
    min-height: 150px;
  }
  .card[class*="card-"] .description {
    padding-left: 60px;
  }
  [id*="_detail"] .detail {
    margin-top: 30px;
  }
  div.contact-simple {
    height: 80vh;
  }
}
@media screen and (max-width: 1024px) {
  div.contact-simple {
    height: auto;
  }
  .btn {
    width: initial;
  }
  #com {
    margin-bottom: 0;
  }
  #com .me-identite {
    flex-direction: column-reverse;
  }
  #com .msg-me {
    margin-right: 0;
  }
  #com .msg-other {
    margin-left: 0;
  }
  #textcom {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  #sendcom {
    margin-top: 0;
  }
  .card .card-action a.btn {
    padding: 10px;
  }
  .card .card-action a.btn {
    color: #D09633 !important;
    background-color: transparent !important;
  }
  .card .card-action a.btn:hover {
    color: #e8b72e !important;
    background-color: transparent !important;
  }
  .backlink .col {
    text-align: center;
  }
  section .col + .col {
    margin-top: 0;
  }
  section .section {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tabs {
    height: auto;
  }
  .tab + .tab {
    margin-top: 0;
  }
  .indicator {
    display: none;
  }
  .section[class*="section-vide"] {
    display: none;
  }
  .flex {
    flex-direction: column;
  }
  .flex-row-mobile {
    flex-direction: row;
  }
  .opacity,
  .opacity[class="opacity-"],
  .opacity[class*="left-"],
  .opacity[class*="right-"] {
    width: 100%;
    left: 0;
    right: 0;
  }
  .caption,
  .caption[class*="align"] {
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
  }
  .caption .btn,
  .caption .btn:hover {
    line-height: 1.5rem;
  }
  .no-marg-mobile,
  .section.no-marg-mobile {
    margin: 0 !important;
  }
  .no-marg-top-mobile,
  .section.no-marg-top-mobile {
    margin-top: 0 !important;
  }
  .no-marg-bot-mobile,
  .section.no-marg-bot-mobile {
    margin-bottom: 0 !important;
  }
  .no-marg-left-mobile,
  .section.no-marg-left-mobile {
    margin-left: 0 !important;
  }
  .no-marg-right-mobile,
  .section.no-marg-right-mobile {
    margin-right: 0 !important;
  }
  .marg-mobile-10,
  .section.marg-mobile-10 {
    margin: 20px !important;
  }
  .marg-mobile-20,
  .section.marg-mobile-20 {
    margin: 20px !important;
  }
  .marg-mobile-30,
  .section.marg-mobile-30 {
    margin: 30px !important;
  }
  .marg-mobile-40,
  .section.marg-mobile-40 {
    margin: 20px !important;
  }
  .marg-mobile-50,
  .section.marg-mobile-50 {
    margin: 50px !important;
  }
  .marg-mobile-60,
  .section.marg-mobile-60 {
    margin: 20px !important;
  }
  .marg-top-mobile-10,
  .section.marg-top-mobile-10,
  .marg-top-mobile-10 .card-image-bg {
    margin-top: 10px !important;
  }
  .marg-bot-mobile-10,
  .section.marg-bot-mobile-10,
  .marg-bot-mobile-10 .card-image-bg {
    margin-bottom: 10px !important;
  }
  .marg-left-mobile-10,
  .section.marg-left-mobile-10,
  .marg-left-mobile-10 .card-image-bg {
    margin-left: 10px !important;
  }
  .marg-right-mobile-10,
  .section.marg-right-mobile-10,
  .marg-right-mobile-10 .card-image-bg {
    margin-right: 10px !important;
  }
  .marg-top-mobile-20,
  .section.marg-top-mobile-20,
  .marg-top-mobile-20 .card-image-bg {
    margin-top: 20px !important;
  }
  .marg-bot-mobile-20,
  .section.marg-bot-mobile-20,
  .marg-bot-mobile-20 .card-image-bg {
    margin-bottom: 20px !important;
  }
  .marg-left-mobile-20,
  .section.marg-left-mobile-20,
  .marg-left-mobile-20 .card-image-bg {
    margin-left: 20px !important;
  }
  .marg-right-mobile-20,
  .section.marg-right-mobile-20,
  .marg-right-mobile-20 .card-image-bg {
    margin-right: 20px !important;
  }
  .marg-top-mobile-30,
  .section.marg-top-mobile-30,
  .marg-top-mobile-30 .card-image-bg {
    margin-top: 30px !important;
  }
  .marg-bot-mobile-30,
  .section.marg-bot-mobile-30,
  .marg-bot-mobile-30 .card-image-bg {
    margin-bottom: 30px !important;
  }
  .marg-left-mobile-30,
  .section.marg-left-mobile-30,
  .marg-left-mobile-30 .card-image-bg {
    margin-left: 30px !important;
  }
  .marg-right-mobile-30,
  .section.marg-right-mobile-30,
  .marg-right-mobile-30 .card-image-bg {
    margin-right: 30px !important;
  }
  .marg-top-mobile-40,
  .section.marg-top-mobile-40,
  .marg-top-mobile-40 .card-image-bg {
    margin-top: 40px !important;
  }
  .marg-bot-mobile-40,
  .section.marg-bot-mobile-40,
  .marg-bot-mobile-40 .card-image-bg {
    margin-bottom: 40px !important;
  }
  .marg-left-mobile-40,
  .section.marg-left-mobile-40,
  .marg-left-mobile-40 .card-image-bg {
    margin-left: 40px !important;
  }
  .marg-right-mobile-40,
  .section.marg-right-mobile-40,
  .marg-right-mobile-40 .card-image-bg {
    margin-right: 40px !important;
  }
  .marg-top-mobile-50,
  .section.marg-top-mobile-50,
  .marg-top-mobile-50 .card-image-bg {
    margin-top: 50px !important;
  }
  .marg-bot-mobile-50,
  .section.marg-bot-mobile-50,
  .marg-bot-mobile-50 .card-image-bg {
    margin-bottom: 50px !important;
  }
  .marg-left-mobile-50,
  .section.marg-left-mobile-50,
  .marg-left-mobile-50 .card-image-bg {
    margin-left: 50px !important;
  }
  .marg-right-mobile-50,
  .section.marg-right-mobile-50,
  .marg-right-mobile-50 .card-image-bg {
    margin-right: 50px !important;
  }
  .marg-top-mobile-60,
  .section.marg-top-mobile-60,
  .marg-top-mobile-60 .card-image-bg {
    margin-top: 60px !important;
  }
  .marg-bot-mobile-60,
  .section.marg-bot-mobile-60,
  .marg-bot-mobile-60 .card-image-bg {
    margin-bottom: 60px !important;
  }
  .marg-left-mobile-60,
  .section.marg-left-mobile-60,
  .marg-left-mobile-60 .card-image-bg {
    margin-left: 60px !important;
  }
  .marg-right-mobile-60,
  .section.marg-right-mobile-60,
  .marg-right-mobile-60 .card-image-bg {
    margin-right: 60px !important;
  }
  .no-pad-mobile,
  .section.no-pad-mobile {
    padding: 0 !important;
  }
  .no-pad-top-mobile,
  .section.no-pad-top-mobile {
    padding-top: 0 !important;
  }
  .no-pad-bot-mobile,
  .section.no-pad-bot-mobile {
    padding-bottom: 0 !important;
  }
  .no-pad-left-mobile,
  .section.no-pad-left-mobile {
    padding-left: 0 !important;
  }
  .no-pad-right-mobile,
  .section.no-pad-right-mobile {
    padding-right: 0 !important;
  }
  .pad-mobile-10,
  .section.pad-mobile-10 {
    padding: 20px !important;
  }
  .pad-mobile-20,
  .section.pad-mobile-20 {
    padding: 20px !important;
  }
  .pad-mobile-30,
  .section.pad-mobile-30 {
    padding: 30px !important;
  }
  .pad-mobile-40,
  .section.pad-mobile-40 {
    padding: 20px !important;
  }
  .pad-mobile-50,
  .section.pad-mobile-50 {
    padding: 50px !important;
  }
  .pad-mobile-60,
  .section.pad-mobile-60 {
    padding: 20px !important;
  }
  .pad-top-mobile-10,
  .section.pad-top-mobile-10,
  .pad-top-mobile-10 .card-image-bg {
    padding-top: 10px !important;
  }
  .pad-bot-mobile-10,
  .section.pad-bot-mobile-10,
  .pad-bot-mobile-10 .card-image-bg {
    padding-bottom: 10px !important;
  }
  .pad-left-mobile-10,
  .section.pad-left-mobile-10,
  .pad-left-mobile-10 .card-image-bg {
    padding-left: 10px !important;
  }
  .pad-right-mobile-10,
  .section.pad-right-mobile-10,
  .pad-right-mobile-10 .card-image-bg {
    padding-right: 10px !important;
  }
  .pad-top-mobile-20,
  .section.pad-top-mobile-20,
  .pad-top-mobile-20 .card-image-bg {
    padding-top: 20px !important;
  }
  .pad-bot-mobile-20,
  .section.pad-bot-mobile-20,
  .pad-bot-mobile-20 .card-image-bg {
    padding-bottom: 20px !important;
  }
  .pad-left-mobile-20,
  .section.pad-left-mobile-20,
  .pad-left-mobile-20 .card-image-bg {
    padding-left: 20px !important;
  }
  .pad-right-mobile-20,
  .section.pad-right-mobile-20,
  .pad-right-mobile-20 .card-image-bg {
    padding-right: 20px !important;
  }
  .pad-top-mobile-30,
  .section.pad-top-mobile-30,
  .pad-top-mobile-30 .card-image-bg {
    padding-top: 30px !important;
  }
  .pad-bot-mobile-30,
  .section.pad-bot-mobile-30,
  .pad-bot-mobile-30 .card-image-bg {
    padding-bottom: 30px !important;
  }
  .pad-left-mobile-30,
  .section.pad-left-mobile-30,
  .pad-left-mobile-30 .card-image-bg {
    padding-left: 30px !important;
  }
  .pad-right-mobile-30,
  .section.pad-right-mobile-30,
  .pad-right-mobile-30 .card-image-bg {
    padding-right: 30px !important;
  }
  .pad-top-mobile-40,
  .section.pad-top-mobile-40,
  .pad-top-mobile-40 .card-image-bg {
    padding-top: 40px !important;
  }
  .pad-bot-mobile-40,
  .section.pad-bot-mobile-40,
  .pad-bot-mobile-40 .card-image-bg {
    padding-bottom: 40px !important;
  }
  .pad-left-mobile-40,
  .section.pad-left-mobile-40,
  .pad-left-mobile-40 .card-image-bg {
    padding-left: 40px !important;
  }
  .pad-right-mobile-40,
  .section.pad-right-mobile-40,
  .pad-right-mobile-40 .card-image-bg {
    padding-right: 40px !important;
  }
  .pad-top-mobile-50,
  .section.pad-top-mobile-50,
  .pad-top-mobile-50 .card-image-bg {
    padding-top: 50px !important;
  }
  .pad-bot-mobile-50,
  .section.pad-bot-mobile-50,
  .pad-bot-mobile-50 .card-image-bg {
    padding-bottom: 50px !important;
  }
  .pad-left-mobile-50,
  .section.pad-left-mobile-50,
  .pad-left-mobile-50 .card-image-bg {
    padding-left: 50px !important;
  }
  .pad-right-mobile-50,
  .section.pad-right-mobile-50,
  .pad-right-mobile-50 .card-image-bg {
    padding-right: 50px !important;
  }
  .pad-top-mobile-60,
  .section.pad-top-mobile-60,
  .pad-top-mobile-60 .card-image-bg {
    padding-top: 60px !important;
  }
  .pad-bot-mobile-60,
  .section.pad-bot-mobile-60,
  .pad-bot-mobile-60 .card-image-bg {
    padding-bottom: 60px !important;
  }
  .pad-left-mobile-60,
  .section.pad-left-mobile-60,
  .pad-left-mobile-60 .card-image-bg {
    padding-left: 60px !important;
  }
  .pad-right-mobile-60,
  .section.pad-right-mobile-60,
  .pad-right-mobile-60 .card-image-bg {
    padding-right: 60px !important;
  }
  .width-mobile-100,
  .width-mobile-100 .card-image-bg {
    width: 100% !important;
  }
  .width-mobile-50px,
  .width-mobile-50px .card-image-bg {
    width: 50px !important;
  }
  .width-mobile-200px,
  .width-mobile-200px .card-image-bg {
    width: 200px !important;
  }
  .width-mobile-300px,
  .width-mobile-300px .card-image-bg {
    width: 300px !important;
  }
  .width-mobile-400px,
  .width-mobile-400px .card-image-bg {
    width: 400px !important;
  }
  [class*="height-"],
  [class*="height-"] .card-image-bg {
    height: 40vh !important;
  }
  .height-mobile-10px,
  .height-mobile-10px .card-image-bg {
    height: 10px !important;
  }
  .height-mobile-20px,
  .height-mobile-20px .card-image-bg {
    height: 20px !important;
  }
  .height-mobile-50px,
  .height-mobile-50px .card-image-bg {
    height: 50px !important;
  }
  .height-mobile-100px,
  .height-mobile-100px .card-image-bg {
    height: 100px !important;
  }
  .height-mobile-150px,
  .height-mobile-150px .card-image-bg {
    height: 150px !important;
  }
  .height-mobile-200px,
  .height-mobile-200px .card-image-bg {
    height: 200px !important;
  }
  .height-mobile-300px,
  .height-mobile-300px .card-image-bg {
    height: 300px !important;
  }
  .height-mobile-400px,
  .height-mobile-400px .card-image-bg {
    height: 400px !important;
  }
  .height-mobile-60,
  .height-mobile-60 .card-image-bg {
    height: 60vh !important;
  }
  .height-mobile-80,
  .height-mobile-80 .card-image-bg {
    height: 80vh !important;
  }
  .height-accueil,
  .height-accueil .card-image-bg {
    height: 100vh !important;
  }
  .slider.height-accueil .slides {
    height: 100vh !important;
  }
  .height-accueil form {
    display: none;
  }
  .height-accueil .btn {
    font-size: 1rem;
    box-shadow: none;
    padding: 10px 20px;
    text-transform: initial;
    color: white;
    background-color: #D09633;
  }
  .height-accueil .btn:hover {
    font-size: 1rem;
    box-shadow: none;
    padding: 10px 20px;
    text-transform: initial;
    color: white;
    background-color: #e8b72e;
  }
  .accueil-pointe {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .icone-ronde.btn,
  .losange.btn {
    height: 20px;
  }
  .icone-ronde.btn a,
  .losange.btn a {
    color: #D09633;
  }
  .icone-ronde.btn:hover,
  .losange.btn:hover {
    height: 20px;
  }
  .icone-ronde.btn:hover a,
  .losange.btn:hover a {
    color: #e8b72e;
  }
  .icone-ronde .material-icons,
  .losange .material-icons {
    display: initial;
  }
  .card-texte-couleur .caption {
    margin-top: 0;
  }
  .height-mobile-80-20,
  .height-mobile-80-20 .card-image-bg {
    height: calc(80vh + 20px);
  }
  .parallax-container {
    height: 100px;
  }
  .form-recherche {
    flex-direction: row;
  }
  .form-recherche .btn {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #f5f5f5;
    background-color: white;
  }
  .form-recherche .btn .material-icons {
    display: initial;
  }
  .iframe-media {
    width: 100%;
  }
  .carousel {
    min-height: 240px;
  }
  .carousel.carousel-grand {
    min-height: 240px;
  }
  .carousel.carousel-texte {
    min-height: 290px;
  }
  .carousel.carousel-grand.carousel-texte {
    min-height: 290px;
  }
  .carousel.carousel-grand .carousel-item {
    width: 200px;
    height: 200px;
  }
  .carousel.carousel-grand.carousel-texte .carousel-item {
    margin-top: -20px;
  }
  .carousel.carousel-grand .carousel-item > div:first-of-type {
    width: 200px;
    height: 200px;
  }
  .card[class*="card-"] {
    padding-bottom: 0;
  }
  .card[class*="card-"] .col-photo {
    min-height: initial;
  }
  .widget-card .card .flex {
    flex-direction: row;
  }
  .flat-card {
    border: 0;
  }
  .flex-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
