
*{
    margin: 0;

    /* padding-top:5px;
    padding-left: 8px;
    padding-right: 8px; */
    scroll-behavior: smooth;
}

body {
    background:linear-gradient( to bottom, rgb(99, 22, 22) ,  dimgray 75%);
    background-attachment: fixed;
    /* margin: 3rem;
    margin-top: 0.2rem; */
    padding: 0;   
   
}

/* #bground {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -20%;
    pointer-events: none;
    opacity: 0.05;
    animation-name: bground;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: rotate(180deg);
}
@keyframes bground {
    0%{
    transform: scale(120%);
    transform: translate3d(100);
    transform: rotateX(20deg);
    
    }
    100%{
      transform: scale(85%);
      transform: skewX(-20);
      transform: rotateY(40deg);
      transform: rotateX(-35deg);
    }
  } */
nav {
    padding: 3px;
    height: 3%;
    font-size: small;
    padding-top: 2%;
    padding-bottom: 2%;
    letter-spacing: 5PX;
    background: Linear-gradient(45deg, rgb(209, 131, 68),rgb(209, 113, 49)); 
}

nav:hover{
     background: Linear-gradient(125deg,rgb(21, 164, 177),rgb(94, 171, 202)); 
}

.section {
    position: relative;
    height: 100vh; 
    width: 100%;
    overflow: hidden;
    border-radius: 0%;
    padding-left: 8px;
    padding-right: 8px;
}

#section0{
    height: 60vh;
}


#section1{
    /* animation: degradebg 5s linear infinite alternate; */
    overflow: hidden;
    height: 50%;
}


@keyframes degradebg {
    0%{
        background-color: rgb(3, 27, 5);

    }
    100%{
        background-color: #021513 ;

    }
}

#section2{
     height: 100%;
     padding: 5%;
     padding-left: 15%;
     padding-right: 15%;
     /* animation: degrade2BG 5s ease-in infinite alternate-reverse;*/
} 

.col-sm-2 {
    margin: auto;
    min-width: 20%;
    max-height: 60%;
}

@keyframes degrade2BG {
    0%{
        background-color: #021513;

    }
    100%{
        background-color: rgb(3, 27, 17) ;

    }
}

#section3{
     animation: degradebg 5s ease-in infinite alternate-reverse;
     margin-top: 2%;
}

#decotitle {
    font-size: 8rem;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 10%;
    margin-bottom: 20%;
}

h4{

}

#santrey {
    display: block;
    width: 100%;
    text-align: center;
} 
#section4{
    animation: degrade2BG 5s ease-in infinite alternate-reverse;
    overflow-y: scroll;
}

.filter {
    background-color: rgba(41, 24, 24, 0.05);
    text-align: center;
    /* font-size: xx-large; */
    opacity: 95%;
    position: relative;
    margin: 0;
    width: 100%;
    position: relative !important;
    /* display: flex; */
}


.snipcart-input{
	border:none !important;
    margin-top: 2%;
}
.snipcart__font--subtitle {
   display: none !important;

}

h1 {
    /* position: absolute; */
    z-index: 0;
    display: block;
    white-space: nowrap;
    opacity: 0.4;
    margin-top: 50%;
    font-weight: lighter;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 100%;
    text-align: center;
}
h2 {
    /* color: rgb(179, 179, 179) !important; */
    font-size: 1.7rem !important;
}

.txt_defile {
    display: block;
}

.elementor-motion-effects-layer {
    background-color: #021d1a;
}

#txt_1 {
    margin-top: 1% ;
    /* margin-left: 30%; */
    animation: moveG 2s ease-in 0s infinite alternate;
    color: rgb(27, 138, 23);
    opacity: 0;
    font-size: 4rem;

}

@keyframes moveG {

    0%{ opacity: 1;
       color: rgb(8, 66, 42);
        /* transform: translateX(-82%); */
    }
    100%{
        opacity: 0; /* transform: translateX(10%); */   
        color: #073046 ;
    }
}

#txt_2 {
    bottom: 73%;
    /* margin-left: 32%; */
    animation: moveD 2s linear 0.5s infinite alternate;
    color: gold;
    opacity: 0.5;
    font-size: 3.5rem;
}

@keyframes moveD {

    0%{ opacity: 1;
        /* transform: translateX(50%); */
    }
    100%{ opacity: 0;
        /* transform: translateX(-30%); */
    }
}

#txt_3 {
    bottom: 66%;
    /* margin-left: 28%; */
    opacity: 0;
    animation: moveG2 2s ease-in 0.6s infinite alternate-reverse;
    color: rgb(255, 255, 255);
    font-size: 140%;
}

@keyframes moveG2 {

    0%{ opacity: 1;
        /* transform: translateX(60%); */
    }
    100%{opacity: 0;
        /* transform: translateX(260%); */
    }
}

#txt_4 {
    bottom: 8% ;
     margin-left: 30%;
     opacity: 0;
     animation: moveG3 2s ease-in-out 2s infinite alternate;
     color: rgb(49, 105, 179);
     font-size: 7rem;
 }
 
 @keyframes moveG3 {
 
     0%{ opacity: 0.4;
         /* transform: translateX(-20%); */
     }
     50%{ opacity: 1;
         /* transform: translateX(30%); */
     }
     100%{opacity: 0.4;
         /* transform: translateX(-100%); */
     }
 }

#filtr_txt {
    color: rgb(180, 117, 35);
    font-size: medium;
    text-align: left;
}
    
a { 
    color: darkslategrey;   
} 
a:hover { 
    color: darkslategrey;  
    text-decoration:none; 
} 

.inactif {
    background-color:rgb(199, 192, 199)  !important;
    color: rgb(124, 115, 124)!important;
    border: none;
}

/* #groupe {

background-color: whitesmoke;
opacity: 75%;

} */
 
.form-group {
    position: relative;
    display: inline-block;
    margin: auto;
}

#filter2 {
    display: grid;
    font-size: 60%;
    /* margin-top: -4%; */
}

#block_inviter {
    position: fixed;
    top: 100;
    /* bottom: 2%; */
    bottom: -2%;
    padding: -4%;
    margin-left: 2%;
}

.single-product {
   opacity: 100%;
   color: whitesmoke;
   margin: 1%;
   padding: 10px; 
   margin-bottom: 20px;
   min-width: 20%;
}

.small_btn {
    opacity: 100%;
    font-size: 85px !important;
    color: rgb(104, 103, 109);
    font-size: 15% !important;
    display: inline;
    position: relative;
    border: none !important;
    margin: 2.2%;
    padding: 1%;
}


[class~="btn"] {
    margin-bottom:0px;
    margin: 2%;
    border-color:rgb(203, 91, 16);
    /* animation: rubriques 2s linear 0s 1 forwards ; */
}

@keyframes rubriques {
    0%{
        transform: skew(-0.06turn, 18deg);
    }
   100%{
        transform: scale(1);
    }
}

[class~="btn"]:hover {
    background-color: #934009;
    border-width: 2px;
    border-color:white;
    opacity: 90%;
    border-radius: 2%;
    color: whitesmoke;

}

#m1:hover{
    background-color:transparent;
    border-width: 2px;
    border-style: solid;
    border-color:rgb(195, 110, 26);}

/* .m{   
    font-size: 80% !important;
} */

#m1{
    /* background-color: rgb(190, 47, 47); */
    background-color: rgb(195, 110, 26);
    animation: rubriques 2.5s linear -1s 1 forwards ;
   
}
#m2:hover{
    background-color:transparent;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(195, 110, 26);
    
}
#m2{
    background-color: rgb(195, 110, 26);
    animation: rubriques 2s linear 0s 1 forwards ;
}
#m3:hover{
    background-color:transparent;
    border-width: 2px;
    border-style: solid;
    border-color:rgb(195, 110, 26);
}
#m3{
    background-color: rgb(195, 110, 26);
    animation: rubriques 1.5s linear 0s 1 forwards ;
}
#m4:hover{
    background-color:transparent;
    border-width: 2px;
    border-style: solid;
    border-color:rgb(37, 13, 13);
}
#m4{
    background-color: rgb(195, 110, 26);
    animation: rubriques 2s linear 0s 1 forwards ;
}

.butonsp {
    background-color: #AA4D11; 
    border: none;
    color: whitesmoke;
    padding: 2vh;
    text-align: center;
    text-decoration: none;
    font-size: 16px; 
    border-radius: 60%;  
    display: block;
    overflow: unset;

}

.butonsp:hover {
    background-color:darkslategrey; 
    color: white;
}
  
.butonpr {
    /* background-color: lightgray;  */
    border: none;
    color: darkslategrey;
    text-align: center;
    text-decoration: none;
    /* display: inline-block; */
    font-size: 16px; 
    margin-bottom: 5px;
}

.butonpr:hover {
    /* background-color: #AA4D11;  */
    opacity: 100%;
    font-size: 18px;
}
  
.butonp {
    background: transparent; 
    border: none;
    color: darkslategray;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}


 .butonp button {
    border-radius: 60%;
}

.container {
width: 100%;
}

/* .col-md-6.mb-3 {
    margin-bottom: 1rem; /* Ajuste la valeur si nécessaire 
} */

/* .col-sm-4 {
    text-align: center;  
    height: 40% !important; 
}
.col-sm-4:hover {
    text-align: center;  
    height: 100% !important; 
} */

img {
    height: 30vh;
    width: 30vh;
}

 #index {
     background-color: rgba(0, 0, 0, 0.01);
     /* z-index: 4;
     opacity: 0;
     width: 100%;
     /* animation: bgeffet 10s linear 2s infinite alternate ;    */
     /* margin-bottom: -25%;
     transform:  translateY(0); */ 
    }

#inviter {
    top: 15%;
    position: relative;   
    margin: auto ;
    display: flex;
    z-index: 12;
}

blockquote {
    
    margin: auto;
}

#but_inviter{
    margin: auto auto;
    border-width: 2px;
    border-style: solid;
    border-color:rgb(37, 13, 13);
    display: block;
    align-self: center;
    color: cornsilk;
    position: relative;
    width: fit-content;
}

#but_inviter:hover{

    background-color:rgb(37, 13, 13);

}
@keyframes bdgeffet {

    0%{
        transform:  translateY(-5%) ;
      opacity: 0; 
    }
  
    30%{
        opacity: 0.4;
        transform:  skewY(3.5deg) ;
    } 
    60%{
        transform:  skewY(-3.5deg) ;
        opacity:0.7;
    } 
    100%{
        transform: skewY(0deg)   ;    
        opacity:0.7;
        transform:  translateY(-10%) ;

    }
}

/* auto suggest area */





.list-group-item {
   margin-left: 8%;
   margin-right: 2%;
   border: none;
}

#log {
    margin-right: 55;
}

#login {
    color: darkgray;
}

.price {
    color: darkslategrey;
    /* padding: 4%; */
    /* display: inline-block; */
    font-size: 120%;
} 

.price button {
    white-space: nowrap;
    display: inline-block;
    width: fit-content;
    margin: 0; 
    font-size: 80% !important;
}


#sp {
    /* padding: 4%; */
    display: block;
   /* border: solid; */
    border-width: 0.3vh;
    border-color: #AA4D11;
    margin: 1%;
    border-radius: 50%;
    cursor: default;
    /* white-space: pre-line; */
    /* width: 72%; */
    height: 70%;
    /* max-width: 30vh; */
    overflow: hidden;
  }
  
#sp:hover {
    background-color: rgba(181, 179, 183, 0.37);
    overflow: visible;
}

#title{
    background: linear-gradient( lightsalmon,#AA4D11);
    opacity: 85%;
    color:black;
    top:40%;
    width: 100%;
    padding: 3%;
    font-family: fantasy;
    z-index: 12;
    position: relative;
    padding: 10%;
   }

#title:hover { 
    background: linear-gradient( -54deg, lightsalmon,#AA4D11);
    transform: scale(0.9);
    animation-duration: 10ms;
 }
 
#options {
    display: inline-block;   
    text-align: center;
}

.option {
    display: inline-block;
    margin-bottom: 0px; 
   
  }

/* boutons Option achat   */
.label {
    animation-name: label;
    animation-duration: 6s;
  }
  
span[class~=".tooltiptex"] {
    display: inline-block;
}
  
.label .tooltiptext {
    overflow: visible hidden;
    padding: 4%;
    display: block;
    visibility: hidden;
    background-color: teal;
    opacity: 75;
    color: #fff;
    border-radius: 6px;
    text-align: left;
    text-justify: inter-word;
    letter-spacing: 0.06cm;
    /* font-size: 120% !important; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    animation-name: tooltip;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
   /* POSITION TOOLTIP */
    position: absolute;
    margin-bottom: 0px;
    MARGIN: 2%;
    z-index: 4;
    /* width: 55%; */
}

  @keyframes tooltip {
    from {background-color: #AA4D11 ;}
    to {background-color:#073046;}
  }
  
.label:hover .tooltiptext {
    visibility: visible;
    padding: 4%;
    opacity: 1;
  }

#tool3 {
    max-width: 12vw;
}

.tooltiptext {
    pointer-events: none; 
    visibility: hidden; 
    background-color: black; 
    color: #fff; 
    text-align: center; 
    border-radius: 6px; 
    padding: 5px; 
    position: absolute; 
    z-index: 1; 
    margin-left: -60px; 
    opacity: 0; 
    transition: opacity 0.3s; 
}

.tooltiptext2 {
  width: 10vw !important;
  pointer-events: none; 
}
/* bouton filtres  */

.label2 {
    animation-name: label;
    animation-duration: 6s;
    display: inline-grid;
    margin-bottom: 1%;
    text-justify: inter-word;
    margin: 2px;
}

.label2 .tooltiptext2 {    
       /* padding: 1%; */
       display: inline-table;
       visibility: hidden;
       font-size: 15px;
       max-width: fit-content;
       background-color: teal;
       opacity: 75;
       color: #fff;
       border-radius: 6px;
       text-align: center;
       text-justify: inter-word;
       letter-spacing: 0.06cm;
       font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
       animation-name: tooltip;
       animation-duration: 3s;
       animation-direction: alternate;
       animation-iteration-count: infinite;
       transform: rotateZ(-5deg);
       /* position: absolute; */
       z-index: 10;
       padding: 0.8%;
    
}

.label2:hover .tooltiptext2 {
    visibility: visible;
}

hr{
    margin: 15px auto;
    height: 15px;
    background-color: black; /* rgb(185, 159, 14);*/
    border: none; /*on supprime le style par défaut*/
    opacity: 50%;
}

hr:hover {
    background-color: rgb(199, 178, 58);

    transition-duration: 250ms, 7s, 7s;
    transition-property: background-color, margin-right, margin-left;

}

#insta{
    margin:15%;
    background-color: red;
   
}

#reset-filters{
    margin: 4%;
    margin-top: 0;
    /* background-color: red !important; */
    padding: 5%;
}



#bydomaine {
    text-align: center;
}


#bydomaine button[type="submit"] {
    /* Vos styles ici */
    color: #FFFFFF;
    /*height: 3rem;*/
    display: inline-block;
    border: 1px  #ccc;
}

select[name="art_cat"] {
    /* padding: 10px; */
    border-radius: 5px;
    border: 1px  #ccc;
    background-color: transparent ;
    color: black;
    font-size: 16px;
    height: 110% !important;
}

/* #bydomaine > select > option {
    background-color: black ;
    color: rgb(183 178 178);
} */

.lookfo {
        margin-top: 0.5rem;
        display: inline-flex;
}

/*Couleur du texte et de fond pour l'input avec l'ID auto-suggestion */
#auto-suggestion .form-control-sm {
    /*  background: rgb(223, 69, 56);  Couleur de fond 
      color: #FFFFFF; /* Couleur du texte */
      background-color: rgb(188, 188, 188); ;
      margin: auto;
      width: 70%;
      border: 1px solid #d3cdcb96;
      border-radius: 2%;
      padding: 2%;
  }
/* #auto-suggest {
    position: relative;
    border: none;
    width: 12rem;
    display: flex;
    margin-left: -6rem;
} */

.suggestions { 
    background-color: rgba(0, 0, 0, 0.193);
    width: max-content;
    font-size: 100%;
    text-align: left;
}

::placeholder {
    color: black;
}

#submit_filter{
    display: flex; 
    width: 18.1rem;
    height: fit-content !important;
    z-index: 3;
    margin-top: 2%;
    margin-left: 15%;
    /* margin-right: 0.5%; */
    padding-bottom: 4% !important;
}

/* #myBtn {
    /* display: inline-block;
    font-size: 70% !important; 
} */

.submit_but{
    /* 
    border-radius: 15%;
    border: none;
    display: block;
    font-size: 1rem;
    height: 6vh; */
    display: inline-block;
    color: whitesmoke;
    width: fit-content;
    height: 3rem;
    /* margin: 0.3%; */
    margin-right: 0.1%;
    padding: 2%;
    background-color: transparent;
    animation: rubriques 2s linear 0s 1 forwards;
}

.submit_but:hover {
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    border-radius: 5%;
}
/* AJOUTER SUR BOUTON VLIDE FILTER */
.submit_but0{
    display: inline-block;
    color: whitesmoke;
    width: fit-content;
    margin-right: 0.1%;
    padding: 2%;
    background-color: transparent;
    animation: rubriques 2s linear 0s 1 forwards;
}
#btn_blanc {
    min-height:3px;
    padding:-2%;
}

#domaine{
    display: flex;
    position: relative;
    background-color: rgb(23, 55, 21);
    padding: 2%;
    margin-right: 0.5%;
    width: 7rem;
    color: #212529;
}

.input-group-append button[type="submit"] {
    border-radius: 3rem !important;
    width: 3rem;
}
.input-group-append button[type="submit"]:hover {
    background-color: #53280b;
}


/* Assure que les formulaires ont un alignement uniforme */
.input-group {
    display: flex;
    align-items: center;
    height: 3rem;
    flex-wrap : nowrap;
}

.input-group .form-control {
    flex: 1;
    margin-right: 0.5rem;
}

.input-group-append .btn-lg {
     margin-left: 0;
     border-radius: 5px;
     text-align: center;
}

.btn-lg {
    padding: 0.2rem 1rem; 
} 

button {
    background-color: rgba(139, 223, 56);
    border-radius: 10%;
    font-size: 80% !important;    
    margin: 1vh;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem; 
    border: 1px !important;
    border-color: transparent !important;
}

/* .descrip {
    font-size: 70% !important;
} */

.btn {
    background-color:transparent;
    border: transparent ;
    border-style: solid;
    border-width: 2px;  
    color: #181822;
    width: 20vh;
}

#Capa_1 {
    position: absolute;
    bottom: 2%;
    margin-left: 47%;    
    display: block;
    z-index: 0;
    animation: flash infinite 3s;
}

@keyframes flash {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
   100%{
        opacity: 0;
    }


}






@media screen and (max-device-width:1030px) and (min-device-width:0px)  {

    .single-product {
        padding: unset; 
    }
    .filter {
        display: block;
        justify-items: center;
    }

  

}
/*//////////////// MEDIA SCREEN  x < 800px ////////////////*/

@media screen and (max-device-width:820px) {
 
    .filter .row {
        display: block;
    }
    /* body {
        font-size: 250%;
    } */

    #section1{
        padding-bottom:-10%;
        height: 50%;
    }

     
    h6 {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    button {
        font-size: 250%;   
    }

    .col-sm-2 {
        min-width: 40%;
    }

    .descrip {
        position: relative;
        font-size: 160% !important;
        border-radius: 70%;
        text-align: center  ;
        display: in;
        margin-top:-6vh;
        text-overflow: ellipsis;
    }

    .descrip .label { 
        display: inline-block;
        font-size: 80%;
    }

    #show_description{
        position: absolute;
    }

    /* .form-group {
        display: block;
    } */

    #filter2 {
        margin-top: -5%;
        font-size: 100%;
    }

    #block_inviter .btn {
        font-size: 160% !important;
        padding: 4%;
        letter-spacing: 0.05cm;   
    }

    #decotitle {
        font-size: 5rem;
        text-align: center;
        display: block;
        margin-left: auto;
        position: relative;

    }

    .label2 .tooltiptext2 { 
        /* Position the tooltip2 */
        position: absolute;
        z-index:10;
        margin-left:-60%;
        margin-top: -12%;
    }

    .label2 {
        display: block;
        margin: auto;
        padding: 5%;
        /* width: 60%; */
        text-align: center;
        font-size: 24px;
    }

    .label2 button {
        letter-spacing: 0.15cm; 
        font-weight: 1vh; 
    }

    .label2 .tooltiptext2 {
        font-size: 20px;
        padding: 2.5%;
    }
    p[class~="butonp"] {
        font-size: 80%;
        
    }

.submit_but{
    font-size: 70% !important;
    position: relative;
    }

.submit_but:hover{
    background-color: slategray;
    opacity: 50%;
    }
    
    .btn {
        background-color:transparent;
        border-width: 1px;  
        padding: 2%;
        margin: 1%;
        color: whitesmoke;
        width: fit-content;
    }

    [class~="btn"] {
        font-size: 80% !important;
        margin: 0.2%;
        width: 100%;
    }

    /* .label .tooltiptext {  
        /* Position the tooltip 
        position: absolute;
        z-index:4;
    } */
      
    

    #txt_2 {
        animation: moveD 4s linear 1s infinite alternate-reverse;
        color: gold;
        opacity: 0;
        font-size: 7.5rem;
        top: -15%;
        position: absolute;
    } 
     
    @keyframes moveD {

        100%{opacity: 1;
            /* transform: translateX(-40%); */
        }
    }
     
    #txt_1 {
        top: 5%;
        animation: moveG 3s ease-in 0s infinite alternate-reverse;
        color: rgb(27, 138, 23);
        opacity: 0;
        font-size: 2rem;
    }
    
    @keyframes moveG {
    
        100%{opacity: 1;
            /* transform: translateX(10%); */
        }
    } 
    
    #txt_3 {
        opacity: 0;
        animation: moveG2 3s ease-in-out 2s infinite alternate-reverse;
        font-size: 4rem;
        bottom: 75%;
    }
    
    @keyframes moveG2 {
    
        100%{opacity: 1;
            /* transform: translateX(80%); */
        }
    }
    
    #txt_4 {
        position: relative;
        margin-left: -3%;
        opacity: 0;
        animation: moveG3 15s ease-in-out 5s infinite alternate;
        color: rgb(49, 105, 179);
        font-size: 8rem;
    }
    
    @keyframes moveG3 {
    
        0%{ opacity: 1;
            /* transform: translateX(-20%); */
        }
        50%{ opacity: 1;
            /* transform: translateX(30%); */
        }
        100%{
            /* transform: translateX(-100%); */
        }
    }

    /* #options {
        font-size: 250%;
    } */
    
    .option {
        /* display: block; */
        margin-bottom: 0px; 
        font-size: 250%;
    }

    #tool3 {
        overflow: hidden visible;
        max-width: inherit;
        width: inherit;
        display: block;
        z-index: 10;
    }

    .price {
        font-size: 160%;
    }

    .price button {
        font-size: 100% !important;
    }

    .montant {
        display: inline-block;
        padding: 0;  
        }

    #index {
        z-index: -2;
        opacity: 0;
        width: 100%;
        animation: bgeffet 20s linear 0s infinite reverse ;  
    }   
   
    .lookfo {
        display: block;
    }
    
    select[name="art_cat"] {
        font-size: 16px;
        width: 10rem;
        margin: auto;
    }
    
    #auto-suggestion.input-group {
        font-size: 1rem;
        width:15rem;
    }
    
    #bydomaine.input-group {
        font-size: 1rem;
        width:15rem;
    }
}



/* MEDIA SCREEN < 750px */
 
 @media screen and (max-width:750px) {

    #options {

        height: 100%;
    }

    #index {
        z-index: -2;
        opacity: 0;
        width: 100%;
        margin-bottom: -30%;
        animation: bgeffet 40s linear 0s infinite reverse  ;   
    }   

    .row {
     display: block;
   }


 }