/*
Theme Name: Bootstrap Starter Child
Description: Child theme of Bootstrap starter 5.3.7
Author: Votre nom
Version: 1.0.0
Template: bootstrap-starter-5-3-7
Text Domain: bootstrap-starter-child
*/

/* Import du style du thème parent */
@import url("../bootstrap-starter-5-3-7/style.css");

/* Vos styles personnalisés ici */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#topclick {
  display: none;
  position: fixed;
  text-align: center;
  right: 0px;
  bottom: 100px;
  color: #fff !important;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 10000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

#topclick:hover {
  background-color: rgba(27, 117, 188, 0.961);
}


.saut-au-contenu {
  background: #fff;
  color: black;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.saut-au-contenu:focus {
  transform: translateY(0%);
}
.fade-wind {
  animation: fadeIn ease 6s;
  -webkit-animation: fadeIn ease 6s;
  -moz-animation: fadeIn ease 6s;
  -o-animation: fadeIn ease 6s;
  -ms-animation: fadeIn ease 6s;
}

/* ========================================
   FORMULAIRE DE RECHERCHE - MULTI-SELECTION
   ======================================== */
.multiselect-container {
    position: relative;
}

.multiselect-wrapper {
    position: relative;
}

.multiselect {
    min-height: 100px;
    max-height: 120px;
    padding: 8px;
}

.multiselect option {
    padding: 4px 8px;
    margin: 2px 0;
}

.selected-items {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.selected-item {
    background-color: #c3e7f3;
    border: 1px solid #2196f3;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.selected-item .remove-btn {
    background: none;
    border: none;
    color: #2196f3;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    margin-left: 4px;
}

.selected-item .remove-btn:hover {
    color: #f44336;
}

.multiselect-info {
    font-size: 16px;
    color: #515151;
    margin-top: 4px;
}

/* ========================================
   FIN FORMULAIRE DE RECHERCHE
   ======================================== */

/* Bordure du bas personnalisée */
.custom-border-bottom {
    border-bottom: 6px solid #FFBE23; /* Couleur jaune - ajustez selon votre couleur accent-jaune */
}

.bordure-jaune {
  border: 8px solid #FFBE23; /* Couleur jaune - ajustez selon votre couleur accent-jaune */
}

*/
/*html*/
html {
  scroll-behavior: smooth;
font-size: 16px ; font-family: 'Lato', sans-serif;

}
/* paragraph*/
p{font-size: 1rem ; margin-bottom: 1rem;}


#main{margin-top: 0!important;}
/* Tous les titres utilisent Fira Sans Condensed */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans Condensed', sans-serif !important;
  font-weight: 400 !important;
}

h1{font-size: 2.5rem !important;}
h2{font-size: 2rem !important;}
h3{ font-size: 1.675rem !important;}
h4{ font-size: 1.5rem !important;}
h5{ font-size: 1.25rem !important;}
h6{ font-size: 1rem !important;}

/*hero*/

/*modal*/
/*footer*/
#acc a {
  color: black !important;
  text-decoration: underline;
}
#acc a:hover {
  color: black !important;
  background: white;
}

#politique a {
  color: white !important;
  text-decoration: none;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
#politique a:last-child {
  color: white !important;
  text-decoration: none;
  border-left: 0px solid white;
}
#politique a:hover {
  color: #000 !important;
  background-color: #efefef;
}


footer .simule-h2 {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-top: 3px solid #1b75bc;
}
.footer-cforp p a {
  color: white !important;
  text-decoration-line: underline;
}

.footer-cforp {
  /*padding-top: 2rem;*/
  background-color: #474646;
  color: white !important;
}

/*/social icons*/

.suivez-nous a {

  color: #1b75bc !important;
}

.suivez-nous-fb  {

  color: #1b75bc !important;
}

.suivez-nous-tw  {

  color: #1da1f2 !important;
}

.suivez-nous-ig  {

  color: #000 !important;
}

.suivez-nous-in  {

  color: #0e76a8 !important;
}

.suivez-nous-tw:hover {
  color: #0a4573 !important;
}

.suivez-nous-fb a:hover {
  color: #0a4573 !important;
}

.suivez-nous-ig:hover {
  color: #0a4573 !important;
}

.suivez-nous-in:hover {
  color: #0a4573 !important;
}

.suivez-nous:hover {
  color: #0a4573 !important;
}

.suivez-nous-in {
  color: #1b75bc !important;
}
/*social icons fin*/

.accueil-btn span {
    font-size: 0px !important;
    color: transparent;
  }
  
  .accueil-btn .dashicons-admin-home:before {
    content: "\f102";
    font-size: 1.5rem !important;
  }

  #mega-menu-wrap-main-menu {
    clear: both;
    display: flex;
    justify-content: center;
}

  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  background: #c9e0fb !important;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  line-height: 50px !important;
  height: 50px !important;
}
  

@media only screen and (max-width: 1440px) {

  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link {
font-size: 1em!important;
}

}

@media only screen and (max-width: 1300px) {

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0px 7px 0px 7px;
  }
}
@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    line-height: inherit;
    height: fit-content;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    display: table-cell;
  }


}

@media only screen and (max-width: 1080px) {

  #topclick {


      height: 30px;
      width: 30px;
      line-height: 30px;

  }
}

@media only screen and (max-width: 1025px) {
  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link:hover {
    color: #000 !important;
  }
  #mega-menu-wrap-main-menu {
    clear: both;
    display: block;
 
}


  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    background: #1c4e71;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link:hover {
    background: #113b58;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item:last-child {
    border-bottom: 1px solid white;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    display: list-item;
  }

  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-blocks-left
    .mega-toggle-block:only-child:after {
    content: "MENU";
    margin-left: 1rem;
    top: 0;
    line-height: 2.5;
    color: black;
  }

  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner,
  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::after {
    background-color: #000;
  }

  #mega-menu-wrap-main-menu .mega-menu-toggle {
    border-top: #1b75bc 2px solid;
    border-bottom: #1b75bc 2px solid;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    /* padding: 7px;*/
    font-size: 1rem;
    border-bottom: white 1px solid;
  }
}

  
  @media only screen and (max-width: 1025px) {
    
    .accueil-btn span {
      font-size: inherit !important;
      color: inherit !important;
    }
  
    .accueil-btn .dashicons-admin-home:before {
      content: "\f102";
      font-size: 1rem !important;
    }
  }
