@charset "UTF-8";

/* font-family: 'Dosis', sans-serif; */


body {
    margin: 0;
    padding: 0;
    font-family: "Dosis", sans-serif;
}

.container-fluid {
    padding: 0;
}

html {
    scroll-behavior: smooth;
  }

/* Header */


header {
    background-color: black;
    height: 65px;
}

#navbarNavAltMarkup {
    background-color: black;
    padding-left: 20px;
    z-index: 9999;
}

#logo-header {
    width: 170px;
}

#navbarNavAltMarkup div a:not(:last-child){
    margin-right: 40px;
}

#navbarNavAltMarkup a{
color: #F0F0F0;
font-size: 22px;
font-weight: 500;
}

#navbarNavAltMarkup a:hover{
    color:#4169E1 ;
}

#logo-header path{
    fill: #F0F0F0;
}

#logo-header:hover path{
    fill:#4169E1 ;
}


/* Banniere */

#banner{
    background-color: #F0F0F0;
}

.ban img{
    width: 100%;
    max-width: 100%;    
}

@media only screen and (max-width: 1300px) {
    .ban img {
        object-fit: cover;
        height:500px;
    }
  }

@media only screen and (max-width: 900px) {
    .ban img {
        object-fit: cover;
        height:300px;
    }
  }


.in-ban {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1300px) {
    .in-ban {
      top: 22%;
        
    }
  }

@media only screen and (max-width: 900px) {
    .in-ban {
      top: 15%;
        
    }
  }


.in-ban h1{
    color: #212121;
    font-size: 65px;
    font-weight: 700;
}

@media only screen and (max-width: 1300px) {
    .in-ban h1{
      font-size: 50px;
        
    }
  }

@media only screen and (max-width: 900px) {
    .in-ban h1{
      font-size: 40px;
        
    }
  }

.in-ban a{
    font-size: 25px;
    font-weight: 500;
    color: #F0F0F0;
    background-color: #4169E1;
}

.in-ban a:hover{
    color: #212121;
}


/* Premiere separation */

#separation1 {
    background-color: #212121;
}

#separation1 div{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

#separation1 button{
    background-color: #F0F0F0;
    border-radius: 50%;
    width: 92px;
    height: 92px;
}

#separation1 svg{
    height: 50px;
    margin: 10px;
}

#separation1 button:hover path{
    fill:#F0F0F0;
}

#separation1 button:hover{
    background-color:#4169E1 ;
}

#separation1 h2{
    padding-top: 10px;
    color:#F0F0F0;
}


/* Micro et basse */

#bassmicro{
    background-color:#F0F0F0;
}

#micro {
    background-color: #4169E1;
    background-image: url(../img/firstmic.png);
    padding-bottom: 300px;

    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}

#basses {
    background-color: #858585;
    background-image: url(../img/firstbass0.png);
    padding-bottom: 300px;

    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1500px) {
    #micro, #basses{
        background-size: cover;
        background-position: top;
        padding-bottom: 350px;
        
    }
  }

  @media only screen and (max-width: 1200px) {
    #micro, #basses{
        background-size: contain;
        background-position: top;
        padding-bottom: 350px;
        
    }
  }

#bassmicro .row {
    text-align: center;
}

.text-bm {
    color: #F0F0F0;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.97);
}

.h2-bm {
    position: relative;
    top: 200%;
    font-size: 50px;
}

.h3-bm {
    position: relative;
    top: 200%;
    font-size: 40px;
}

.p-bm{
    position: relative;
    top: 200%;
    font-size: 25px;
}


/* Audio */

#audio {
    background-color: #212121;
    background-image: url(../img/video.png);
    padding-bottom: 550px;

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

}

@media only screen and (max-width: 768px) {
    #audio{
        padding-bottom: 150px;
        background-size: contain;
        
    }
  }

/* Robuste */

#robuste {
    background-color: #4169E1;
    height: 500px;
}

#rob-gauche {
    padding-top: 4%;
}

#rob-gauche img{
    background-color: #F0F0F0;
    width: 100%;
    
    
    box-shadow: 0px 0px 10px rgba(0,0,0,0.97);
}

#rob-droite {
    padding-top: 100px;
    color: #F0F0F0;
}

#rob-droite h2{
    font-size: 40px;
    font-weight: 500;
}

#rob-droite p{
    padding-top: 10px;
    margin-right: 30%;
    font-size: 20px ;
}

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

    #robuste{
        height: 550px;
    }

    #rob-droite{
        text-align: center;
        padding: 0;
        padding-top: 10px;
    }

    #rob-droite p{
        margin-right: 0%;
        margin-right: 50px;
        margin-left: 50px;
    }

    #rob-gauche{
        padding-left: 20%;
        padding-right: 20%;
    }

  }

/* Specs */

#specs {
    background-color: #F0F0F0;
}

#specs-gauche {
    padding: 0;
    text-align: left;
}

#specs-droite {
    padding: 0;
    text-align: right;
}

#specs-title h2{
    font-size: 30px;
    padding-bottom: 25px;
    padding-top: 20px;
}

.specs-info h3{
    font-size: 20px;
}

#autresprods{
    width: 100%;
}

/* Fleche */

#arrow {
    background-color: #F0F0F0;
    padding-top: 20px;
    padding-bottom: 20px;
}

#arrow button{
    text-align: center;
    background-color: #F0F0F0;
    border-radius: 50%;
    width: 92px;
    height: 92px;
    border-color: #212121;

}

#arrow svg{
    text-align: center;
    height: 50px;
}

#arrow button:hover{
    background-color: #212121;
    border-color: #F0F0F0;
}

#arrow button:hover svg path{
    fill:#F0F0F0 ;
}

/* Footer */

footer {
    background-color: black;
    height: 55px;
}

footer h4{
    line-height: 55px;
    font-size: 20px;
    font-weight: 400;
    color: #F0F0F0;
}


/* Carousel */

#carousel{
    background-color:#F0F0F0 ;
    padding-top: 45px;
    padding-bottom: 45px;

}

#carousel .container{
    background-color: #858585;
    padding: 5px;
    box-shadow: 0 0 10px 20px #858585
}

#txt-crsl{

    color: #F0F0F0;
}

@media only screen and (max-width: 992px) {
    #txt-crsl{
        text-align: center;
        
    }
  }


#txt-crsl h1{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 40px;
    font-weight: 500;
}

#txt-crsl p{
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

#txt-crsl .btn{
    font-weight: 500;
    font-size: 30px;
    color: #F0F0F0;
    background-color: #4169E1;
}

#txt-crsl .btn:hover{
    color:#212121 ;
}

.car-or{
    background-image: url(../img/marble-2398946_1920.jpg) !important; 
}

#carousel .carousel-or {
    background-color: #F0F0F0;
    padding: 5px;
    box-shadow: 0 0 10px 20px #F0F0F0;
}

#carousel .carousel-or #txt-crsl{
    color: #212121;
}


#carousel .carousel-or #txt-crsl .btn{
    font-weight: 500;
    font-size: 30px;
    color: #212121;
    border-color: #212121;
    background-color: #F0F0F0;
}

/* Specifications carousel */

.specs-carousel{
    background-color: #212121!important;
    color: #F0F0F0 ;
}

.specs-carousel hr{
    border-color: #858585 ;
}

