/* Lien d'evitement - accessibilite RGAA */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #186F65;
  color: #fff;
  padding: 10px 20px;
  z-index: 10000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #B5CB99;
  outline-offset: 2px;
}

/* Overlay video de chargement */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #186F65;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.8s ease;
}
#loading-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}
#loading-overlay video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* Focus visible - accessibilite RGAA */
*:focus-visible {
  outline: 3px solid #186F65;
  outline-offset: 2px;
}

body{
  font-family: 'Indie Flower', cursive;
}
header .backgroundColor{
  background-color: #186F65;
}
header .imgBackground{
  background-position: center;
  background-size: cover;
}
h1,h2,h3,h4,h5,h6{
  color: #B5CB99;
  font-weight: bold;
}
.color_lien{
  color: #B5CB99 !important;
}
.lienFooter, .lienNav{
  color: #B5CB99 !important;
  text-decoration: none;
  font-size: 20px;
}
.lienFooter:hover, .lienNav:hover{
  font-weight: bold;
}
.color_lien:hover{
  font-weight: bold;
}
footer.backgroundColor{
  background-color: #186F65;
  margin-top: 20px;
  padding-top: 20px;
  color: #fff;
}
footer a{
  color: #B5CB99;
  text-decoration: none;
}
footer a:hover{
  color: #B5CB99;
  font-weight: bold;
}
.titreCategory{
  font-weight: 800;
  font-size: 3.5em;
  text-decoration: underline;
}
hr .extra-margins{
  width: 80%;
}
.color_hr{
  border: #186F65 solid 1.5px;
    width: 80%;
}
.extra-margins {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.sendContact{
  background-color: #186F65;
  color: #fff;
}
.sendContact:hover{
  border-color: #186F65;
  color: #186F65 !important;
  background-color: #fff;
}
.spanCheckbox{
  font-size: 14px;
}
.spanCheckbox a {
  color: #186F65 !important;
  font-weight: bold;
}
.colorTitre{
  color: #186F65 !important;
  font-weight: bold;
}
.pagination .page-item.active .page-link{
  background-color: #186F65;
  border-color: #186F65;
  color: white;
}
.pagination .page-item .page-link{
  color: #186F65;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #B5CB99;
}

.back-to-top i {
  font-size: 28px;
  color: #B5CB99;
  line-height: 0;
}

.back-to-top:hover {
  background: #B5CB99;
  color: #1a1814;
}

.back-to-top:hover i {
  color: #313231;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.hidden {
  display: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: white;
}
.btn_contact{
  transform: rotate(15deg);
  border: solid #186F65;
  color: #186F65;
  font-weight: 600;
  height: 50px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 5%;
  top: 150px;
  cursor: pointer;
  z-index: 99;
}
.btn_contact a{
  color: #186F65;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_contact a:hover{
  font-weight: 800;
}
.form_label{
  color: #B5CB99;
  font-weight: bold;
    font-size: 20px;
}
.bg_form{ 
  position: relative;
  padding: 40px;
}
.bg_form::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: url('../images/formulaire.webp') center / cover;  */
  background-color: #186F65; 
  background: -webkit-linear-gradient(top, #186F65, #ffffff); 
  background: linear-gradient(to bottom, #186F65, #ffffff); 
  z-index: -1;
  border: 1px solid #186F65;

}
.form_label_comment{
  color: #B2533E;
  font-weight: bold;
    font-size: 20px;
}
.form_rgpd_comment, .form_rgpd{
  color: #B2533E;
  font-weight: bold;
    font-size: 14px;
}

.bg_form_comment{
  padding: 40px;
  margin: 0 auto;
}
.bg_form_comment form{
  padding: 20px;
  background-color: #FCE09B; 
  background: -webkit-linear-gradient(top, #FCE09B, #ffffff); 
  background: linear-gradient(to bottom, #FCE09B, #ffffff); 
}
.icone{
  width: 12%;
}
.downloadFiles{
  display: flex;
  align-items: center;
  color: #186F65;
  font-weight: bold;
}
.downloadFiles:hover{
  color: #186F65;
  font-weight: 400;
}
.downloadFiles img{
  color: #186F65;
}
.style_gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.bg_chiffre{
  background-image: url("/images/photo_chiffre.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
}
.num{
  font-size: 8em;
  font-weight: 600;
  color: #186F65;
}
.textNum{
  font-size: 1.5em;
  color: white;
}
.lienPartenaire{
  color: #186F65;
}
.size_partenaire{
  width: 50%;
}
/*CARD*/
.bloc_card_comment{
  display: flex;
  justify-content: center;
}
.card {
	display: inline-block;
	width: 80%;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

.card-description {
	display: block;
	padding: 1em 0.5em;
	color: #515151;
	text-decoration: none;
}
.text_comment{
  padding: 15px;
  font-size: 20px;
}
.footer_comment span{
  font-size: 14px;
}

.card-description > h2 {
	margin: 0 0 0.5em;
}

.card-description > p {
	margin: 0;
}
/*CARD*/

/*CARD_BLOG*/
.blog-card-blog {
  margin-top: 30px;
}
.blog-card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.blog-card .blog-card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: none;
}
.blog-card .blog-table {
  padding: 15px 30px;
  min-height: 160px;
}
.blog-table {
  margin-bottom: 0px;
}
.blog-card-blog .blog-card-caption {
  margin-top: 5px;
}
.blog-card-caption {
  font-weight: 700;
  font-family: "Roboto Slab", "Times New Roman", serif;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-card-caption, .blog-card-caption a {
  color: #333;
  text-decoration: none;
}

.ombrePhoto{box-shadow: 0px 2px 12px;border-radius: 8px;}

.ombrePhotoGalerie{
  box-shadow: 0px 2px 12px #3C4857;
  border-radius: 8px;
}

p {
  color: #3C4857;
  margin-top: 0;
  margin-bottom: 1rem;
}
.blog-card .ftr {
  margin-top: 15px;
}
.blog-card .ftr .author {
  color: #888;
}

.blog-card .ftr div {
  display: inline-block;
}

.blog-card .ftr .stats {
  position: relative;
  top: 1px;
  font-size: 14px;
}
.blog-card .ftr .stats {
  float: right;
  line-height: 30px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.custom-carousel-control {
  color: #FCE09B;
  font-weight: bold;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .downloadFiles {
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .size_partenaire {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .btn_contact {
    display: none;
  }
}

