@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap%27');


.boxhead a{
    text-decoration: none;
    text-decoration-line: none;
    color: rgb(58, 80, 107);
}

a.link{
    text-decoration: none !important;
    text-decoration-line: none;
    margin: 15%;
}

a.btconta{
    text-decoration: none !important;
    text-decoration-line: none;
    color: black;
}

.boxhead a:hover{
    color: rgb(242, 102, 25);
}

h1{
    text-align: center;
    font-size: 80px !important;
    border-bottom-color: white;
}


#background-video {
    height: 120%;
    width: 120%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-2%);
    bottom: 0;
    z-index: -1;
    filter: blur(5px);
    }

.titre{
    margin-top: 2%;
}



.menut a{
    padding: 0.5em 0;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    list-style: outside none none;
    padding: 0;
}

.menut a:before,
.menut a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.menut a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
.menut a:hover:before, .menut .current a:before {
    opacity: 1;
    width: 100%;
}
.menut a:hover:after,
.menut .current a:after {
    max-width: 100%;
}



body{
    margin: 0;
    font-family: 'Raleway';
}

.test{
    margin: 2%;
    height: fit-content;
    justify-self: center;
}

/*css pour le haut de page a plus de 1000px*/

.mainhead{
    z-index: 10;
    display: grid;
    grid-template-rows:80% 20%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    height: 60vh;
    max-height: 500px;
    background: white;
    color: rgb(11, 19, 43);
    position: relative;
    left: 0;
}

.titre{
   justify-content: center;
}

.menut{
    grid-row: 2;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    left: 0;
    align-items: center;
}

.boxhead{
    font-size: 30px;
    width: fit-content;
    margin-bottom: 10px;
    flex-direction: row;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    text-decoration: none;
    text-align: center;
}

.boxhead:hover{
    color: rgb(242, 102, 25);
}

.boxhead0:hover{
    text-decoration: underline;
}
.boxhead1:hover{
    text-decoration: underline;
}
.boxhead2:hover{
    text-decoration: underline;
}
.boxhead3:hover{
    text-decoration: underline;
}
.boxhead4:hover{
    text-decoration: underline;
}
.boxhead5:hover{
    text-decoration: underline;
}


.logo1{
    grid-row: 1; 
    text-align: center;
}
.imglogo1{
    margin-top: 1%;
    width: 20%; 
}


/*barre de navigation*/

.menut.fixed{
    position:fixed;
    top:0;
    z-index:1000;
    height: 11.931%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: white;
    width: 100%;
  }



  /*bouton pour remonter la page */

.btop{
    height: 20px; 
}

.scrollUp{
    position: fixed;
    visibility: hidden;
    background: transparent;
}  
.scrollUp.visible{
    z-index: 1000;
    visibility: visible;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    opacity: 50%;
}

/*  fin de la parite pour le bouton sroll up */
/* fin css de la tete */

/* css pour le corps(le carré blanc) */






.corps{
    height: auto;
    position: relative;
    border: 100px;
    min-height: 1200px;
    margin: 5%;
    margin-top: 100px;
    background: white;
}



/* votre css ici */



/* fin de votre css*/
/* fin css pour le corps*/

/*css pied de page*/

.footer{
    position: relative;
    margin-top: 10%;
    min-height: fit-content;
    height: auto;
    z-index: 1000;
    bottom: 0;
    transform: translateY(15px);
}

/* cache le menu bootstrap*/
.dropdown{
    height: 0;
    visibility: hidden;
    position: fixed;
    z-index: 0;
}

/*palette de couleur (useless c'est juste pour l'avoir dans le tab)*/
.t1{
    background: rgb(112, 254, 232);
    background: rgb(92, 191, 190);
    background: rgb(58, 80, 107);
    background: rgb(28, 37, 65);
    background: rgb(11, 19, 43);
}

.wwoo{
    max-width: 20px;
    max-height: 20px;
}

section{
    display: flex;
    justify-content: center;
}
.containerfoot{
    display: grid;
    grid-template-rows: 50% 50%;
    justify-items: center;
}

.btconta{
    grid-row: 2;
    position: relative;
    background: white;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    height: fit-content;
    width: fit-content;
}

.btconta:hover{
    background: lightgrey;
}




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

    /* css tete */
    .mainhead{
        top: 0;
        width: 100%;
        height: fit-content;
        position: fixed;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        align-items: center;

    }

    .menud{
        margin-left: 10%;
    }


    /* css menu déroulant */
    .boxhead{ /* cache l'ancien menu*/
        visibility: hidden;
        position: fixed;
        z-index: 0;
    }

        /* menu bootstrap*/
    .dropdown{
        visibility: visible;
        position: relative;
        z-index: 10;
    }
    

    /*css corps*/
    .corps{
        top: 30vh;
        margin-left: 1%;
        margin-right: 1%;
    }

    
}