@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');

@font-face {
    font-family: "manrope";
    src: url(Manrope-VariableFont_wght.ttf);
}

@font-face {
    font-family: "leaguegothic";
    src: url(LeagueGothic-Regular-VariableFont_wdth.ttf);
}

@font-face {
    font-family: "luxurious";
    src: url(LuxuriousScript-Regular.ttf);
}

@font-face {
    font-family: "badscript";
    src: url(LuxuriousScript-Regular.ttf);
}

.shadows-into-light-regular {
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family:manrope;
    background-color: black;
    color: white;
}

header{
    height: 100vh;
    width: 100%;
    background-color: black;
    background-image: url(../images/bic2.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 30px 105px;
}

.navbar{
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    box-sizing: border-box;
    color: white;
    background-color: black;
}
.navbar a{
    color: white;
}

.navbar .logo img{
    /* position: absolute;
    top:15px;
    left: 5px; */
    height: 10vh;
    max-width: 100%;
    width: auto;
}

.navbar .nav-links ul{
    display: flex;
}

.navbar .nav-links{
    align-items: center;
    justify-content: center;
}

.navbar .nav-links ul li{
    margin: 0 50px;
}
/*
.navbar .menu-hamburger{
    display: none;
    position: absolute;
    top: 50px;
    right: 30px;
    width: 35px;
}
*/

nav ul li a:hover{
    color:orangered;
}

.bar{
    color: white;
}
.active-navbar #b1{
    transform:rotate(45deg) translate(9px,10px);
}

.active-navbar #b2{
    opacity: 0;
}

.active-navbar #b3{
    transform: rotate(-45deg) translate(8px,-10px);
}

#menu-hamburger{
    width: 40px;
    align-self: center;
    margin-right: 15px;
    display: none;
    cursor:pointer;
    position: fixed;
    top: 60px;
    right: 50px;
    z-index: 102; 
}

.bar{
    width: 100%;
    height: 5px;
    background-color: white;
    margin: 8px 0;
    transition: all 1s;
}

.open{
    left: 0 !important ;
}

@media screen and (max-width:1400px) {
    #menu-hamburger{
        display: block;
    }
    .navbar{
        /* padding: 0; */
    }
    .navbar .menu-hamburger{
        display: block;
    }
    .nav-links {
        top:0;
        left: -100%;
        position: fixed;
        z-index: 100;
        background-color: black;
        backdrop-filter: blur(7px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
/*        margin-left: -100%; */
        transition: all 0.5s ease;
    }
    .mobile-menu{
        margin-left: 0;
    }
    .nav-links ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar .nav-links ul li{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2em;
        margin: 25px 0;
        font-size: 1.2em;
    }
    .navbar .logo img{
       /* display: none; */
    }
    .navbar .logo img{
        /* position: absolute;
        top:15px;
        left: 5px; */
        max-height: 8vh;
    }
    #menu-hamburger{
        margin-top: 0px;
    }
}

.slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*
#home{
    background-color:black;
   background-image: url(../images/ivanweb.png);
   background-size:45%;
   background-repeat: no-repeat;
   Background-position: 190px 65px; 
}
*/

/*

#home{
    background-color: blue;
}
header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: black;
}

header #logo{
    width:50%;
    background-image: url(../images/logo-rouge-gorge.png);
    background-size:250px;
    background-repeat:no-repeat;
}

header nav{
    width: 60%;
    display: flex;
    align-items: center;
}

header nav ul{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    gap:10%;
    width: 100%;
}

header nav ul li{
    padding: 25px;
    height: 10%;
}

header nav ul li a{
    color: white;
    text-decoration: none;
    transition: all 0.5s;
}

nav ul li a:hover{
    color:orangered;
}

/*
@media (max-width: 1100px){
    #jumbotron{
        position: absolute;
        top: 350px;
    }
}
*/
.wrapper{
    width: 80%;
    margin: 0 auto;
}

#autoportrait{
    width:50%;
    height:auto;
}
/*
#home .wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
}*/

#jumbotron{
    font-family: "leaguegothic";
    line-height: 90%;
    font-size: 8vh;
    color: white;
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 50px;
    margin-left: auto;
}

#jumbotron h3{
    font-size: 4vh;
    font-family: "Shadows Into Light";
}
 

#jumbotron h1{
    font-size: 10vh;
    font-family: "leaguegothic";
}

@media (max-width: 1100px){
    #jumbotron{
        width: 100%;
        height: 100%;
        padding-right: 0;
        margin-left: 0;
        padding: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    header{
        background-position: 300px 100px;
        background-size: 80vh;
    }
    .navbar .logo img{
        /* position: absolute;
        top:15px;
        left: 5px; */
        max-height: 8vh;
    }
}

@media (max-width: 1060px){
    header{
        background-position: 100px 100px;
        background-size: 80vh;
    }
    .navbar .logo img{
        /* position: absolute;
        top:15px;
        left: 5px; */
        max-height: 8vh;
    }
}

@media (max-width: 830px){
    header{
        background-position: 10px 100px;
        background-size: 80vh;
    }
    .navbar .logo img{
        /* position: absolute;
        top:15px;
        left: 5px; */
        max-height: 7vh;
        margin-top: 15px;
    }
}

@media (max-width: 700px){
    header{
        background-position: 0px 100px;
        background-size: 80vh;
    }
    .navbar .logo img{
        /* position: absolute;
        top:15px;
        left: 5px; */
    }
    header{
        background-size: 500px;
        background-position: center;
    }
    .navbar .logo img{
        /* position: absolute;
        top:15px;
        left: 5px; */
        max-height: 6vh;
    }
}

@media (max-width: 450px){
    header{
        background-position: 0px 100px;
        background-size: 80vh;
    }
    header{
        background-size: 400px;
        background-position: center;
    }
    .navbar .logo img{
        /* position: absolute;
        top:15px;
        left: 5px; */
        max-height: 5vh;
    }
}

@media (max-width: 350px){
    header{
        background-position: 0px 100px;
        background-size: 80vh;
    }
    header{
        background-size: 300px;
        background-position: center;
    }
}

@media (max-width: 700px){
    header{
        height: 50vh;
        width: 100%;
        background-color: black;
        background-image: url(../images/bic2.png);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: 30px 0px;
    }
}

@media (max-width: 600px){
    header{
        background-size: 70%;
    }
}

@media (max-width: 500px){
    header{
        background-size: 80%;
    }
}

@media (max-width: 300px){
    header{
        background-size: 90%;
    }
}





/**************************Présentation****************************************/
@media (max-width: 1100px){
    .wrapper{
        flex-direction: column;
        align-items: center;
        padding: 10px 0
    }
    /* .droite{
        background-image: url(../images/autoportrait3.png);
    } */
    #tour{
        display: none;
    }
}

#pres{
    display: flex;
    color: white;
    gap: 30px;
    padding: 0;
    margin: 0;
    height:100vh;
}

.wrapper-pres p{
    margin: 50px;
}

#pres h1{
    font-family: "leaguegothic";
    color:orangered;
    margin-left: 55px;
    margin-right: 5%;
    font-size: 5vw;
}

#pres h3{
    font-size: 60px;
    margin-left: 20%;
    margin-right:20%;
}

.gauche{
   display:flex;
   align-items: center;
   justify-content: center;
   text-align: center;
    width: 50%;
    background-color: black;
}

#burban{
    width: 50%;
    height: 100%;
    background-image: url(../images/Tour-Burban.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*
#pres .droite{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content:flex-end;
    background-image: url(../images/Tour-Burban.jpeg);
    background-size:cover;
}
*/
#tour{
    position:absolute;
}
#pres .gauche{
    display: flex;
}


.wrapper-pres{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

blockquote{
    font-style: italic;
    font-weight: bolder;
    margin: 15px 0;
}

#pres ul li
{
    margin: 10px 20px; 
}

#pres p{
    font-weight: 100;
    margin-left: 50px;
    margin-right: 50px;
}

/*.wrapper-pres{
    height: 80vh;
    display: flex;
    align-items: center;
    flex-direction:column;
    margin-left:10%;
    margin-right:10%;
    margin-top:0%;
}*/

#pres{
    background-color:black;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 1100px){
    #pres .gauche{
        height:100%;
        width: 100%;
    }
    #pres .droite{
        height: 100%;
        width: 100%;
    }
    #pres{
        padding: 0;
        margin: 0;
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px;
        margin-bottom: 50px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #pres h1{
        margin-left: 0px;
        margin-right: 5%;
        font-size: 60px;
    }
}

#burban{
    width: 50%;
    height: 100%;
    background-image: url(../images/Tour-Burban.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 350px){
    #burban{
        width: 50%;
        height: 150%;
        background-image: url(../images/Tour-Burban.jpeg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}




/**************************Compétences****************************************/



#comp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100vh;
    width:100%;
    background-color:black;
    font-family: sans-serif;
}

#comp h2{
    font-family: "leaguegothic";
    color:orangered;
    font-size: 60px;
    display: none;
    align-items: center;
    justify-content: center;
    /* margin-left: 100px; */
}


.card{
    width: 100%;
    height:50%;
    padding: 10%;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 0 20px black;
    justify-content: center;
    flex-wrap: wrap;
    gap:10%;
}

.item{
    width:100px;
    height:100px;
    background-color:dodgerblue;
    overflow: hidden;
}

.item-img{
    width: 80px;
    height: 80px;
}

/*Volet dessous*/
.card::before{
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height:50%;
    background-color:black;
    background-image: url(../images/compétences9.png);
    background-size: 100% 100%;
    background-position:center top;
    transform-origin: bottom;
    transition: all 1s;
}

/*Volet dessus*/
.card::after{
    content:'';
    font-size:100px;
    position:absolute;
    top:0;
    bottom:0;
    height:50%;
    width:100%;
    background-color: black;
    background-image: url(../images/compétences2.png);
    background-size: 100% 100%;
    background-position:center top;
    display:flex;
    justify-content:center;
    align-items:center;
    transform-origin: top;
    transition: all 1s;
}

@media screen and (max-width:1300px) {
    .card::before{
        display: none;
    }

    .card::after{
        display: none;
    }

    #comp h2{
        font-family: "leaguegothic";
        color:orangered;
        font-size: 60px;
        display:block;
        text-align: center;
    }
    #comp{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
}


/*travailler la hauteur pour pas que ça s'étire*/

.card:hover::before{
    transform:translate(0,100%)
}

.card:hover::after{
    transform:translate(0,-100%)
}

/**************************Productions****************************************/
.visuel{
    height:300px;
    width:300px;
}

#prod{
    background-color: black;
}

#actu .wrapper{
    padding-top: 50px;
}

 #prod .wrapper h3{ 
    font-family: "leaguegothic";
    display: flex;
    justify-content: center;
    color: orangered;
    margin-bottom: 50px;
    font-size: 5vw;
}

@media screen and (max-width: 700px) {
    #prod .wrapper h3{ 
        font-size: 50px;
    }
}

.container-cards{
    display: flex;
    gap: 15px;
    /* justify-content: flex-start; */
    justify-content: center;
    flex-wrap: wrap;
}

.cards{
    /* transition: all 1s; */
    background-color: orangered;
    width: 240px;
    height: 337.5px;
    overflow: hidden;
}

.info{
    background-color: orangered;
    /* border-radius: 3px; */
    margin-bottom: 15px;
    flex-shrink: 0;
}
.info h2{
    color: black;
    font-size: 2vh;
    text-align: center;
    padding-bottom: 2px;
}

.info-icon {
    margin-left: 10px;
}

.cards img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
    /* transition: all 1s; */
}

.link{
   /* opacity:0;*/
    display: block;
    width: fit-content;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    margin: 15px 0;
}

.info{
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-galery  {
    height: auto;
    padding: 15px;
    flex-direction: column;
}

.info h2:hover{ 
     color:white; 
} 

.info-icon{ 
    width: 15px;
} 

/**************************Contact****************************************/



#contact{
    display: flex;
    color: white;
    background-color: black;
    min-height: 100vh;
}

/*
#contact .gauche{
    background-image: url(../images/portrait.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
}
*/

#contact .gauche{
    display: flex;
    justify-content: center;
    background-image: url(../images/portrait.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40%;
    margin-right: 50px;
}

#contact .droite{
    background-color:black;
    background-size: cover;
    margin-left: 50px;

}

#message{
    background-color: black;
    color:white; 
    font-size: 20px;
    padding: 5px 3px;
    border: 3px solid white;
    border-radius: 3px;;
    border-color: white;
    font-family: 'Roboto', sans-serif;
}

#contact .droite{
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.wrapper-contact {
    width: 100%;
}

.form-group{
    width: 100%;
    margin: 20px 0;
   
}

.form-group label{
    color:white;
    width: 100%;
    font-size: 20px;
    padding: 5px 3px;
    border-color: white;
    font-family: 'Roboto', sans-serif;
}

.form-group input{
    color:white;
    width: 100%;
    font-size: 20px;
    padding: 5px 3px;
    border-color: white;
    font-family: 'Roboto', sans-serif;
    background-color:black;
    border: 3px solid white;
    border-radius: 3px;
}

.form-group textarea{
    width: 100%;
    font-size: 20px;
    padding: 5px 3px;
    height: 300px;
    resize: none;
    font-family: 'Roboto', sans-serif;
}

.form-group :placeholder{
    color:white;
}

.form-group input[type=submit]
{
    width: fit-content;
}

#contact h1{
    font-family: "leaguegothic";
    color: orangered;
    margin-top: 30px;
    font-size: 60px;
}

@media (max-width: 1100px){
    #contact .gauche{
        width: 100%;
        height: 10%;
        min-height:50vh;
        background-position: top;
        background-size: 80%;
        margin-right: 0;
    }
    #contact .droite{
        width: 100%;
        min-height: 50vh;
        margin-left: 0;
    }
    #contact{
        flex-direction: column;
        align-items: center;
        padding: 10px 0
    }
    #message{
        background-color: black;
        color:white; 
        font-size: 20px;
        padding: 5px 3px;
        border: 3px solid white;
        border-radius: 3px;;
        border-color: white;
        font-family: 'Roboto', sans-serif;
        height: 30%;
    }
}

@media all and (max-width: 500px){
    #contact .gauche{
        min-height: 32vh;
    }
}


/**************************Footer****************************************/


footer{
   
    color: white;
    background-color: black;
    transition:all 0.5s;
}

footer h2{
    margin-bottom: 20px;
}

footer ul{
    list-style: none;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

footer ul li{
    margin: 10px 0;
}

footer a{
    color: white;
    text-decoration: none;
}

footer .social{
    color: white;
    display: flex;
    width: 50%;
    justify-content: space-between;
}

footer .wrapper{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

#copy{
    text-align: right;
    padding: 5px 10px;
}


footer a:hover{
    color: orangered;
    text-decoration: none;
}

#wfooter{
    display: flex;
    width: 40vh;
    justify-content: center;
}

hr{
    color: white;
    border: solid 1px white;
    margin: 20px 0;
    width: 200%;
}

.lienyoutube{
    color: white;
    background-color:black;
    text-decoration: none;
}

/**************************Galerie****************************************/

.galery{
   
}
.contentgalerie{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 50px;
}

.container-fluid{
    background-color: black;
}

.container-fluid h3{
    margin-left: 30px;
    color: orangered;
    font-family: leaguegothic;
    font-size:8vh;
}

.container-fluid h1{
    margin-left: 30px;
    color: orangered;
    font-family: leaguegothic;
    font-size:8vh;
}

;.container-fluid a{
    color: orangered;
}


.container a{
    background-color: orangered;
}

.container h1{
    color: orangered;
    font-family: leaguegothic;
    font-size:8vh;
}

.container h4{
    color: orangered;
    font-family: leaguegothic;
    font-size:5vh;
}

.container h2{
    color: orangered;
    font-family: leaguegothic;
    font-size:5vh;
}

.contentgalerie{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    gap: 30px;
}


.contentimage{
    width: 50%;
}

.boutons a{
    color: white;
    font-size: 3vh;
    font-style: none;
    margin: 25px;
}

.content{
    width: 260px;
    color:white;
  
    background-color: orangered;
    border-radius: 3px;
   
 
}

.content .info{
    width: 95%;
    margin: 0 auto;
    font-size: 18px;
}


.img-fluid{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.content a{
    font-style: none;
    font-size: 22px;
    color:black;
}

.content a:hover{
    font-style: none;
    color: white;
}

.boutons a:hover{
    color:orangered;
}
/**************************Show****************************************/
.show-container{
    display: flex; 
    flex-wrap: wrap;
}

.show-gauche{
    width: 50%;
}

.show-droite{
    width: 50%;
}

.content-txt{
    padding: 50px;
}

@media all and (max-width: 768px){
    .show-gauche{
        width: 80%;
        margin: 0 auto;
    }
    .show-droite{
        width: 80%;
        margin: 0 auto;
    }
}

.container a{
    color: white;
    background-color: orangered;
    size-d
}

.lienyoutube a{
    background-color: black;
    text-decoration:none;
    border:2px solid white;
    border-radius:3px;
    padding:5px;
}

.lienyoutube a:hover{
    color: orangered;
}





/**************************Productions****************************************/
.law h1{
    color: orangered;
}

.law h2{
    color: orangered;
}

.law h3{
    color: orangered;
}

.law{
    margin-left: 10%;
    margin-right: 10%;
}

