
#tarteAuCitronImg {

    width: 100%;
    height: 50px;
    display: block;
    content: url("../../assets/img/cookie.webp");

}

body{
    background-color: #F6F8FC;
}


/* début navbar */
.navbar{
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    transition: .5s;
}

.nav-item{
    text-align: center;
}

.nav-link{
    color: black;
}

.navcontainer{
    position: relative;
}


.image-thumbnail{
    border-radius: 90%;
    margin-left: 3em;
    top: 0;
    position:absolute;
    object-fit: contain;
}

.image-thumbnail:hover{
    width: 10%;
    min-width: 6em;
    margin-left: 2.5%;
    transition: .5s ease;
}

.image-thumbnail:not(:hover){
    width: 8%;
    min-width: 5em;
    margin-left: 3.5%;
    transition: .5s ease;
}

.navbar-items{
    margin-left: 10em;
    margin-right: 10em;
    text-align: center;
}

.nav-link{
    font-weight: bold;
    padding: auto;
    padding: 1em;;
}

/* fin navbar, début carousel */
.carousel-image{
   height: 40rem;
   object-fit: cover;
}

.carousel{
    width: 100%;
    margin: auto;

}

.carousel-caption{
    background-color: rgba(0,0,0, 0.5);
    width: auto;
}

/* fin carousel, début actus */

.actu-container{
    margin: auto;
    padding-top: 3em;
    padding-bottom: 3em;;
    background-color: #F6F8FC;
}

.actualites{
    width: 75%;
    margin: auto;
}

h1{
    text-align: center;
    margin-top : 1em;
    margin-bottom: 1em;
}

.card:hover{
    box-shadow: 10px 10px 5px grey;
    transition: .5s;
}
.card:not(:hover){
    box-shadow: none;
    transition: .3s;
}

.card-title{
    text-align: center;
}

.card-text{
    max-height: 12em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; /* met des ... si le texte dépasse la 8e ligne */
    white-space: pre-wrap; /* coupe les lignes aux espaces, pas au milieu des mots */
}

.card-img-top{
    height: 15em;
    object-fit: cover;
}

.img-actu-recente{
    height: 22em;
    width: 100%;
    object-fit: cover;
}

.card-actu-recente{
    padding: 0;
    max-height: 70em;
    overflow: hidden;
}

.card-footer{
    position:absolute;
    bottom:0;
    width: 100%;
}

.card-text{
    height: auto;
}

.card-actu{
    max-height: 30em;
}

.card-body{
    margin-bottom: 2em;
    height: auto;
}

.homepage-actu{
    height: 100%;
}




.actuItemLink:link, .actuItemLink:visited, .actuItemLink:hover, .actuItemLink:active, .cardLink:link, .cardLink:visited, .cardLink:hover, .cardLink:active {

    text-decoration: none;
    color: black;

}

/* reseaux */
.reseaux-logo{
    height: 2em;
    width: 2em;
    padding: 0;

}

.logo-youtube{
    object-fit: cover;
    border-radius: 90%;
}

.reseaux{
    text-align: center;

}



/* carte */
.carteSection{
    background-color: #F6F8FC;
    margin-bottom: 2em;
    margin-top: 2em;
    width: 90%;
}

.map{
    margin-bottom: 2em;;
}

.img-carte{
    width: 85%;
}

.titre-carte{
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.map-selected-title{
    text-align: center;
    padding-top: 1em;;
}

.infos-selected-by-map{
    text-align: center;
    padding-bottom: 1em;
    padding-top: 2em;;
}

.agenceInfoImg{
    object-fit: cover;
    height: 300px;
    width: 250px;
}

.agenceInfoImgText{
    font-weight: bold;
    margin: 2em;;
}




.agenceInfoIntitule{
    text-align: right;
    padding-top: 1em;
    font-weight: bold;
}

.agenceInfos{
    text-align: left;
    padding-left: 1em;
    padding-top: 1em;
}

.tableInfoAgence{
    border-collapse: collapse;
    text-align: center;
}

.agenceGoToContainer{
    margin: auto;
    margin-top: 2em;
}

.agenceGoToLink{
    width: 7em;
}

.siegeInfo{
    text-align: center;
    margin-top: 2em;;
}

.siegeInfoTitle{
    font-weight: bold;
}

.siegeInfoElement{
    margin-top: 1em;
}


.btn-agence-goto{
    background-color: #029064;
    color: white;
}

/*footer*/
/* effet de footer collé au bas de l'écran mais apres tout le contenu, quel que soit la taille du contenu */
html, body {
    height: 100%;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  #vueContainer {
    flex: 1 0 auto;
  }
  .footer {
    flex-shrink: 0;
  }
/* fin du footer-sticky */

.footer{
    background-color: #029064;
    text-align: center;
    padding: 1em;
    bottom: 0;
}

.mentionLegaleLink{
    color: white;
    margin-top: auto;
}



/*Page des mentions légales*/
.mentionsLegales{
    padding-top: 2em;
    width: 75%;
    margin: auto;
}

.mentionsSections{
    padding-top: 2em;
    width: 100%;
    text-align: center;
}

.mentionsParagraphe{
    margin-top: 1em;
    padding-left: 0;
}

.mentionsLegalesTable{
    border-collapse: collapse;
}

.mentionsLegalesTitle {
    padding-top : 1em;
    font-weight: bold;
}

.mentionsLegalesInfo{
    padding-top: 1em;
    padding-left: 1em;
}

.mentionsLegalesTableTitle{
    text-align: center;
    padding: 1em;
}

/*page de présentation*/

.vuePresentationContainer{
    background-color: #F6F8FC;
}

.presentation{
    width: 75%;
    margin: auto;
}

.presentationTitle{
    margin-top: 2em;
    color: #C0004E;
}

.presentationImg{
    height: 300px;
    width: 300px;
    object-fit: cover;
    float: left;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1em;
}

.presentationMainImg{
    width: auto;
    padding: 0;
}


.presentationMainTexte{
    margin-top: 2em;;

}

.presentationChiffresImg{
    justify-content: center;
    width: 75%;
    margin: auto;
}

.presentationTrombi{
    text-align: center;
}

.roleObjectifTitle{
    text-align: center;
    margin: 2em;;
}

.presentationCitation{
    font-style: italic;
    text-align: center;
}

.presentationChiffres{
    justify-content: center;
}

.trombinoscopeContainer{
    text-align: center;
}

.trombiItem{
    padding: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;;
    border-bottom: 1px solid #C8C9CA;
    text-align: center;
}

.trombiImgContainer{
    justify-content: center;
}

.trombiImg{
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 90%;
}

.trombiTitle{
    margin-top: 2em;
    margin-bottom: 2em;
}

.TrombiName{
    margin: 1em;
}

.historiqueSection{
    margin-bottom: 5em;;
}

.historiqueTitle{
    text-align: center;
    margin: 1em;
    margin-bottom: 2em;
}

/* Page avec toutes les actus */

.actuTitle{
    color: #C0004E;
}

.btnPagesActu{
justify-content: center;
padding-bottom: 2em;
padding-top: 2em;
}

.btn-group{
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 1em;;
}

.actuItemTitle{
    margin-top: 5em;
}

.actuItemDate{
    float: right;
    margin-top: 2em;;
}

.actuItemText{
    margin-top: 2em;
}

/* S'engager */
.vueSengagerContainer{
    background-color: #F6F8FC;
}

.vueSengager{
    width: 75%;
    margin: auto;
    margin-bottom: 5em;
}

.sengagerTitle{
    color: #C0004E;
    margin-top: 2em;;
}

.sengagerSectionTitle{
    text-align: center;
}

.sengagerSectionSousTitle{
    color: #009999;
    margin-top: 2em;
    margin-bottom: 2em;
}

.sengagerSeparation{
    margin: 3em;
}

.sengagerPhraseDaccroche{
    
    font-weight: bold;
    text-align: center;
    margin: 3em;
    font-size: 1.5em;
}

.sengagerTextBold{
    font-weight: bold;
    color: #029064;
}

.sengagerPresentation{
    text-align: center;
    border: 1px solid #009999;
    padding: 1em;
    margin-bottom: 2em;;
}

.sengagerSecondaryText{
    font-weight: bold;
    color: #029064;
    
}



/* boutons trombi */
.btnTrombi{
    background-color: #029064;
    color: white;
    margin: 1em;
    width: 12em;
}

.modalTitle{
    margin: auto;
    color: #029064;
}

/*connexion*/



.formItem{
    margin-top: 1em;
    padding-top: 1em;
}

.btn_login{
    background-color: #029064;
    margin-top: 2em;
    
    
}
.btn_login:hover{
    background-color: #02B364;
}

.loginTitle{
    text-align: center;
}

/*errorVue*/
.errorSection{
    text-align: center;
    justify-content: center;
}
.errorLogo{
    margin-top: 3em;;
    width: 20em;
    height : 20em;
}
.errorTextTitle{
    margin-top:3em;
}

/*mon espace*/
 .btnModifyInfo{
    background-color: #029064;
    margin-top: 2em;
 }
 .btnModifyInfo:hover{
    background-color: #02B364;
 }

.btnDisconnect{
    background-color: #C0004E;
}

 .linkInAButton:link, .linkInAButton:hover, .linkInAButton:visited, .linkInAButton:active{
    text-decoration: none;
    color: black;
 }

 .mesInfosContainer{
    text-align: center;
 }

 .infoUserItem{
    margin-top: 2em;;
 }

.adminCard{
    height: 100%;
}

 /* modif carousel */
.selectModalImgItem{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

 .imgModalSelectImg{
    height: 10em;
    width: 20em;
    object-fit: contain;
 }

 .createNewCarouselItemToast{
    top: 0;
    translate: middle;
 }

 .select-text{
    width: 50em;
 }

.accordionSengager{
    margin-top: 2em;
}

.actuAdhOnly{
    color: #02B364;
}

.userUpdateTable{
    border-bottom: 1px solid rgb(204, 204, 204);
    height: 2em;
}
