@font-face {
    font-family: texte1;
    src: url(../Font/AltoneTrial-Regular.ttf);
}

@font-face {
    font-family: websly;
    src: url(../Font/SoftLine.otf)
}

@font-face {
    font-family: accueil;
    src: url(../Font/Gravity-Bold.otf);
}
@font-face {
    font-family: liens;
    src: url(../Font/AltoneTrial-Regular.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root{
    --main-color: #fff;
    --black:#13131a;
    --bg: #fff;
    --border:.1rem solid #000;
}

*{
    margin:0; 
    padding:0;
    box-sizing: border-box;
    outline: none;
    border:none;
    text-decoration: none;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .9rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: #E20025;
    border-radius: 5rem;
}

body{
    background: #fff;
}

section{
    padding:2rem 7%;
}

#blochaut{
    padding: 0;

}
#blochaut p{
    position: absolute;
    top:15%;
    padding-left: 7%;
}
.heading{
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 4rem;
}

.heading span{
    color:var(--main-color);
    text-transform: uppercase;
}

.header{
    color: #fff;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1.5rem 7%;
    padding-left: 30px;
    padding-right: 0px;
    border-bottom: var(--border);
    position: relative;
    top:0; left: 0; right: 0;
    z-index: 1000;
}

.header .logo img{
    height: 6rem;
}

.header .navbar a{
    margin:0 1rem;
    font-size: 1.5rem;
    color:#13131a;
    font-family: 'Roboto', sans-serif;
}

.header .navbar a:hover{
    color:#E20025;
    border-bottom: .1rem solid var(--main-color);
    padding-bottom: .5rem;
    transition: .2s linear;
}
.header .navbar a:hover,
.header .navbar a.actif{
    color: #E20025;
    border-bottom: 2px solid #E20025;
    padding-bottom: .5rem;
}




.header .icons div{
    color:#13131a;
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
}

.header .icons div:hover{
    color:#E20025;
}

#menu-btn{
    display: none;
}


.about .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about .row .image{
    flex:1 1 45rem;
}

.about .row .image img{
    width: 70%;
}
.about .row .content{
    flex:1 1 45rem;
    padding:5rem;
    
}

.about .row .content h3{
    font-size: 3rem;
    color:#fff;
}

.about .row .content p{
    font-size: 1.6rem;
    color:#ccc;
    padding:1rem 0;
    line-height: 1.8;
}


h3{
    font-family: texte1;
}
p{
    font-family: texte1;
    color: white;
}


.mt-4{
    display: flex;
    justify-content: center;
}


.imgstaff{
    margin-top: 10px;
    margin-right: 10px;
}

.textestaff{
    font-size: 30px;
    color: #707070;
    text-align: left;
}

.titreconttact{
    color: #13131a;
    font-size: 55px;
    font-family: accueil;
}
.titreconttact4{
    color: #13131a;
    font-size: 55px;
    font-family: accueil;

}
.titreconttact2{
    color: white;
    font-size: 55px;
}

.textejournal{
    color: #000;
    font-size: 30px;
    padding-right: 40px;
    text-align: justify;
    line-height: 26px;
}
.textejournal3{
    color: #000;
    font-size: 20px;
    padding-right: 40px;
    text-align: justify;
    line-height: 26px;
}
.soustitrejournal{
    color: #232E5C;
    font-size: 38px;
}
.soustitrejournal2{
    color: white;
    font-size: 38px;
}

.role{
    margin-top: 20px;
    font-size: 15px;
}

.backgroundimage{
    width: 100%;
}

#big{
    display: block;
    width: 100%;
    height: 100%;
}

.staff1{
    height: 300px;
    width: 300px;
    background-color: #fff;
    float: left;
    padding: 20px;
    margin: 10px;
    border-radius: 9px;
    margin-left: 100px;
    margin-right: 100px;
    color: #707070;
}

.staff2{
    height: 70px;
    width: 70px;
    margin: 10px;
    border-radius: 9px;
    border: 3px #707070 solid;
    padding: 6px;
    color: #707070;
    margin-top: 80px;
}

.staff2:hover{
    height: 70px;
    width: 70px;
    margin: 10px;
    border-radius: 9px;
    border: 3px #E20025 solid;
    padding: 6px;
    color: #E20025;
    margin-top: 80px;
}

.flehce{
    width: 30px;
}

.tiktok{
    width: 18px;
}

.bouttontexte{
    color: #000;
    font-family: texte1;
}


.boutton{
    margin-top: 1px;
    width: 170px; 
    height: 60px;
    background-color: #e9e9ec;
    border-radius: 20px;
    font-size: 15px;
    padding: 16px;
}

.boutton:hover{
    margin-top: 1px;
    width: 170px; 
    height: 60px;
    background-color: #a2c84f;
    border-radius: 20px;
    font-size: 15px;
    padding: 16px;
    border: #000 2px solid;
}

.video3{
    margin-right: 15%;
    margin-left: 15%;
}

.imgaffiche{
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}

.textejournal7{
    color: #000;
    font-size: 30px;
    padding-right: 40px;
    text-align: justify;
    line-height: 26px;
    border-top: #000 1px solid;
    padding-top: 20px;
    margin-top: 50px;
}

.swot{
    margin-top: 20px;
    text-align: left;
    font-size: 15px;
}



.plani{
    margin-left: 10%;
}
.story{
    width: 40%;
    height: 400px;
    margin-left: 7%;
    border: #000 solid 2px;
    border-radius: 10px;
}

.bas{
    width: 100%;

}

a{
    text-decoration: none;
}

.textejournal10{
    color: #000;
    font-size: 20px;
    padding-right: 40px;
    text-align: justify;
    line-height: 26px;
    padding-left: 30px;
}

.imgbas{
    box-shadow: 0px 0px 0px #777,
                0px 12px 10px -5px #707070;
}

.liensbas{
    font-family: liens;
    text-decoration: none;
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
}

.liensbas a{
    color: #707070;
    line-height: 33px;

}

.liensbas a:hover{
    color: #E20025;
}

.liensbas a:hover,
.liensbas a.actif{
    color: #E20025;
}
.basbas{
    font-family: liens;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    margin-top: 50px;
    border-top: #000 1px solid;
    padding-top: 15px;
}
.basbas2{
    font-family: websly;
    color: #F8F7C3;
    font-size: 25px;
    text-decoration: none;
    background-color: #10263B;
    line-height: 27px;
    font-weight: 200;
    padding-top: 4px;
}

.saintblaise{
    width: 270px;
}

.to-top{
    margin-top: 20px;
    font-family: texte1;
    font-size: 250%;
	color:#707070;
	padding-top:1.8em;
	display:inline-block;/* or block */
	position:relative;
	border-color:white;
	text-decoration:none;
	transition:all .3s ease-out;
}
.to-top:before{
	content:'▲';
	font-size:.9em;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-.7em;
	border:solid .13em white;
	border-radius:10em;
	width:1.4em;
	height:1.4em;
	line-height:1.3em;
	border-color:inherit;
	transition:transform .5s ease-in;
}
.to-top:hover{
	color:#E20025;
	border-color:#E20025;
}
.to-top:hover:before{
	transform: rotate(360deg);
}

.des9{
    font-family: accueil;
    color: #000;
    font-size: 40px;
}

.gras1{
    font-family: accueil;
    font-size: 20px;
    color: #000;
}

.texte8{
    font-family: liens;
    font-size: 20px;
    color: #000;
}

.membre{
    font-family: liens;
    font-size: 20px;
    color: #E20025;
}


.texteliens{
    font-family: liens;
    font-size: 20px;
    color: #000;
}
.texteliens:hover{
    font-family: liens;
    font-size: 20px;
    color: #E20025;
}

.staff4{
    height: 160px;
    width: 350px;
    background-color: #fff;
    float: left;
    padding: 20px;
    margin: 30px;
    color: #834C85;
    border: #834C85 2px solid;
}
.staff4:hover{
    height: 160px;
    width: 350px;
    background-color: #fff;
    float: left;
    padding: 12px;
    color: #834C85;
    border: #834C85 10px solid;
    
}

.gras2{
    font-family: accueil;
    font-size: 20px;
    color: #834C85;
    text-align: left;
}
.gras3{
    font-family: accueil;
    font-size: 20px;
    color: #E20025;
    text-align: left;
}
.gras4{
    font-family: accueil;
    font-size: 20px;
    color: #7C9635;
    text-align: left;
}
.gras5{
    font-family: accueil;
    font-size: 20px;
    color: #549CA5;
    text-align: left;
}

.gras8{
    font-family: accueil;
    font-size: 13px;
    color: #E20025;
    text-align: left;
}

.gras9{
    font-family: accueil;
    font-size: 30px;
    color: #000;
}


.texte9{
    font-family: liens;
    font-size: 17px;
    color: #834C85;
    text-align: left;
}
.texte10{
    font-family: liens;
    font-size: 17px;
    color: #E20025;
    text-align: left;
}
.texte11{
    font-family: liens;
    font-size: 17px;
    color: #7C9635;
    text-align: left;
}
.texte12{
    font-family: liens;
    font-size: 17px;
    color: #549CA5;
    text-align: left;
}

.staff5{
    height: 160px;
    width: 350px;
    background-color: #fff;
    float: left;
    padding: 20px;
    margin: 30px;
    color: #E20025;
    border: #E20025 2px solid;
}
.staff5:hover{
    height: 160px;
    width: 350px;
    background-color: #fff;
    float: left;
    padding: 12px;
    color: #E20025;
    border: #E20025 10px solid;
}

.staff6{
    height: 160px;
    width: 350px;
    background-color: #fff;
    float: left;
    padding: 20px;
    margin: 30px;
    color: #7C9635;
    border: #7C9635 2px solid;
}
.staff6:hover{
    height: 160px;
    width: 350px;
    background-color: #fff;
    float: left;
    padding: 12px;
    color: #7C9635;
    border: #7C9635 10px solid;  
}
.staff7{
    height: 160px;
    width: 350px;
    background-color: #fff;
    float: left;
    padding: 20px;
    margin: 30px;
    color: #549CA5;
    border: #549CA5 2px solid;
}
.staff7:hover{
    height: 160px;
    width: 350px;
    background-color: #fff;
    float: left;
    padding: 12px;
    color: #549CA5;
    border: #549CA5 10px solid;  
}

.staff8{
    height: 600px;
    width: 380px;
    background-color: #fff;
    float: left;
    padding: 20px;
    margin: 30px;
    border: #000 2px solid;
    text-align: left;
}

.staff9{
    height: 400px;
    width: 400px;
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

.staff12{
    height: 300px;
    width: 300px;
    background-color: #fff;
    margin: 10px;
    text-align: left;
    margin-top: 20px;
}

.staff13{
    margin: 10px;
    text-align: left;
    margin-top: 20px;
}
.imgfoot{
    width: 300px;
    height: 300px;
}

.staff10{
    height: 240px;
    width: 400px;
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    margin-top: -150px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}
.rond{
    width: 20px;
    margin-left: 30px;
    margin-right: 10px;
    float: left;
}
.imgcert{
    width: 150px;

}
.texte15{
    font-family: liens;
    font-size: 20px;
    color: #000;
}
.comiteee{
    width: 350px;
    height: 550px;
    background-color: #fff;
    float: left;
    padding: 20px;
    margin: 10px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: left;
}
.galeriephoto{
    margin: 10px;
    border: #4e4d4d solid;
    padding: 7px;
    border-radius: 10px;
}
.staff15{
    height: 250px;
    width: 400px;
    background-color: #fff;
    margin: 10px;
    text-align: center;
    margin-top: 20px;
    border: #000 solid 2px;
    border-radius: 15px;
    padding: 20px;
}
.acc23{
    height: 180px;
    width: 300px;
    border: #000 solid 2px;
    margin-top: 20px;
    padding: 10px;
    padding-top: 20px;
    border-radius: 15px;
    margin: 20px;
}
.acc24{
    height: 160px;
    width: 200px;
    /*border: #000 solid 2px;*/
    margin-top: 20px;
    border-radius: 5px;
    margin: 20px;
}
.imgcours{
    height: 150px;
}
.staff22{
    height: 80px;
    width: 250px;
    background-color: #fff;
    margin: 10px;
    text-align: center;
    margin-top: 20px;
    border: #000 solid 2px;
    border-radius: 10px;
    padding: 15px;
    z-index: 2;
}
.staff22:hover{
    height: 80px;
    width: 250px;
    background-color: #fff;
    margin: 10px;
    text-align: center;
    margin-top: 20px;
    border: #E20025 solid 2px;
    border-radius: 15px;
}
.instatiktok{
    font-family: liens;
    font-size: 60px;
    color: #000;
}
.texte22{
    font-family: liens;
    font-size: 20px;
    color: #000;
}
.texte23{
    font-family: liens;
    font-size: 30px;
    color: #000;
}
.imgaccueil{
    width: 120%;
    height: auto;
    margin-left: -10%;
    margin-right: -10%;
    box-shadow: 0px 0px 13px 6px rgba(0,0,0,0.47);
    margin-bottom: 40px;
    margin-top: 40px;
}
legend{
    font-family: liens;
    font-size: 35px;
}
fieldset{
    width: 400px;
    height: 560px;
    background-color: #EFEFEF;
    border-bottom:unset;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding: 20px;
    text-align: left;
}
.envoie{
    border-radius: 10px;
    width: 100px;
    height: 35px;
    background-color: #ccc;
    border: 1px solid;
    float: right;
}
.envoie:hover{
    border-radius: 10px;
    width: 100px;
    height: 35px;
    background-color: #ccc;
    border: 2px solid #E20025;
    float: right;
}
textarea{
    width: 300px;
    font-family: liens;
    font-size: 15px;
    padding: 10px;
}
label{
    font-family: liens;
    font-size: 20px;
}
input{
    height: 30px;
    border: #4e4d4d solid 1px;
    padding: 10px
}
.liensbas{
    height: 300px;
}
.backback{
    font-family: liens;
    font-size: 15px;
    color: #000;
    border: 2px solid;
    border-radius: 25px;
    padding: 10px;
}
.backback:hover{
    font-family: liens;
    font-size: 15px;
    color: #E20025;
    border: 2px solid;
    border-radius: 25px;
    padding: 10px;
}

.mb-3{
	text-align:center;
}
/* media queries  */
@media (max-width:1100px){
    html{
        font-size: 55%;
    }
    .header{
        padding:1.5rem 2rem;
    }
    section{
        padding:2rem;
    }
    .des9{
        font-size: 35px;
    }
}

@media (max-width:970px){
    #menu-btn{
        display: inline-block;
    }
    .header .navbar{
        position: absolute;
        top:100%; right: -100%;
        background: #fff;
        width: 29rem;
        height: 320px;
        border: #000 2px solid;
    }
    .header .navbar.active{
        right:0;
    }
    .header .navbar a{
        color: #000;
        display: block;
        margin:1.5rem;
        padding:.5rem;
        font-size: 2rem;
    }
    .video3{
        height: 500px;
    }
    .des9{
        font-size: 30px;
    }
}
@media (max-width:930px) {
    .staff10{
        height: 240px;
        width: 400px;
        background-color: #fff;
        padding: 20px;
        margin: 10px;
        margin-top: 0px;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width:800px){
    #big{
        display: none;
    }
    .desc{
        font-size: 25px;
    }
};
@media (max-width:652px){
    .staff1{
        margin-top: -2px;
		float:none;
    }
    .video3{
        height: 300px;
    }
    .des9{
        font-size: 20px;
    }
};
@media (max-width:450px){

    html{
        font-size: 50%;
    }
	.staff1{
		float:none;
	}
.video3{
    height: 200px;
}
}

        
