/* --- COMMUN --- */

:root {
    font-size: 1rem;

    font-family: "Nunito", Arial, sans-serif;

    --blue: #6F899A;
    --lightblue: #C7E3EE;
    --darkblue: #295A7A;
    --gold: #cdb98d;
    --lightgold: #FEFCF9;
    --grey: #D9D9D9;
    --lightgrey: #EFEFEF;
    --lightcolor: #FAFBFD;
    --disabled: #DFDFDF;
}

html {
  scroll-behavior: smooth; /* Pour tansition quand lien d'ancrage */
}

body{
    background-color: #fafbfd;
}

div h3 {
    font-size: 1.5rem;
    color: var(--darkblue); 
    font-weight: bold;
}

div h3::after {
    content: "";
    display: block;
    background-color: var(--lightblue);
    height: 3px;
    width: 40px;
    margin-top: 10px;
}

/* --- HEADER --- */

.Header {
    z-index: 9999;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    height: 100px;
    width: 100%;
    display: flex;
}

.Header_icon_div {
    width: 100px;
    height: 100px;
    margin-top: 25px;
    margin-left: 6vw;
}

.Header_icon {
    width: fit-content;
    height: fit-content;
    border-radius: 15px;
}

.icon {
    width:100px;
    height:100px;
    border-radius: 15px;
}

#HeaderPortailRepeater{
    width: 100%;
    margin-left: 15%;
    display: grid;
    height: 100%;
}

#MenuPC {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
    margin-bottom: 10px;
}

.MenuPCHaut{
    justify-content: flex-end !important;
}

.PortailTitle {
    height: fit-content;
    width: fit-content;
    margin-top: 15px;
}

/* .BigCadreModule { */
    /* margin-top: 5.3%; */
    /* top: 5.3%; */
    /* position: absolute; */
    /* background: white; */
    /* width: 35%; */
    /* margin-right: 25%; */
    /* border-radius: 15px; */
    /* padding: 1%; */
    /* display: grid; */
	/* transform: translateY(13px); */
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); */
/* } */

[id*="CadreModule"] {
	margin-top: 5.3%;
    top: 5.3%;
    position: absolute;
    background: white;
    width: 35%;
    margin-right: 25%;
    border-radius: 15px;
    padding: 1%;
    display: grid;
	/* transform: translateY(13px); */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.titre_cadre_module {
    display: none;
    position: relative;
    color: var(--gold);
    font-size: large;
    font-weight: bold;
	padding:20px;
}

.titre_cadre_module:hover{ 
	display:none;
	color: var(--gold);
}

.titre_cadre_module::after {
    content: ''; 
    position: absolute;
    bottom: -5px; 
    left: 0;
    width: 100%; 
    height: 3px; 
    background-color: var(--gold); 
}

.medium_cadre_module {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    position: relative;
}

.ModuleLien::after {
    content: ''; 
    left: 0;
    width: 100%;
    height: 3px; 
    background-color: var(--gold);
}

.medium_cadre_module [class*="col-"] {
    width: 30%; 
    margin-right: 2%;
    position: relative; 
}

/* .medium_cadre_module [class*="col-"]::after { */
    /* content: '';  */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* width: 3px;  */
    /* height: 100%;  */
    /* background-color: #295A7A;  */
/* } */

/* .medium_cadre_module [class*="col-"]:last-child::after { */
    /* display: none;  */
/* } */

.ModuleLien {
    color: #23527c;
    font-weight: bold;
    display: flex;
    width: fit-content;
    flex-direction: column;
}

.TitreModule{
    margin-top: 20px;
	margin-left: 12vh;
    margin-bottom: 5vh;
	color: #23527c;
    width: 100%;
    font-size: 1.7em;
    font-weight: bold;
    display: block;
}

.TitreModule span::after{
	content: "";
	display: block;
	height: 2px;
	background-color: var(--blue);
	margin-top: 5px;
	width: 150px;
}

.TitreModule::after {
	content: none;
	display: none;
}

#Page{
display:flex;
flex-direction: column;
}

.RDVHeaderButton{
    width: 19%;
}

.UrgenceButton, 
.SoutiensButton, 
.RejoindreButton 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    text-transform: none;
    padding: 10px;
    border-radius: 20px;
    height: 30px;
}

.TelephoneButton,
.RDVHeaderButton{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    text-transform: none;
    padding: 10px;
    border-radius: 20px;
    height: 40px;
}

.UrgenceButton{
    background-color: rgba(255, 0, 0, 0.1);
    color:red;
    margin-top: 10px; 
    margin-left: 15px;
    border: solid 1px red;
    width: 13%;
    text-decoration: none;
}

.UrgenceButton:hover{
    background-color: rgba(255, 78, 78, 0.1);
    color: red;
}

.SoutiensButton{
    color:#8fc8de;
    background-color: rgba(143, 200, 222, 0.2);
    margin-top: 10px;
    border: solid 1px #8fc8de;
    width: 18%;
    text-decoration: none;
}

.SoutiensButton:hover{
    color:#23527c;
}

.RejoindreButton{
    color:#23527c;
    background-color: #23527c0a;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 25px;
    border: solid 1px #23527c;
    width: 18%;
    text-decoration: none;
}

.RejoindreButton:hover,
.TelephoneButton:hover{
    background-color: #3f5d776c;
}

.TelephoneButton{
    color:#23527c;
    background-color: #23527c0a;
    margin-top: 0px;
    border: solid 1px #23527c; 
    width: 16%;
}

.PortailLien{    
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #23527c;
    font-weight: 600;
    font-size: large;
	cursor:pointer;
}

div.PortailLien:hover {
    background-color: var(--gold);
	color: white;
    width: 100%;
    border-radius: 20px; 
	padding: 5px;
}

div.PortailLien a:hover {
	text-decoration : none;
}

#Footer{
    width: 100%;
    /* height: 35%; */
    background-color: white;
    margin-top: 5%;
    /* position: absolute; */
}

.footer_image {
    width: 100px;
    height: 100px;
}

.footer_legal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_legal_link {
    margin: 0 1%;
    text-decoration: underline;
}

.footer_link {
    display: flex;
    flex-direction: column;
}

.footer_title {
    font-size: medium;
}

.footer_buttons {
	display: flex;
    justify-content: center;
    align-items: center;
}

.footer_line h3::after{
	width:100%;
}

.button{
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: 45px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 45px;
    padding-left: 5% ;
    padding-right: 5% ;
}

/* --- BLOC SLIDER ---*/
.slideshow-container {
    height: 55%;
    width: 100%;
}

.SlideShowBlocTexte {
    position: absolute;
    /* bottom: 51vh; */
    top: 13vh;
    left: 6vw;
    width: 35%;
    height: fit-content;
    background-color : white;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 2%;
    z-index: 5;
}

.SlideShowBlocTexte h2 {
    color: var(--gold);
    font-size: 1rem;
    text-transform: none;
}

.SlideShowBlocTexte h4 {
    color: var(--darkblue);
    font-size: 1.5rem;
}

.SlideShowBlocTexte p {
    color: var(--darkblue);
}

.SlideShowButon {
    display: flex;
    gap: 20px;
}

.SlideShowButon a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    text-transform: none;
    padding: 10px;
    border-radius: 20px;
    transition: opacity 0.5 ease;
}

.SlideShowButon a:hover {
    opacity: 0.7;
}

#Gold {
    background-color: var(--gold);
    color: white;
}

#Gold div {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 2px solid white ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#Gold i {
    color: white;
}

#White {
    background-color: white;
    color: var(--darkblue);
    border: 2px solid var(--darkblue);
}

#White div {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 2px solid var(--darkblue) ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#White i {
    color: var(--darkblue);
}

#White:hover {
    background-color: var(--gold);
    color: white;
    border: 2px solid white;
}

#White:hover div {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 2px solid white ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#White:hover i {
    color: white;
}

/* Changement de couleur des boutons à gauche de la carte */
.White {
    background-color: white;
    color: var(--darkblue);
    border: 2px solid var(--darkblue);
}

.White div {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 2px solid var(--darkblue) ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.White i {
    color: var(--darkblue);
}

.White:hover {
    background-color: var(--gold);
    color: white;
    border: 2px solid white;
}

.White:hover div {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 2px solid white ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.White:hover i {
    color: white;
}

.Gold {
    background-color: var(--gold);
    color: white;
}

.Gold div {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 2px solid white ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.Gold i {
    color: white;
}

.goldEtab {
	fill: var(--gold);
}

/* --- BLOC BARRE DE RECHERCHE --- */

.BlocRecherche {
    display: flex;
    height: fit-content;
    width: 100%;
    justify-content: left;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
	padding-left: 50px;
}

.SearchContainer p {
    color: var(--darkblue);
}

.SearchContainer {
    display: flex;
    height: 70%;
    width: 60% !important;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    flex-direction: column;
    background: white;
    margin: auto;
}

.recherche_tbut{
    display: flex;
    flex-direction: row;
}

.recherche_tbut i{
    width: 34px;
    height: 34px;
    margin-left: 5px;
    border-radius: 5px;
    line-height: 1em;
    padding: 5px;
}

/* --- BLOC QUI SOMMES NOUS --- */

.QuiSommesNous {
    width: 100%;
    padding-right: 6vh;
    padding-left: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkblue);
	transform: translateX(-13px);
}

.QuiSommesNous .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.QuiSommesNous .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.QuiSommesNous img {
    height: 110%;
    width: 110%;
    border-radius: 30px;
}

.QuiSommesNous h3 {
    font-size: 1.5rem;
    color: var(--darkblue);
}

.QuiSommesNous h6 {
    font-size: 1.3rem;
    color: var(--darkblue);
}

.QuiSommesNous p {
    font-size: 0.95rem;
    color: var(--darkblue);
}

.QuiSommesNous ul li {
    font-size: 0.95rem;
    color: var(--darkblue);
}

/* --- BLOC CHIFFRE ---*/

.BlocChiffres {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1%;
}

.BlocChiffres .Numbers {
    width: 100%;
    margin-top: 1%;
    padding: 0 6vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.BlocChiffres [class*="col-"] {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    flex-direction: column;
    border-radius: 30px;
}

.BlocChiffres .Circle {
    background-color: var(--gold);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BlocChiffres .Circle i {
    color: white;
    font-size: 35px;
}

.BlocChiffres .CunterNumber {
    color: var(--darkblue);
    font-weight: bold;
    font-size: 3rem;
    font-weight: normal;
    padding: 0;
    margin: 0;
	width: auto !important;
}

/* --- BLOC CARTE --- */

.blocCarte {
    margin-top: 3%;
    margin-left: 5%;
    margin-right: 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-height: 800px;
    height: fit-content;
    margin-bottom: 5%;
    background-color: white;
    border-radius: 15px;
}

.listeEtab, .listeFormation { background-color: #fefcf9;  border: solid 2px var(--gold); border-radius: 15px; margin-left: 2%;}
.closed{ background-color: #fafbfd; border-radius: 15px; border: none; height: 75px;}
.closed > ul{ display: none;}
.listeEtab { grid-area: 1 / 1 / 2 / 2; margin-top: 2%;}
.listeFormation { grid-area: 2 / 1 / 2 / 2;margin-top: 5%;}
.carteInteractive { grid-area: 1 / 2 / 3 / 3; height: 100%; width: 100%; }

.knobListeTitre{
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 5px;
    width: 50px;
    color:#23527c;
}

.h1Liste{
    color: #6f899a !important;
}

.h1Liste div {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 2px solid var(--darkblue);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.titreListe{
    display: flex;
    max-height: 55%;
}

.h1Liste {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.titreListe:hover{
    cursor: pointer;
}

.closed .titreListe h3::after{
    width: 100%;
    background-color: #e9ebeb !important;
    content: "";
    display: block;
    height: 3px;
    grid-area: 2 / 1 / 3 / 4;;
}

.titreListe h3::after {
    width: 100%;
    background-color: var(--gold);
    content: "";
    display: block;
    height: 3px;
    grid-area: 2 / 1 / 3 / 4;;
}

.textListeTitre{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
}

.textListeTitre div {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 2px solid var(--darkblue);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

/* .textListeTitre::after{ */
	/* width: 100%; */
    /* background-color: var(--gold); */
    /* content: ""; */
    /* display: block; */
    /* height: 3px; */
/* } */

.angle {
    text-align: end;
    grid-area: 1 / 3 / 2 / 4; 
}

.listeEtabElement{
    display: flex;
    flex-direction: row;
    padding: 0.5%;
    margin-right: 1.5%;
}

.pEtabNormal{
    font-size: 15px;
    color: #23527c;
    width: fit-content;
    display: inline;
    cursor: pointer;
}

.pEtabBold{
    font-size: 15px;
    color: #23527c;
    font-weight: bold;
    width: fit-content;
    display: inline;
}

.underline{
    font-size: 15px;
    color: #23527c;
    text-decoration: underline;
}

.underline:hover{
    cursor: pointer;
    text-decoration: underline;
}

.listeEtabElement:hover {
    background-color: #ecebea;
}

.op_60{
    opacity: 60%;
}

.op_100{
    opacity: 100%;
}

/* --- BLOC ODS -- */

.ODS {
    width: 100%;
    padding: 0 10vw;
    display: flex;
    margin-top: 35px;
}

.ODS .first {
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.Background {
    width: 100%;
    background-color: var(--darkblue);
    border-radius: 30px;
}

.Background h3 {
    color: white;
}

.Background h3::after {
    background-color: var(--gold);
}

.Background a {
    color: white;
    border: 2px solid white;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.Background a:hover {
    Background-color: var(--gold);
}

.ODS .Title {
    font-size: 1.2rem;
    font-weight: bold;
}

.ODS .Circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    min-width: 30px;
}

.ODS a p, .ODS a i {
    color: white;
}

.ODS .SecondLine {
    display: flex;
    justify-content: space-between;
}

.ODS a {
    border-radius: 30px ;
}

/* --- Responsive Design --- */

@media (min-width: 2000px) {
	
	.rslidesImage
	{
		width:100%;
	}
	
	.rslidesTexte
	{
		position:relative;
		float:left;
		width:100%;
		height:auto;
	}
	
	.rslides img {
		display: block;
		float: left;
		width: 100%;
		border: 0;
		border-radius: 10px;
		background: black;
	}

    .carteInteractive {height: 80%; width: 80%; }
	
	.BlocRecherche {
		display: flex;
		height: fit-content;
		width: 100%;
		justify-content: left;
		align-items: center;
		margin-top: 0% !important;
		margin-bottom: 2%;
		padding-left: 50px;
	}
	
	.slideshow-container {
		height: 45% !important;
		width: 100%;
	}
}

/* --- PC --- */
@media screen and (max-width: 1024px) {
    .SlideShowBlocTexte{
        width: 50%;
        margin-top: 2%;
    }

    .ODS_accueil{
        margin-top: 17%;
        width: -webkit-fill-available;
    }

    #HeaderPortailRepeater{
        width: 75% !important; 
        margin-left: 1% !important;
        flex-grow: 1;
    }
    .SearchContainer{
        width: 75%;
    }
    .ODS{ padding: 0 5vw; }
}

/* --- Tablette --- */
@media only screen and (max-width: 768px){
    .phone_titre{
        grid-area: 1 / 1 / 2 / 3;
    }

    .knobListeTitre{
        margin-bottom: 0;
    }
    .SlideShowBlocTexte{
        width: 75%;
        margin-top: 8%;
    }
    #HeaderPortailRepeater{
        width: 70%; 
        margin-left: 30%;
    }
    .SearchContainer{
        width: 75%;
    }

    .h1Liste{
	    font-size:16px;
        width: 99%;
    }

    .blocCarte{max-height: fit-content;grid-template-rows: repeat(2, 0fr);grid-row-gap: 0px; grid-column-gap: 0px ;}

    .listeFormation{ display: none; }
    .listeEtab { display: none; }

    .carteInteractive { grid-area: 2 / 1 / 3 / 3; height: 100%; width: 100%; }
    .PanSelectionMobile { grid-area: 1 / 1 / 2 / 3; height: 100%; width: 100%; display: flex !important;flex-direction: column;}

    .PanSelectionMobile > div{ width: 100%; }
    .titreListe{ width: 100% !important; }
    
    .second{ text-align: center; }
    
    .Background img{
        display: none;
    }

    :root{
        overflow-x: hidden ;
    }
    .SlideShowBlocTexte{
        width: 100%;
        margin-top: 25%;
    }

    .SlideShowButon{
        flex-direction: column;
    }

    #HeaderPortailRepeater{
        display: none;
    }

    .rslides{
        display: none;
    }

    .Numbers{
        flex-direction: column;
    }

    .QuiSommesNous{
        flex-direction: column-reverse;
		transform:  translateX(-24px);
    }

    .SearchContainer{
        width: 80%;
    }

    .BlocRecherche {
        margin-top: 5%;
    }

    .baniere{
        margin-top: 35px !important;
    }

    .TitreModule{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

}

@media only screen and (max-width:430px) {
    *{
        max-width: 430px;
    }
    .h1Liste{ font-size: medium; }
    .knobListeTitre{ display: none; }
    .closed{  
        background-color: white;
    }
    .trait{
        display: none;
    }

    .image_droite{
        display: none;
    }
    .phone_titre{
        grid-area: 1 / 1 / 2 / 3;
        position: relative;
    }

    .TitreModule{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 1.3em;
    }

    ul.ListeBouton{
        display: flex;
        flex-direction: column;
    }

    ul.ListeBouton li{
    width: 100%;
    margin-bottom: 5px !important;
    }
    #ContenuFCK{
        width: calc(100% - 20px) !important;
        margin-left: 20px !important;
    }

    .row{
        justify-content: center;
    }

    .row .col-sm-4{
        width:100%;
    }

    #PanListe{
        width: calc(100% - 20px) !important;
    }
}

@media only screen and (max-width:425px){
    .h1Liste{ font-size: medium; }
    .knobListeTitre{ display: none; }
    .closed{  
        background-color: white;
    }
    .trait{
        display: none;
    }

    .image_droite{
        display: none;
    }
    .phone_titre{
        grid-area: 1 / 1 / 2 / 3;
        position: relative;
    }

    .TitreModule{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 1.3em;
    }

    ul.ListeBouton{
        display: flex;
        flex-direction: column;
    }

    ul.ListeBouton li{
    width: 100%;
    margin-bottom: 5px !important;
    }
    #ContenuFCK{
        width: calc(100% - 20px) !important;
        margin-left: 20px !important;
    }

    #PanListe{
        width: calc(100% - 20px) !important;
    }

    .row{
        justify-content: center;
    }

    .row .col-sm-4{
        width:100%;
    }

    .SlideShowBlocTexte {
		position: absolute;
		bottom: 50%;
		left: 6vw;
		width: 35%;
		min-height: 200px; /* Assurer une taille minimale de la boîte */
		background-color : white;
		border-radius: 20px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		padding: 4%;
		/* z-index: 5; */
		top: 10vw;
		width:80%;
		transform:translateY(-10px);
		transform:translateX(-5px);
		margin-left:1px;
        margin-top:30%;
	}

    .encadre_bordureVert img{
        width: 100% !important;
        max-width: 100% !important;
        height: fit-content !important;
    }

    .row{
        margin-right: 0px !important; 
        margin-left: 0px !important;
    }

    #Footer{
        position:absolute;
    }
	
	 .SearchContainer {
        display: flex;
        height: 70%;
        width: 33%;
        justify-content: center;
        padding: 20px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        flex-direction: column;
        background: white;
		transform: translateX(-28px);
		width:100% !important;
		margin-top:15%;
		margin-bottom:15px;

	}
	
	.QuiSommesNous .col-md-6 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 20px;
		transform: translateX(-21px);
	}

}

@media only screen and (max-width:1440px){
    .QuiSommesNous .col-md-6 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 20px;
		transform: translateX(15px);
	}
	
	.SearchContainer {
		display: flex;
		height: 70%;
		width: 33%;
		justify-content: center;
		padding: 20px;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
		border-radius: 20px;
		flex-direction: column;
		background: white;
		transform: translateX(18px);
		margin-top: 30px;
	}
	
	.SlideShowBlocTexte {
		position: absolute;
		bottom: 50%;
		left: 6vw;
		width: 35%;
		height: fit-content;
		background-color: white;
		border-radius: 20px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		padding: 2%;
		z-index: 5;
		top: 10vw;
		transform: translateX(-20px);
	}
}

@media only screen and (max-width:1024px){
	
    .BigCadreModule {
		margin-top: 5.3%;
		top: 5.3%;
		position: absolute;
		background: white;
		width: 50%;
		margin-right: 25%;
		border-radius: 15px;
		padding: 1%;
		display: grid;
		transform: translateY(35px);
	}
	.QuiSommesNous .col-md-6 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 20px;
		transform: translateX(-5px);
	}

    .bloc_Actu{
        display: flex;
        flex-direction: column;
    }

    .bloc_Actu .row .col-lg-4{
        flex-grow:1;
        width: 100%;
    }

    .cardActu a {
        width: 100%;
    }

    a.BoutonValidation, .BoutonValidation{
        width: fit-content !important;
    }

    div h3 {
        font-size: 1.2rem;
    }

    [id*="CadreModule"] {
        top: 50%;
    }
    .SearchContainer {
        display: flex;
        height: 70%;
        width: 33%;
        justify-content: center;
        padding: 20px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        flex-direction: column;
        background: white;
		transform: translateX(1px);
		margin-top: 30px
	}

    .rslides img {
        height: 100% !important;
    }
	
	.SlideShowBlocTexte {
		position: absolute;
		bottom: 50%;
		left: 6vw;
		width: 55%;
		height: fit-content;
		background-color: white;
		border-radius: 20px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		padding: 2%;
		z-index: 5;
		top: 10vw;
		transform: translateX(-11px);
	}
}

@media only screen and (max-width:768px){

    #PhoneMenu{
        width: 100%;
        height: 100%;
        display: block !important;
        position: absolute;
        top: 0;
    }

	.SlideShowBlocTexte {
		position: absolute;
		bottom: 50%;
		left: 10%;
		min-height: 200px; /* Assurer une taille minimale de la boîte */
		background-color : white;
		border-radius: 20px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		padding: 4%;
		/* z-index: 5; */
		top: 4vw;
		width:80%;
		transform:translateY(-80px);
		margin-left: -8px;
	}

    .slideshow-container{
        margin-bottom: 1%;
    }
	
    .SearchContainer {
        display: flex;
        height: 70%;
        width: 33%;
        justify-content: center;
        padding: 20px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        flex-direction: column;
        background: white;
		transform: translateX(-9px);
		margin-bottom:15px;
        margin-left: 4%;
	}
}

/* @media only screen and (max-width:1440px){ */
	
	/* #Footer { */
		/* width: 100%; */
		/* height: 75%; */
		/* background-color: white; */
		/* margin-top: 5%; */
		/* position: absolute; */
	/* } */
	
	/* .footer_inside { */
		/* display: grid; */
		/* grid-template-columns: repeat(3, 1fr); */
		/* grid-template-rows: repeat(3, 1fr); */
		/* grid-column-gap: 0px; */
		/* grid-row-gap: 0px; */
		/* margin-left: 5%; */
		/* margin-right: 5%; */
		/* height: 100%; */
		/* background-color: white; */
	/* } */

	/* .footer_legal { */
		/* display: flex; */
		/* justify-content: center; */
		/* align-items: center; */
	/* } */

	/* .footer_legal_link { */
		/* margin: 0 1%; */
		/* text-decoration: underline; */
	/* } */

	/* .footer_link { */
		/* display: flex; */
		/* flex-direction: column; */
	/* } */
	
	/* .footer_buttons { */
		/* grid-area: 2 / 1 / 2 / 4; */
		/* display: flex; */
		/* flex-direction: row; */
		/* justify-content: space-evenly; */
		/* margin-top: 3%; */
		/* justify-content: center; */
		/* align-items: center; */
	/* } */
	
	/* .footer_line h3::after{ */
		/* width:100%; */
	/* } */
/* } */

/* @media only screen and (max-width:768px){ */
	
	/* #Footer { */
		/* width: 100%; */
		/* height: 80%; */
		/* background-color: white; */
		/* margin-top: 10%; */
		/* position: absolute; */
	/* } */
	
    /* .footer_inside { */
        /* display: grid; */
        /* grid-template-columns: repeat(3, 1fr); */
        /* grid-template-rows: repeat(3, 1fr); */
        /* grid-column-gap: 0px; */
        /* grid-row-gap: 0px; */
        /* margin-left: 5%; */
        /* margin-right: 5%; */
        /* height: 100%; */
        /* background-color: white; */
    /* } */

    /* .footer_buttons { */
        /* grid-area: 2 / 1 / 2 / 4;   */
        /* display: flex; */
        /* flex-direction: column !important;   */
        /* justify-content: center;   */
        /* align-items: center;   */
        /* margin-top: -20%;   */
    /* } */

    /* .footer_line { */
        /* grid-area: 2 / 1 / 3 / 5; */
        /* height: 70%; */
        /* margin-top: 35%; */
    /* } */

    /* .footer_legal { */
        /* grid-area: 3 / 1 / 4 / 5; */
        /* display: flex; */
        /* flex-direction: row; */
        /* justify-content: center; */
        /* position: relative; */
        /* margin-top: 65px !important; */
    /* } */
/* } */

/* @media only screen and (max-width:425px){ */
	
	/* #Footer { */
		/* width: 100%; */
		/* height: 85%; */
		/* background-color: white; */
		/* margin-top: 10%; */
		/* position: absolute; */
	/* } */

    /* .footer_inside { */
        /* display: grid; */
        /* grid-template-columns: repeat(3, 1fr); */
        /* grid-template-rows: repeat(3, 1fr); */
        /* grid-column-gap: 0px; */
        /* grid-row-gap: 0px; */
        /* margin-left: 5%; */
        /* margin-right: 5%; */
        /* height: 100%; */
        /* background-color: white; */
    /* } */

    /* .footer_buttons { */
        /* grid-area: 2 / 1 / 2 / 4;   */
        /* display: flex; */
        /* flex-direction: column;   */
        /* justify-content: center;   */
        /* align-items: center;   */
        /* margin-top: 1%;   */
    /* } */

    /* .footer_line { */
        /* grid-area: 2 / 1 / 3 / 5; */
        /* height: 60%; */
        /* margin-top: 60%; */
    /* } */

    /* .footer_legal { */
        /* grid-area: 3 / 1 / 4 / 5; */
        /* display: flex; */
        /* flex-direction: row; */
        /* justify-content: center; */
        /* position: relative; */
        /* margin-top: 30px; */
    /* } */
	
	/* .SearchContainer { */
		/* display: flex; */
		/* height: 70%; */
		/* width: 50%; */
		/* justify-content: center; */
		/* padding: 20px; */
		/* box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); */
		/* border-radius: 20px; */
		/* flex-direction: column; */
		/* background: white; */
	/* } */
/* } */

/* @media only screen and (max-width:1024px){ */
    
	/* .footer_buttons { */
        /* grid-area: 2 / 1 / 2 / 4; */
        /* display: flex; */
        /* flex-direction: row; */
        /* justify-content: space-evenly; */
		/* margin-top: -1%;  */
		
	/* } */
	
	/* .footer_legal { */
        /* grid-area: 3 / 1 / 4 / 5; */
        /* display: flex; */
        /* flex-direction: row; */
        /* justify-content: center; */
        /* grid-row: 3 / 4; */
        /* position: relative; */
        /* margin-top: -20px; */
    /* }  */
/* } */

@media only screen and (max-width: 320px) {
    .SlideShowBlocTexte {
        position: absolute;
        bottom: 50%;
        left: 6vw;
        width: 35%;
        min-height: 200px;
        background-color: white;
        border-radius: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 4%;
        /* z-index: 5; */
        top: 10vw;
        width: 90%;
        transform: translateY(-10px);
        transform: translateX(-5px);
        margin-left: 1px;
        transform: translateY(-50px);
		padding-top: 50px;
    }
}

/* Les ACTUALITES */
#BlocActu {
    background-image: url('Images/Accueil/ActuBackground.png');
    background-image: image-set(
        url('Images/Accueil/ActuBackground.webp') type('image/webp'),
        url('Images/Accueil/ActuBackground.png') type('image/jpeg')
    );
    background-repeat: no-repeat;
    background-size: auto 104%;
}

#EveryDate {
    width: 20%;
    margin-bottom: 10vh;
}

@media only screen and (max-width: 1024px) {
    #BlocActu {
        background-position: center;
        background-size: auto 150%;
    }
}

	a.BoutonValidation,
.BoutonValidation {
    background: #d9bb6a;
    color: #ffffff;
    border-radius: 40px;
    box-shadow: #c2c3c3 0 0 10px;
    padding: 10px 30px;
    text-transform: none;
    font-weight: 800;
    font-size: 0.7em;	
	min-width:unset;
    white-space: nowrap;
}

#ActuTitle
{
    margin-top: 3%;
    color: #398f94;
    font-weight: 800;
    font-size: 35px;
    font-family: "Nunito Sans", Arial, sans-serif;
}

@media only screen and (max-width: 1024px) {
    #ActuTitle
    {
        margin-top: 15%;
        color: #398f94;
        font-weight: 800;
        font-size: 35px;
    }
}

.cardActu {
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ActuSec:hover .ActuSecPictures {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

#MainActu {
    width: 100%;
}

.MainActuPicture {
    width: 100%;
    /* height: 33vh; */
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.MainActuPhone:hover .MainActuPicture {
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}

.titreActu{
	font-size: 14px;
	padding: 25px 40px 15px 10px;
	text-align: left;
	color: var(--darkblue);
    text-transform: uppercase;
}

#MainActuTitle
{
    padding-top: 0;
    padding-bottom: 33px;
    font-size: 25px;
    padding-left: 20px;
    margin: 0;
    text-align: left;
}

.texteActu{
    display: block;
	width: 100%;
    max-height: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 11px;
	word-break: break-word;
	text-align:left;
	font-weight: 400;
    padding-left: 20px;
}

.lireActu {
    margin-left: 10px;
	color: var(--gold);
	font-size: 12px;
	font-family: "poppins", "Open Sans", Arial;
    text-decoration: underline;
}

#MainLireActu
{
    margin-top: auto;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 25px;
    font-weight: 700;
}

#MainPictureContainer
{
    width: 36%;
}

#InfosActus
{
    display: flex;
    padding-left: 50px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    flex: 1;
}

.LabActuTexte {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: var(--darkblue);
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .LabActuTexte {
        display: none;
    }
}

.ActuSecPictures {
    display: flex;
    width: 100%;
    height: 25vh;
    object-fit: contain;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
    #InfosActus {
        padding-left: 0;
    }
    #MainPictureContainer {
        width: 100%;
        height: auto;
    }
    .MainActuPicture {
        display: flex;
        width: 100%;
        height: 20vh;
        object-fit: contain;
        padding: 10px;
        background-color: white;
        border-radius: 10px;
        box-shadow: none;
    }
    #MainActuTitle {
        font-size: 14px;
        padding: 25px 40px 15px 10px;
        text-align: left;
        color: #286e82;
        text-transform: uppercase;
    }
    #MainLireActu {
        margin-left: 10px;
        padding: 0;
        color: #edd3a4;
        font-size: 12px;
        font-family: "poppins", "Open Sans", Arial;
        text-decoration: underline;
        font-weight: normal;
    }
    .cardActu {
        flex-direction: column;
        align-items: center;
    }
    .MainActuPhone {
        flex-direction: column;
    }
    #ActuPrincipPhone {
        padding: 15px;
    }
}

.LargeurMax2
{
    margin-left: 12vw;
    margin-right: 12vw;
    background-color: white;
    height: auto;
}

@media (min-width: 768px) {
	.LargeurTotale {
		/*Ajout le 19/03/2025*/
		margin-bottom:-1vh;
		margin-top:-2vh;
	}
}

	a.BoutonValidation,
.BoutonValidation {
    background: var(--gold);
    color: #ffffff;
    border-radius: 40px;
    box-shadow: #c2c3c3 0 0 10px;
    padding: 10px 30px;
    text-transform: none;
    font-weight: 800;
    font-size: 0.7em;	
	min-width:unset;
    white-space: nowrap;
	width: auto;
}

.row {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
}

#RecruitementPicture
{
    display: block;
    width: 90%;
    height: auto;
}

/* Style du fil d'ariane */
.flex_container{
    margin-top: 20px;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
}

.fil_ariane_text{
    color: #31607f;
    display: inline;
}

.fil_Ariane{
    color:#b3b3b4;
}

.fil_Ariane a{
    color:#b3b3b4;
}

.LS_ODS{
    background-color: #fafbfd;
    /*border: solid black 1px;*/
}

#PhoneMenu .Cache{
    width: 0px;
    display: flex !important;
    justify-content: flex-start !important;
    margin-left: 0;
    /*height: 100%;*/
}

.Cache > #StructurePortable{
    display: none;
}

#phone_menu_open{
    color: var(--darkblue);
    font-size: x-large;
}

/* Mobile */
@media  only screen and  (max-width: 768px) {
    
	.Header{
		z-index: 9999;
		position: relative;
		background-color: rgba(255, 255, 255, 0.9);
		border-bottom-left-radius: 35px;
		border-bottom-right-radius: 35px;
		height: 100px;
		width: 100%;
	}
	
	.Visible {
        display: block !important;
    }
	
	#PhoneMenu{ 
        width: 100%;
        height: 100%;
        display:block !important;
        position: absolute;
        top: 0;
    }
	
    #MenuTrait{
        margin-left: 1%;
		margin-top: 5%;
        width: 10%;
    }

    .Header_icon_div{
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 999;
    }

    #PhoneMenu .Visible{
        display: flex !important;
        background: none;
        justify-content: flex-start;
        margin-top: 130px !important;
        margin-left: 0;
    }
	
    #MenuPortable{
        text-align: center;
        margin-top: 120px !important;
        background: var(--gold);
        width: 60%;
        margin: auto;
        border-radius: 15px;
		display: flex;
        justify-content: center;
        transition: width 0.5s ease;
    }
	
	#MenuPortable a{
        color: white;
    }
	
	#StructurePortable {
        display: flex;
        flex-direction: column;
        padding: 5px;
        position: relative;
        float: left;
        width: 80%;
        background-color: var(--gold);
        border-radius: 20px;
        border : var(--darkblue) solid 2px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        transition: all 1s ease;
	}

    #StructurePortable > [class^="portail_"]{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .separation{
        width: 100%;
        height: 2px;
        display: block;
        border-radius: 50%;
        background-color: white;

    }

    .SP_Portail {
        position:relative;
        float:left;
        width:100%;
        height:68px;
        border-top:#e6e6e6 2px solid;
        cursor:pointer;
    }
	
    /* .SP_FondPortail { */
        /* padding: 5px; */
        /* position: relative; */
        /* float: left; */
        /* width: 100%; */
        /* background-color: var(--gold); */
    /* } */
	
	.SP_PortailTitre {
		width: 100%;
		color: var(--darkblue);
		padding: 20px;
		font-weight: bold;
		display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
	}

	.SP_Module1Texte {
        position: relative;
        float: right;
        width: 100%;     
        margin-top: 5px;
        margin-bottom: 5px;
        cursor: pointer;
        text-decoration-color: white;
		font-weight: 400;
        font-size: medium;
    }

    .SP_Module1Texte:hover{
        font-size: large;
    }

    .PortailTitre:hover{
        font-size: larger;
    }

	.PortailTitre {
        position: relative;
        float: right;
        width: 100%;     
        margin-top: 5px;
        margin-bottom: 5px;
        cursor: pointer;
        text-decoration-color: white;
		font-weight: bold;
    }
    
	.SP_Module2Texte {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        font-size: small;
    }

    .SP_Module2Texte:hover{
        font-size: medium;
    }
    
    #StructurePortable .SP_Module2Texte a
    {
        color:#666666;
        font-size:14px;
        text-decoration:none;
		font-weight: 400;
    }
        
    #StructurePortable .SP_EspaceModule
    {
        position:relative;
        float:left;
        width:100%;
        height:20px;
    }
}

.rslides img {
	display: block;
	float: left;
	width: 100%;
	border: 0;
	border-radius: 10px;
	background: black;
	height: 510px;
    object-fit: cover;
}

.baniere {
	margin-top:120px;
}

/*
@media  all and (max-width: 991px) {

    .Visible {
        display: block !important;
    }

    #MenuTrait
    {
        display: flex;
        align-self: center;
        margin-left: auto;
        margin-right: 10px;
    }

    #FondIMGMenuTrait
    {
        /*background:#004c78;*//*
        width:44px;
        margin:auto;
    }

    #IMGMenuTrait
    {
        height:26px;
    }    

    #MenuPC 
    {
        display: none;
    }

    #MenuPortable
    {
        position:relative;
        float:left;
        width:100%;
        z-index:500;
    }
    
    #MenuPortable #StructurePortable
    {
        position:absolute;
        top:0px;
        /*left:-75px;*//*
		left: -140px;
		border-radius:20px;
		overflow:hidden;
    }
    
    #StructurePortable .SP_FondPortail
    {
        position:relative;
        float:left;
        width:100%;
        background-color:#f6f6f6;
    }
    
    #StructurePortable .SP_FondPortailCache
    {
        position:relative;
        float:left;
        width:100%;
        background-color:#e6e6e6;
    }
    
    #StructurePortable .SP_Portail
    {
        position:relative;
        float:left;
        width:100%;
        height:68px;
        border-top:#e6e6e6 2px solid;
        cursor:pointer;
    }
    
    #StructurePortable .SP_PortailTitre
    {
        width:96%;
        float:right;
		color: #398f94;
        display: flex;
        justify-content: center;
        align-items: center;
		padding:20px;
    }   
    
    #StructurePortable .SP_PortailTitre a
    {          
        font-size:16px;
        color:#398f94;
        text-decoration:none;
    }   
    
    #StructurePortable .SP_Module1
    {
        position:relative;
        float:right;
        width:96%;     
        border-top:#e6e6e6 2px solid;
    }
    
    #StructurePortable .SP_Module1Texte
    {
        position:relative;
        float:right;
        width:95%;     
        margin-top:10px;
        cursor:pointer;
		font-weight:bold;
    }
    
    #StructurePortable .SP_Module1Texte a
    {
        color:#398f94;
        font-size:14px;
        text-decoration:none;
    }
    
    #StructurePortable .SP_Module2
    {
        position:relative;
        float:right;
        width:90%;     
        border-top:#e6e6e6 2px solid;
        margin-top:10px;
    }
    
    #StructurePortable .SP_Module2Texte
    {
        position:relative;
        float:left;
        width:100%;    
        margin-top:10px;
        cursor:pointer;
    }
    
    #StructurePortable .SP_Module2Texte a
    {
        color:#666666;
        font-size:14px;
        text-decoration:none;
		font-weight: 400;
    }
        
    #StructurePortable .SP_EspaceModule
    {
        position:relative;
        float:left;
        width:100%;
        height:20px;
    }
}*/