/* body{ color: #373f50; font-family: 'inter', sans-serif;} */

@media (min-width: 768px) {
  .equal-height {
    display: flex;
    flex-wrap: wrap;
  }
}

.dm-p-1 { padding: 1rem !important; } .dm-p-2 { padding: 2rem !important; } .dm-p-3 { padding: 3rem !important; } .dm-p-4 { padding: 4rem !important; } .dm-p-5 { padding: 5rem !important; } .dm-p-6 { padding: 6rem !important; }
.dm-py-1 { padding: 1rem 0 !important; } .dm-py-2 { padding: 2rem 0 !important; } .dm-py-3 { padding: 3rem 0 !important; } .dm-py-4 { padding: 4rem 0 !important; } .dm-py-5 { padding: 5rem 0 !important; } .dm-py-6 { padding: 6rem 0 !important; }
.dm-px-1 { padding: 0 1rem !important; } .dm-px-2 { padding: 0 2rem !important; } .dm-px-3 { padding: 0 3rem !important; } .dm-px-4 { padding: 0 4rem !important; } .dm-px-5 { padding: 0 5rem !important; } .dm-px-6 { padding: 0 6rem !important; }
.dm-pt-1 { padding-top: 1rem !important; } .dm-pt-2 { padding-top: 2rem !important; } .dm-pt-3 { padding-top: 3rem !important; } .dm-pt-4 { padding-top: 4rem !important; } .dm-pt-5 { padding-top: 5rem !important; } .dm-pt-6 { padding-top: 6rem !important; }
.dm-pb-1 { padding-bottom: 1rem !important; padding-top: 0 !important; } .dm-pb-2 { padding-bottom: 2rem !important; } .dm-pb-3 { padding-bottom: 3rem !important; } .dm-pb-4 { padding-bottom: 4rem !important; } .dm-pb-5 { padding-bottom: 5rem !important; } .dm-pb-6 { padding-bottom: 6rem !important; }
.dm-pl-1 { padding-left: 1rem !important; } .dm-pl-2 { padding-left: 2rem !important; } .dm-pl-3 { padding-left: 3rem !important; } .dm-pl-4 { padding-left: 4rem !important; } .dm-pl-5 { padding-left: 5rem !important; } .dm-pl-6 { padding-left: 6rem !important; }
.dm-pr-1 { padding-right: 1rem !important; } .dm-pr-2 { padding-right: 2rem !important; } .dm-pr-3 { padding-right: 3rem !important; } .dm-pr-4 { padding-right: 4rem !important; } .dm-pr-5 { padding-right: 5rem !important; } .dm-pr-6 { padding-right: 6rem !important; }

.dm-m-1 { margin: 1rem !important; } .dm-m-2 { margin: 2rem !important; } .dm-m-3 { margin: 3rem !important; } .dm-m-4 { margin: 4rem !important; } .dm-m-5 { margin: 5rem !important; } .dm-m-6 { margin: 6rem !important; }
.dm-my-1 { margin: 1rem 0 !important; } .dm-my-2 { margin: 2rem 0 !important; } .dm-my-3 { margin: 3rem 0 !important; } .dm-my-4 { margin: 4rem 0 !important; } .dm-my-5 { margin: 5rem 0 !important; } .dm-my-6 { margin: 6rem 0 !important; }
.dm-mx-1 { margin: 0 1rem !important; } .dm-mx-2 { margin: 0 2rem !important; } .dm-mx-3 { margin: 0 3rem !important; } .dm-mx-4 { margin: 0 4rem !important; } .dm-mx-5 { margin: 0 5rem !important; } .dm-mx-6 { margin: 0 6rem !important; }
.dm-mt-05 { margin-top: .5rem !important; } .dm-mt-1 { margin-top: 1rem !important; } .dm-mt-2 { margin-top: 2rem !important; } .dm-mt-3 { margin-top: 3rem !important; } .dm-mt-4 { margin-top: 4rem !important; } .dm-mt-5 { margin-top: 5rem !important; } .dm-mt-6 { margin-top: 6rem !important; }
.dm-mb-05 { margin-bottom: .5rem !important; } .dm-mb-1 { margin-bottom: 1rem !important; } .dm-mb-2 { margin-bottom: 2rem !important; } .dm-mb-3 { margin-bottom: 3rem !important; } .dm-mb-4 { margin-bottom: 4rem !important; } .dm-mb-5 { margin-bottom: 5rem !important; } .dm-mb-6 { margin-bottom: 6rem !important; }
.dm-ml-05 { margin-left: .5rem !important; } .dm-ml-1 { margin-left: 1rem !important; } .dm-ml-2 { margin-left: 2rem !important; } .dm-ml-3 { margin-left: 3rem !important; } .dm-ml-4 { margin-left: 4rem !important; } .dm-ml-5 { margin-left: 5rem !important; } .dm-ml-6 { margin-left: 6rem !important; }
.dm-mr-05 { margin-right: .5rem !important; } .dm-mr-1 { margin-right: 1rem !important; } .dm-mr-2 { margin-right: 2rem !important; } .dm-mr-3 { margin-right: 3rem !important; } .dm-mr-4 { margin-right: 4rem !important; } .dm-mr-5 { margin-right: 5rem !important; } .dm-mr-6 { margin-right: 6rem !important; }

/* SHADOW */
.shadow-bottom-lg {
  box-shadow: 0 3rem 3rem rgba(0,0,0,.075)!important;
}
.shadow-bottom-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.shadow-bottom {
  box-shadow: 0 1rem 1rem rgba(0,0,0,.09)!important;
}

.shadow-top-lg {
  box-shadow: 0 -1.7rem 3rem rgba(0,0,0,.175)!important;
}
.shadow-top-sm {
  box-shadow: 0 -0.125rem .25rem rgba(0,0,0,.075)!important;
}
.shadow-top {
  box-shadow: 0 -0.75rem 1rem rgba(0,0,0,.15)!important;
}

.btn-carousel{ z-index: 1000; }

/*.card */

/* Carousel */
.carousel-control-next, .carousel-control-prev {
  width: 5%!important;
}

/* REFERENCE */
.reference-img{  min-height: 90px; }
.reference-img img{
  max-height: 90px!important;
  margin: auto;
  display: block;
}

section{ position: relative; }


.filter-blur{ filter: blur(13px); }

/**
 * [space description]
 * @type {[type]}
 */
.nowrap{white-space: nowrap;}

.info-light{ font-size: 0.5rem; }

.btn-primary{
  color: #fff;
  background-color: #798EA3;
  border-color: #798EA3;
}
.btn-primary:hover{
  background-color: #66788A;
  border-color: #66788A;
}

.btn-warning{
  color: #fff;
  background-color: #ffb509;
  border-color: #ffb509;
}
.btn-warning:hover{
  color: #fff;
  background-color: #ffb509;
  border-color: #ffb509;
}
a.btn-more:hover{
  color: #fff!important;
}
a.btn-more i {
  transition: all 0.30s ease-in;
}
a.btn-more:hover i {
  margin-left: 10px!important;
  transition: all 0.30s ease-in;
} 
ul.list-inline-dash li:after {
  padding: 0 3px 0 3px;
}
ul.list-inline-dash li:after {
  content: '•';
}
ul.list-inline-dash li:last-child:after {
  content: '';
  padding: 0;
}

a{ text-decoration: none; transition: all 0.30s ease-in; }
/*#contenu-principal a:hover { color: #ffb509; transition: all 0.30s ease-in; }*/

.badge a{ color: #FFF; }

.editor-content a { transition: all 0.30s ease-in; }
.editor-content a:hover { text-decoration: none; transition: all 0.30s ease-in; }

h5.card-title{ font-weight: 300; }

footer a{ color: #f8f9fa; text-decoration: none; }
footer a:hover{color: #ffb509;}

/* h1, h2, h3, .lead{ font-family: 'inter', sans-serif; color: #484848; } */

h1{ font-weight: 900; }

h2.title-section{
  font-size: 4rem;
  font-weight: 700;
}
h3{
  font-size: 1.3rem;
}

.underline-big u{
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}

.underline-big u:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 3px;
  width: 100%;
  height: 50%;
  background-color: #ffb5094f;
}

.title-section-trait{
  margin-bottom: 2rem;
}

.title-section-trait:after {
  content: "";
  border-bottom: 2px solid #ffb509;
  height: 20px;
  width: 80px;
  display: block;
  position: absolute;
}

.title-section-trait-right:after{
  right: 0;
}

.title-section-big{
  position: relative;
  color: #484848;
  font-weight: bold;
  line-height: 1.12em;
  margin: 0 0 15px;
  letter-spacing: 0.1rem;
}

.title-section-big span {
  color: #ffb509;
}

.separator_auto {
  width: 85px;
  height: 2px;
  margin: 20px auto;
  background: #ffb509;
}

.breadcrumb-separator{
  color: #a1a2a3;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #a1a2a3;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item a{ color: #ffb509; text-decoration: none; }
.breadcrumb-item a:hover { color: #e09e04; transition-duration: 0.30s; }

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.google-map{
  max-height: 400px;
  min-height: 300px;
}

/**
 * Link
 */
.link-underline-rtol{
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  /*color: #fff;*/
  overflow: hidden;
  text-decoration: none !important;
  white-space: nowrap;
}

.link-underline-rtol:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.link-underline-rtol:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


.bg-cover {
  background-size: cover !important;
}

/**
 * OBERLAY
 */
/*.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.image-container:hover .after {
    display: block;
    background: rgba(0, 0, 0, .6);
}*/

.img-overlay{
  transition: all 0.30s ease-in;
}
.img-overlay:hover{
  opacity: 0.6;
  transition: all 0.30s ease-in;
}


.img-grayscale{
  filter: grayscale(1);
  transition: all 0.30s ease-in;
}

.img-grayscale:hover{
  filter: grayscale(0);
  transition: all 0.15s ease-in;
}

/**
 * HEADER
 */

#pre-header{ background-color: #798EA3; }
#pre-header{ font-size: 0.9rem; }
#pre-header a{
  color: #f8f9fa;
  transition: all 0.30s ease-in;
}
 
.navbar-brand img {
  max-height: 120px;
  width: auto;

}
.navbar-brand img.small-img {
  height: 40px;
  width: auto;
}
#header:not(.fixed-top) .navbar-brand img{
  -webkit-transition: height 0.30s ease-out;
  -moz-transition: height 0.30s ease-out;
  -o-transition: height 0.30s ease-out;
  transition: height 0.30s ease-out;    
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,1);
}

#header .navbar{
  -webkit-transition: background-color 0.30s ease-out;
  -moz-transition: background-color 0.30s ease-out;
  -o-transition: background-color 0.30s ease-out;
  transition: background-color 0.30s ease-out;
}

.btn-ico .btn { height: 32px; width: 32px; }
.btn-ico .dropdown-toggle:after{display: none;}
.btn-ico .dropdown-toggle:focus{box-shadow: none !important;}
.btn-ico .dropdown-toggle:hover{ border-color: #333 !important; }
/* Bouton menu mobile */

.navbar-light .navbar-toggler-slide {
  color: rgba(0,0,0,.55);
  border-color: rgba(0,0,0,.1);
}

.navbar-toggler-slide {
  display: none;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow .15s ease-in-out;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#language-container { font-size: 0.8rem; }
/*#language-container li:hover { background-color: #e9ecef; }*/
#language-container img { width: 20px; height: 15px; right: 0px; }

/* Gestion du menu multilevel */ 

/*.navbar { font-size: 1em; }*/
.navbar-nav .dropdown-item,
.navbar-nav > li {
  transition: all 0.4s ease-in-out;  
}
.navbar-nav > li:hover{
  background-color: #e9ecef;
}

.dropdown-toogle-n2::after{
  display: inline-block;
  margin-left: 0.5em;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.navbar-light .navbar-nav .dropdown-item {
    color: rgba(0,0,0,.55);
}

.navbar-light .navbar-nav .active>a {
    color: rgba(0,0,0,.9);
}

@media all and (min-width: 992px) {

  .dropdown-menu li{
    position: relative;
  }
  .dropdown-menu .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .dropdown-menu .submenu-left{ 
    right:100%; left:auto;
  }

  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }

}   

@media (max-width: 991px) {

  .dropdown-menu .dropdown-menu{
    margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
  .navbar-light .navbar-toggler-slide {
    display: block;
  }
} 

/**
 * CAROUSEL HOME
 */

.img-fit{ 
  max-height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-indicators [data-bs-target]{
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: transparent;
  border:2px solid #fff; 
}

.carousel-indicators .active{
  background-color: #fff;
  background-clip: unset;
}

.carousel-caption-2 {
  position: absolute;
  padding: 6rem 13rem;
}

#carousel-home .carousel-control-next-icon, #carousel-home .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}

.overlay-carousel {
  opacity: 0.2;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
}

/**
 * BACKGROUND
 */

.bg-bleu{ background-color: #088592; }
.bg-bleu-fonce{ background-color: #3c70a4; }
.bg-bleu-clair{ background-color: #64b2cd; }
.bg-vert-clair{ background-color: #d9eeec; }
.bg-grey{ background-color: #4a4a4a; }
.bg-light-grey{ background-color: rgb(85, 85, 85); }
.bg-red{ background-color: #da292a; }
.bg-faded {  background-color: rgba(73, 80, 87, 0.95); }
.bg-black-02{ background: rgba(0,0,0,.2)!important; }
.bg-black-03{ background: rgba(0,0,0,.3)!important; }
.bg-black-05{ background: rgba(0,0,0,.5)!important; }
.bg-black-06{ background: rgba(0,0,0,.6)!important; }

/* FOOTER */

#section-footer h4{ border-bottom-color: #3d3d3d!important; }

#section-footer ul > li{ line-height: 2; }
.widget-opening-hour ul > li:hover{ 
  color: #ffb509;  
  -webkit-transition: all 0.30s ease-out;
  -moz-transition: all 0.30s ease-out;
  -o-transition: all 0.30s ease-out;
  transition: all 0.30s ease-out;
}

#section-footer-copyright > div{
  border-top: 1px solid #3d3d3d;
}

#presentation{
  background-color: #d9eeec;
}

/**
 * BACK TO
 */

#back-to-top {
  position: fixed;
  display: none;
  color: #fff;
  width: 50px; 
  height: 50px;
  font-size: 1.5rem;
  border-radius: 50%;
  right: 15px; 
  bottom: 15px;
  transition: all 0.30s;
  z-index: 999;
  background-color: rgba(74, 74, 74, 0.7);
}

#back-to-top:hover{
  box-shadow: 0px 0px 10px rgb(0 0 0);
  background-color: rgba(74, 74, 74);
  color: #ffb509;
  transition: color 0.30s, box-shadow 0.30s, background-color 0.30s;
}

/**
 * PAGE
 */

/*#section-header { min-height: 450px ;max-height: 500px; }*/

.header-page{max-height: 450px;}

.header-page img{
  /*max-height: 450px;*/
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.overlay-dark:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.25);
  left: 0px;
  top: 0px;
  right: 0px;
}
.overlay-light:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,2554,.25);
  left: 0px;
  top: 0px;
  right: 0px;
}

#section-header {
  position: relative;
  background-color: black;
  height: 25rem;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#section-header img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#section-header .container {
  position: relative;
  z-index: 2;
}

#section-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.45;
  z-index: 1;
}

#section-header .breadcrumb{ font-size: 1rem; padding: 1.5rem 0 0 0; }

/**
 * CARDS
 */

.card.fit-cover .post-thumbnail{
  min-height: 300px;
}
.card.fit-cover img{
  object-fit: cover;
  min-height: 300px;
}
.card .post-thumbnail{
  overflow: hidden;  
}
.card img {
  transition: .3s ease;
  backface-visibility: hidden;
}
.card-img-transform:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: .3s ease;
}

#arriere img {
	width : 100%;
	height: 100%;
}

.card-footer .list-group-item-action{
  background: none;
}

.card-event .card-img-fit {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.card-event .day{
  border-top-right-radius: .2rem;
}
.card-event .month{
  border-bottom-right-radius: .2rem;
}

input.datepicker {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 95% 50% no-repeat;
}

@media (max-width: 576px)
{
  .card-event .day{
  border-top-left-radius: .2rem;
  border-top-right-radius: 0;
  }
  .card-event .month{
    /*border-bottom-left-radius: .2rem;*/
    border-bottom-right-radius: 0;
  }

  .event-date{ padding-right:0px; border-left:0px !important; }
}

.postcard__bar {
  width: 80px;
  height: 4px;
  margin: 6px 0;
  border-radius: 5px;
  background-color: #ffb509;
  transition: width 0.30s ease;
}
.card:hover .postcard__bar {
    width: 130px;
  }

/**
 * Séparateurs de bloc avec un courbe de bézier
 */

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.elementor-shape-bottom svg {
  width: calc(260% + 1.3px);
  height: 70px;
  transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape-top svg {
  width: calc(300% + 1.3px);
  height: 70px;
  transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape[data-negative=true].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elementor-shape-top {
  top: -70px;
}
.elementor-shape .elementor-shape-fill {
  fill: #f8f9fa;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

#front-page .elementor-shape .elementor-shape-fill {
  fill: #fff;
}

/**
 * MEDIA BREAK POINT
 */

@media (max-width: 576px)
{
  
  #section-header h1{ font-size: 2em; }
  /*#section-header .breadcrumb{ font-size: 0.7em; }*/

  .carousel-caption-2{ padding: 4rem 4rem; }

  .page-title:before { background: rgba(0,0,0,.15); }  

  h1.title-product { font-size: 1.4rem; font-weight: 700; }

  .carousel-caption{ font-size: 0.5emr; }

  .img-home-carte{ height: 125px; }
  .footer-2{background-color: #000; }
  .title-section-big{font-size: 30px;}  
}

@media screen and (max-width: 600px) {
  #navbar-logo{ height: 40px; }
  .section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
    padding: 25px 15px;
  }
}

@media (min-width: 992px)
{
  .navbar-brand img {
      height: 80px;
  }
  .title-section-big{font-size: 2.6rem;}  
}

.cookie-notice-container { padding: 40px 20px; }
#cookie-notice { font-size: 15px; }
#cn-notice-text { line-height: 1.8rem; display: block; padding-bottom: 20px !important; }
#cn-notice-text a { text-decoration: underline; color: #ffffff; }

/**
 * OWL CAROUSEL
 */

.owl-carousel-product .card-product { width: 100%!important; }

.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*background: transparent!important;*/
  text-align: center;
  color: rgba(0, 0, 0, .6)!important;
}
/*.owl-prev i, .owl-next i { color: rgba(0, 0, 0, .6)!important; }*/
.owl-prev:hover i, .owl-next:hover i { color: rgba(0, 0, 0, .9)!important; }
.owl-prev { left: -30px; }
.owl-next { right: -30px; }
.owl-prev:focus, .owl-next:focus { outline: none!important; }
.owl-prev.disabled i, .owl-next.disabled i { color: rgba(0, 0, 0, .2)!important; cursor: default; }

.owl-dots { text-align: center; }
.owl-dot { border: none; border-radius: 15%; background: #dddddd !important; width: 20px; height: 5px; cursor: pointer; margin: 0 3px; }
.owl-dot.active { cursor: default; background: #aaaaaa !important; }

hr{
  background-color: #ffb509;
  color: #ffb509;
}

/**
 * Gutenberg
 */

/*@media (min-width: 992px){
  .alignwide {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto!important;
    height: auto!important;
  }
}*/

/* .wp-block-cover{
  margin-top: 3rem;
  margin-bottom: 3rem;
} */

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  width: auto!important;
  height: auto!important;
}

.wp-block-image.alignwide img, .wp-block-image .size-full img, .wp-block-image.size-large img {
  width: 100%;
  height: auto!important;
}

/* WP FORMS */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
}

/*
#header .navbar-nav .dropdown-item:after {
  content: ' ';
  width: 0;
  background: #1eb7cc;
  background: -webkit-linear-gradient(left, #1eb7cc, #1e91cc);
  background: linear-gradient(to right, #1eb7cc, #1e91cc);
  height: 5px;
  display: inline-block;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 999;
}

#header .navbar-nav .dropdown-menu .nav .dropdown-item:hover:after {
  width: 60px;
}*/

.list-download a:after,
.list-link a:after
{
  content: "\f358";
  position: absolute;
  right: 1rem;
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  color: #ffb509;
  transition: all 0.30s ease-in;
  opacity: 0;
}

.list-link a.external:after {
  content: "\f08e";
}

.list-link a.self:after {
  content: "\f0a9";
}

.list-download a:hover:after,
.list-link a.external:hover:after,
.list-link a.self:hover:after
{
  opacity: 1;
  transition: all 0.30s ease-in;
}

/**
 * Réseau sociaux
 */

.colored_icon_network.facebook{
  color: #4267B2;
}
.colored_icon_network.linkedin{
  color: #2867B2;
}
.colored_icon_network.instagram{
  color: #C13584;
}
.colored_icon_network.pinterest{
  color: #E60023;
}
.colored_icon_network.google{
  color: #1EA362;
}
.colored_icon_network.youtube{
  color: #FF0000;
}
.colored_icon_network.twitter{
  color: #1DA1F2;
}

.facebook,
.linkedin,
.instagram,
.pinterest,
.google,
.youtube,
.twitter
{
  transition: all 0.30s ease-in;
}

/* Survol des liens des réseaux sociaux dans le footer */
#section-footer-social .facebook:hover,
#section-footer-social .linkedin:hover,
#section-footer-social .instagram:hover,
#section-footer-social .pinterest:hover,
#section-footer-social .google:hover,
#section-footer-social .youtube:hover,
#section-footer-social .twitter:hover
{
  transition: all 0.30s ease-in;
  color:  #ffb509;
}


/* Survol des liens des réseaux sociaux dans le pre-header */
#pre-header a:hover,
#pre-header .facebook:hover,
#pre-header .linkedin:hover,
#pre-header .instagram:hover,
#pre-header .pinterest:hover,
#pre-header .google:hover,
#pre-header .youtube:hover,
#pre-header .twitter:hover
{
  transition: all 0.30s ease-in;
  color:  #ffb509;
}  

/* Survol des liens des réseaux sociaux dans les cards */
#card .facebook:hover,
#card .linkedin:hover,
#card .instagram:hover,
#card .pinterest:hover,
#card .google:hover,
#card .youtube:hover,
#card .twitter:hover
{
  transition: all 0.30s ease-in;
  color:  #ffb509;
}  


#map-single{ height: 300px; }

/*.card-event{ min-height: 220px; max-height: 220px; }*/

/**
 * ABCEDAIRE
 */

#tt #ttcont div.glossaryItemTitle {
background-color: #01496D;
color: #fff !important;
margin: 0 !important;
font-size: 1rem !important;
padding: 5px 10px;
font-weight: bold;
}

#tt #ttcont div.glossaryItemBody{
color: #edeaea !important;
padding: 10px !important;
font-size: 1rem !important;
line-height: 1rem !important;
}

#ttcont{
padding: 0px !important;
}

/**
 * SHOP
 */

.woocommerce form .form-row{
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0px;
  margin-bottom: 16px;
}

.woocommerce-MyAccount-navigation ul .nav-link {
  padding: 0.75rem 1rem;
}

.woocommerce-MyAccount-navigation ul .nav-link a {
  color: #7e8187 !important;
}
.woocommerce-MyAccount-navigation ul .nav-link.active a {
  color: #000 !important;
}

.woocommerce-MyAccount-navigation ul .nav-link:hover a {
  color: #F3A41F;
}

li.product img{
  transition: .3s ease;
  backface-visibility: hidden;
}

li.product:hover img{
  opacity: 0.5;
  transition: 0.30s ease;
}

/**
 * TYPO
 */
.citation:before{ 
  font-family: 'Font Awesome 5 Free';
  content: "\f10d";
  margin-right: 5px;
  font-weight: 900;
}
/*.citation:after{ 
  font-family: 'Font Awesome 5 Free';
  content: "\f10e";
  margin-left: 0px;
  font-weight: 900;
}*/
