* {
    margin: 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

body {
    background:#151517;
    margin: 0;
    color: #afafaf;
}

.confServer, .tools {
    display: grid;
    gap : 8px;
    grid-template-columns: 1fr;
}

.smartShow {
    display: grid;
    gap : 8px;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr 2fr;
    row-gap: 12px;
}

#selectCountDown {
    grid-column-start: 1;
    grid-column-end: 5;
}

.container {
    display: grid;
    gap : 8px;
    grid-template-columns: 1fr 2fr;
    margin-left:4px;
}

.rooms {
    display: grid;
    gap : 8px;
    grid-template-columns: 1fr 1fr;
}

.count {
    display: grid;
    gap : 8px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left:4px;
}

.anims {
    display: flex;
    align-items: center;
    align-content: center;
    border-style: solid;
    border-radius: 8px;
    border-width: 2px;
    height : 36px;
    padding-left:12px ;
}

.slidecontainer {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px;
}

/*------ colourPalette ------*/
.colourPalette {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 64px;
    height: 36px;
    border: none;
    cursor: pointer;
    
  }
  .colourPalette::-webkit-color-swatch {
    border-radius: 8px;
    border: 2px solid #000000;
  }
  .colourPalette::-moz-color-swatch {
    border-radius: 8px;
    border: 2px solid #000000;
  }



.sample {
    width:24px; 
    height:24px;
    background:#242424;
    border-radius: 12px;
    margin-right: 12px;
    border-width: 1px;
    
}
.effects {
    display: grid;
    gap : 8px;
    grid-template-columns: 1fr;
}

.colours_grid {
    display: grid;
    gap : 8px;
    grid-template-columns: 1fr 1fr 1fr;
}


fieldset{
    border-radius: 8px;

    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;

    margin-top: 8px;
    margin-left : 12px;
    margin-right: 12px;

}

legend {
    padding-left: 4px;
    padding-right: 4px;
}

.button {
    height : 36px;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #505050;
    vertical-align: middle;
    color: #AFAFAF;
    border: 0;
}

label {
    vertical-align:middle;    
  }
  
  input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
  }

input[type="text"], textarea {
    background : lightgray; 
    color : black;
  }

.stores {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .stores {
        flex-direction: column;
    }
}

h1,
h2,
h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-top: 10px;
}

html,
body {
    height: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.logoV {
    width: 80%;
    /* padding-top: 0px;
    padding-bottom: 12px;
    margin-right: 200px; */
}

@media (max-width: 767px) {
    .logoV {
        display: none
    }
}

.logoH {
    width: 40%;
    padding-top: 12px;
}

.logoH-80 {
    width: 80%;
    padding-top: 0px;
}

@media (min-width: 768px) {
    .logoH {
        display: none
    }
    .logoH-80 {
        display: none
    }
}

.centered {
    text-align: center;
    display: flex;
    justify-content: center;
}

.mt {
    margin-top: 50px;
    overflow: hidden;
}

.mb {
    margin-bottom: 50px;
}

.mtb {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
    color: #FFC107;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #6b6e72;
}


/* HEADER SECTION */

.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 12px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    /* left: 19%; */
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-taratata {
    position: relative;
    padding-bottom: 50% !important;
    padding-top: 12px;
    overflow: hidden;
}

.video-container-taratata iframe,
.video-container-taratata object,
.video-container-taratata embed {
    
    position: absolute;
    top: 0;
    /* left: 19%; */
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .video-container {
        position: relative;
        padding-bottom: 50%;
        padding-top: 12px;
        height: 0;
        overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

#h {
    /*   background: url(../img/upix.png) no-repeat center top;*/
    /*padding-top: 12px;*/
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 200px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* #h h1 {
    font-weight: 600;
    color: #FFC107;
    font-size: 90px;
} */

#h h1 {
    color: #FFFFFF;
    margin-top: 24px;
    font-size: 35px;
    margin-bottom: 36px;
    font-weight: 600;
}

#h p {
    color: #afafaf;
    padding-left: 12px;
    padding-right: 12px;
}

#h h4 {
    color: #bfbfbf;
    margin-top: 48px;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    #h {
        padding-top: 12px;
    }
    #h h1 {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 25px;
        font-weight: 400;
    }
}


/* padding sur les col-md-6 */

.col-md-6 {
    padding-bottom: 30px;
    padding-top: 30px;

}
