html *{
font-family: 'Roboto',Arial, Helvetica, sans-serif !important;

}

.content-in-body h2, .card-body h3, .flip-card-back h3 {
    font-size: 18px;
    font-weight: normal;
}

.main-picture h1{
    font-size: 25px;
}

.card-body h2 {
    font-size: 16px;
}




.navbar-nav .nav-item a{
    /* font-weight: bold; */
    color: #000000;
    font-size: 15px;
    padding-top: 0;
    height: 22px;
    
}

.navbar-nav .nav-item2 a{
    /* font-weight: bold; */
    color: #000000;
    font-size: 15px;
    padding-top: 0;
    height: 22px;
    /* background-color: #8d7b7b; */
    
}

.navbar-nav .nav-item a:hover{
    color: #474747;
}

.navbar-nav .nav-item2 a:hover{
    color: #474747;
}

.navbar-nav .nav-item{
    padding-left:1rem;
    padding-right: 1rem;
}

.navbar-nav .nav-item2{
    padding-left:1rem;
    padding-right: 1rem;
}



 .navbar-nav{
    margin-left: auto;
   
    padding-right:9vw; 
 }


.no-padding{
    padding:0;

}

.no-margin{
    margin:0;
}
.my-bg{
    background:#fad000;
}
.navbar.navbar-expand-lg{
    background:#fad000;
}

.contenu-article h2{
    font-size: 25px;
}

.contenu-article h4{
    font-size: 25px;
}

.formulaire-contact h2{
    font-size:25px;
}

.formulaire-contact p{
    font-size:15px;
}

.formulaire-contact h3{
    font-size:15px;
    font-weight: bold;
}

.formulaire-contact{
    background:#ebebeb;
    
}

.my-active{
    color:#fad000;
}

.justify-text{
    text-align: justify;
}

.my-grey-bg{
    background:#ebebeb;
}
.contenu-article p, .contenu-article ul {
    font-size: 15px;
}

.logo {
    width: 40px;
    height: 60px;
    margin-right: 12.5px;

}

.logo-container{
    display:flex;
    flex-direction: row;
    color: #000000;
    margin-right: 35px;
    text-decoration: none;
    font-size:14px;
    font-weight: bold;

}

.charte{
    font-size: 0.8rem;
    text-align: left;
    margin:auto;
    font-weight: bold;
}

.carousel-item img, .card img{
    filter: brightness(70%);
}

.carousel-item.special img, .card img{
    filter: brightness(90%);
}

.carousel-caption h1{
    font-weight: bold;
    font-size: 25px;
}

.black-bg{
    background-color: #000000;
    border: 1px solid grey;
}

.white-text{
    color:white;
    font-weight: bold;
}

.center-content{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

.content-in-body{
    margin-top:8px;
    
}

.my-button{
    background-color: #fad000;
    font-size:15px;

}

.ps-block{
    width:640px;
}

.my-button:hover{
    background-color: #917800;
}

.text-18px{
    font-size: 18px;
    font-weight: bold;
}

footer{
    background-color: black;

}

.white-text-light{
    color:white;
}

html, body {
    margin: 0;
    height: 100%;
}

body {
    height: fit-content;
}

.nav-link:hover{
    color:#fad000
}

.sticky{
    position: sticky;
    z-index:99;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
    top:0;
}

.underline{
    border-bottom: 1px solid black;
}

.my-row{
    display: flex;
    align-items: center;
}

.adminlogo{
    width: 45px;
    height: 60px;
}

.space-around-me{
    margin-top:8px;
    margin-bottom: 8px;
}

.my-size{
    width: 100%;
    height: 200px;
}

.my-img{
    width: 100%;
    height: 100%;
}




.my-img-50{
    width: 50%;
    height: 100%;
}

.my-h3{
    font-size: 1.3rem;
}

.text-on-main-picture{
    position: relative;
    top:-8vw;
    
    color: white;
    z-index: 1;
    
} 

.main-picture{
    width: 100%;
    height:auto;
}

.low-light{
    filter: brightness(70%);
}

.light{
    filter: brightness(100%);
}

 .my .my-block-img{
    height: 200px;
}

.my img{
    border-radius: 0;
}

.around-border{
    border-radius: 0.75%;
    /* box-shadow: 10px 10px 40px rgb(192, 192, 192); */
}

.my-response-img{
    width:600px;
    height:600px;
}

.my-row-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-height{
    height: auto;
   
}

.my-block-img{
    display: inline-block; /* shrink wrap to image */
    overflow: hidden; /* hide the excess */
}
.card-img-top{
    display: block; /* no whitespace */
    transition: .5s ease-in-out;
}

.card-img-top:hover{
        filter: brightness(100%);
     transform: scale(1.2); 
    
}

.sous-menu{
    
  display:flex;
  flex-direction: row;
  justify-content: center;
  /* padding-left: 25px; */
  padding-top:10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.842);
}

.link-sousmenu:hover{
    color:rgb(250, 208, 0);
}

.link-sousmenu{
    margin-top: auto;
    margin-bottom: auto;
    
    /* float: left; */
  text-align: center;
  
  text-decoration: none;
  font-size: 15px;
    margin-left: 25px;
    /* font-weight: bold; */
    padding-right: 15px;
    
}

.my-inactive{
    color:white;
}

.my-light-bg{
    background-color: #fdfdfd;
}

.my-bottom-border{
    border-bottom: 2px solid #e2e2e2;
}

.my-bottom2-border{
    border-bottom: 6px solid #000000;
}

.space-bottom{
    margin-bottom: 25px;
}

.my.card{
    border-radius: 0;
    border:0;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 18rem;
    height: 260px;
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    /* background-color: #bbb; */
    color: black;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: black;
    color: white;
    transform: rotateY(180deg);
  }
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    /*position: fixed;
    top:4%;
    left:94%;*/
    display: flex;
    /*z-index: 101;

    
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
  }
  
  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 5px; 
    transition: all 0.3s ease;
    color: black;
    /* font-size: 24px; */
    background-color: fad000;
    border-radius: 4px;
    

  }

  .icon-bar a:last-child{
    margin-left: 10px;
  }

  
  /* Style the social media icons with color, if you want */
  .icon-bar a:hover {
    color: #474747;
  }
  
.flex-start{
    align-self: flex-start;
}

.my-img{
    width: 100%;
    height: 100%;
}

.size-16px{
    font-size: 16px;
}

.dropdown-menu {
    background:#fad000;
    color:white;
    border-radius:0;
    border:0;
}

.dropdown-menu a {
    text-decoration: none;
   color:white;

}

.form-group label, .form-group input{
    font-size:15px;
}

.sm-device{
    display: none;
}
  
@media screen and (max-width:1020px){

    .my-grey-bg{background:white}

    .formulaire-contact{
        background:white;
    }
    .icon-bar{
        display: none;
    }
    .sous-menu{
        display: none;
    }

    .large-device{
        display: none;
    }

    .sm-device{
        display: block;
        
    }

    .ps-block{
        width:auto;
    }

    .sm-device ul{
        text-align: center;
    }

    .sm-device ul a:hover{
       
        background-color: #fad000;
    }

     .navbar-nav .nav-item a{
        font-weight: bold;
        color: #000000;
        font-size: 1.1rem;
        padding-top: 0;
        height: 2rem;
        
        
    }

    .navbar-nav .nav-item2 a{
        font-weight: bold;
        color: #000000;
        font-size: 1.1rem;
        padding-top: 0;
        height: 2rem;
        
        
    }

    .navbar-nav .nav-item{
        border-right: 0;
    }
    
    .navbar-nav{
        padding-top: 1rem;
        text-align: center;
      
        padding-right:0;
    }
    
}

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

    .main-picture{
        height: 240px;
    }

    .main-picture{
        height: 240px;
    }

    .carousel-item img{
        height: 100%;
        width: 100%;
    }

    .carousel-item{
        height: 100%;
    }

    .carousel-inner{
        height: 240px;
        background-color: #000000;
    }
    
    .carousel-caption h1{
        font-size: 6vw;
    }
    .carousel-caption p{
        font-size: 3vw;
    }
    
    .text-on-main-picture h1{
        font-size: 5.5vw;
    }
    
    .text-on-main-picture p{
        font-size: 2.5vw;
    }
    
    .text-on-main-picture{
        
        top:-22.5vw;
        
    } 
    
    .my-img-50{
        width: 110%;
        height: 100%;
    }

    .navbar-nav .nav-item a{
        font-weight: bold;
        color: #000000;
        font-size: 1.1rem;
        padding-top: 0;
        height: 2rem;
        
        
    }

    .navbar-nav .nav-item2 a{
        font-weight: bold;
        color: #000000;
        font-size: 1.1rem;
        padding-top: 0;
        height: 2rem;
        
        
    }

    .navbar-nav .nav-item{
        border-right: 0;
    }
    
    .navbar-nav{
        padding-top: 1rem;
        text-align: center;
      
        padding-right:0;
    }
}