/* Styles de la barre de navigation */

.JZ {
text-align: center;
}
.facilitatrice {
    justify-content:center ;
}

.accroche {
    font-family:"Calibri", sans-serif;
    color: #2F5496;
    text-align: justify;
    font-size: 19px;

    font-weight: bold;
}


.accroche2 {
    padding: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family:"Calibri", sans-serif;
    color: #2F5496;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.blabla {
    padding-bottom: 20px;
    font-family:"Calibri", sans-serif;
 }
.accroche3 {
    font-family: 'Amatic SC';Serif;
    color: #2F5496;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.titre{
    margin-top: 50px;
    offset-anchor: -150px;
    padding-bottom: 20px;
    font-family: 'Amatic SC';Serif;
    color: #2F5496;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px groove #ccc;
}

.floatright {
    float:right;

}
.picto_fb{}
.picto_linkdn{}
.picto_insta{}
.picto_phone{}
.picto_mail{}
.picto_cgv{}
.picto_mention{}

.groupbloc{
    display: grid;
    width : 100%;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    grid-auto-rows: auto;
}
.bloc2 {

}
.bloc1 {
align-items: center;
align-content: center;
}
.bloc3 {
margin-left: 10px;
margin-right: 10px;
}
.blocfooter{
    display: grid;
    width : 100%;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    grid-auto-rows: auto;
}
.bloc14-12 {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}
.bloc14-23 {
  grid-column: 1 / 4;
  grid-row: 2 / 3;
}
.bloc14{
  grid-column: 1 / 4;
}
.bulle{
    padding: 10px;
    margin:10px 10px 10px 0px;
margin-bottom: 5px;
padding-bottom: 5px;
}
.bulle2{
    padding: 1px;
    margin:10px 0px 0px 0px;
}
.bulle3{
    padding: 0px;
    margin:0px 0px 0px 0px;

}
.titre1{
     font-family: 'Amatic SC';Serif;
     color: #2F5496;
     font-size: 20px;
}

.savoirplus {
    width: 150px;
    border: 2px groove #ccc;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: black;
    font-family: 'Amatic SC';Serif;
    text-decoration: none;
    text-align: center;
    font-size: 19px;
}

    .savoirplus:hover {
        width: 150px;
        border: 2px groove #ccc;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        color: black;
        background-color:#FFC000 ;
        font-family: 'Amatic SC';Serif;
        text-align: center;
        font-size: 19px;
        cursor : pointer;
    }
    a {
text-decoration: none;
    }

.floatleft {
    float:left;
    margin:5px 5px 5px 5px;
}

form {
  /* On centre le formulaire */
  margin: 0 auto;

  /* Le contour du formulaire */
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 1em;
}

.ulform {
  list-style: none;
  padding: 0;
  margin: 0;
}

form li {
  margin-top: 1em;
}

label {
  /* Taille et alignement uniformes */
  display: inline-block;
  width: 300px;
  text-align: right;
}

input,
textarea {
  /* On s'assure que les champs texte ont la même police
     Par défaut, les zones de texte ont une police à chasse
     fixe. */
  font: 1em sans-serif;

  /* Taille uniforme pour des champs */
  width: 300px;
  box-sizing: border-box;

  /* On utilise la même bordure que pour le formulaire */
  border: 1px solid #999;
}

input:focus,
textarea:focus {
  /* On rajoute une mise en avant pour les éléments avec
     le focus. */
  border-color: #000;
}

textarea {
  /* On aligne les textes sur plusieurs lignes avec leur
     libellé. */
  vertical-align: top;

  /* On fournit un peut d'espace pour saisir du texte. */
  height: 5em;

  /* On permet de redimensionner verticalement. */
  resize: vertical;
}

.button {
  /* On aligne les boutons avec les champs texte. */
  text-align: center;/* La même taille que les libellés */
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  
}

button {
  /* Une marge supplémentaire représentant approximativement
     le même espace qu'entre les libellés et les champs. */
  margin-left: 0.5em;
}

.footer_text {
    font-size: 26px;
    color: white;
}
.mention_legale {
    font-size: 18px;
    color: white;
}
html, body {
    height: 100%;
    margin: 0; padding: 0;
}


.diapo{
    position: relative;
    overflow: hidden;
    width:100%;
    z-index: 100;
}

#nav-droite, #nav-gauche{
  cursor: pointer;
  position: absolute;        
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  background-color: rgba(0,0,0,0.1);
  transition: background-color 0.6s ease;
}

#nav-droite{
    right: 15px;
}
#nav-gauche{
    left: 15px;
}

#nav-droite:hover, #nav-gauche:hover {
  background-color: rgba(0,0,0,0.5);
}
.elements{
    display: flex;
    transition: 1s linear;
    text-align: center;
}

.element{
    flex: 1 0 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.slide {
    width: 99%;
    border-radius:30px;
    border: 0.5px groove;
}

.caption{
    position: absolute;
    top: 97%;
    left: 50%;
    color: #cccccc;
    font-weight: bold;
    transform: translate(-50%, -50%);
    text-align: center;
}
.slide-dot{ text-align: center; }
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #999999;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot:hover { background-color: orange; }
@media (min-width: 768px) {
    .navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1px groove #ccc;
    padding: 10px 20px;
    overflow: hidden;
    position: fixed; 
    top: 0; 
    width: 100%; 
    z-index: 1000;
}
:target {
padding-top: 120px;

}
/* Logo */
.main {
        width: 760px;
        margin-top: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
        font-family:"Calibri", sans-serif;
        text-align: justify;
        font-size: 17px;
        z-index: 100;
}

footer {
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    height: 140px; 
    font-family: 'Amatic SC';Serif;
    color: white;
    max-width: 770px;
}


/* Logo */
.logo {
    display: block;
}

/* Menu */
.menu {
    display: flex;
    list-style: none;
    flex-direction: row;
    padding: 0;
    margin: 0;
    z-index: 1000;
}


/* Éléments du menu */
.menu li {
    margin: 0 15px;
}

/* Styles pour le burger */
#burger {
    display: none;
    cursor: pointer;
}

.menu a {
  padding: 15px 0px;
  display: block;
  color: black;
  text-decoration:none;
  font-family: 'Amatic SC';Serif;
  font-size: 25px;
  background-size: 10px 20px;
  background-overflow: hidden ;
  transition: background-size 0.5s;}

.menu a:hover {
  background:url("../images/souligne.jpg") no-repeat;
  background-position-y: 80%;
  background-size: 200px 20px;
  left: 100%;
  font-weight:bold;
}

.lvl-0 > a::after{
    content:" ▼";
    font-size: 14px;
}

 .sousmenu {
    display: none;
    position: fixed;
    width: 200px; 
    list-style: none;
    flex-direction: row;
    padding: 10px;
    margin-left: -15px;
}

.menu .lvl-0:hover .sousmenu
{
    display: block;
}
li .lvl-1
{
    border: 1px;
    padding: 1px;
    margin: 1px;
    background-color: rgb(200, 200, 200);
    background-color: rgba(200, 200, 200, 0.5);
}
.lvl-1 a {
  padding: 5px 5px;
  display: block;
  color: black;
  text-decoration:none;
  font-family: 'Amatic SC';Serif;
  font-size: 20px;}

.lvl-1 a:hover {
  left: 100%;
  font-weight:bold;
  background: none;
}



}
/* Styles pour les écrans plus petits */
@media (max-width: 767px) {

.footer_text {
    font-size: 18px;
    color: white;
}

    .savoirplus {
        width: 100px;
        border: 2px groove #ccc;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        color: black;
        font-family: 'Amatic SC';Serif;
        text-align: center;
        font-size: 19px;
    }

    .savoirplus:hover {
        width: 100px;
        border: 2px groove #ccc;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        color: black;
        background-color:#FFC000 ;
        font-family: 'Amatic SC';Serif;
        text-align: center;
        font-size: 19px;
        cursor : pointer;
    }

    .navbar {
        border-bottom: none;
        display: block;
        justify-content: flex-start;
        height: 100%;
        position: fixed; 
        top: 0; 
        width :150 px;
        z-index: 1000;
        }

     .main {
     margin-top: 15px; 
     margin-left: 50px;
     margin-right: 15px; 
    font-family:"Calibri", sans-serif;
     text-align: justify;
     z-index: 100;
    }

   footer {
    background-color: black;
    height: 100px; 
    font-family: 'Amatic SC';Serif;
    color: white;
}
    .mininav {
        background-color: rgb(0, 0, 255);
    }

   .logo {
    display: none;
    position: absolute;
    padding: 3px;
    left: 55px;
    top:5px;
    height: 50px;
    }


    #burger {
        display: block;
        background-image: url('../images/menu.gif');
        background-size: 40px;
        top: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
        border: none;
        cursor: pointer;
        z-index: 2000;
    }


    .menu a {
        display: block;
        padding: 0px 0px;
        color: black;
        width: 100px;
        text-decoration:none;
        font-family: 'Amatic SC';Serif;
        font-size: 20px;
        background-size: 10px 20px;
        background-overflow: hidden ;
        transition: background-size 0.5s;
    }

.menu a:hover {
  background:url("../images/souligne.jpg") no-repeat;
  background-position-y: 80%;
  background-size: 200px 20px;
  left: 100%;
  font-weight:bold;
}   

    .menu {
        display: none;
        list-style: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100px;
        z-index: 1; 
    }
}
