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

body {
    background:lightgray;
    margin: 0;
    color: #5a5a5a;
}

.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 : 4px;
    margin-right: 4px;

}

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

.button {
    height : 36px;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: lightgrey;
    vertical-align: middle;
    color: black;
}

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;
    }
}

#h marque {
    color: #FFC107;
    /* font-weight: 300; */
    padding-left: 4px;
    font-family: 'Futura', sans-serif;
    font-size: 20px;
}

#h arena {
    color: #FFFFFF;
    /* font-weight: 200; */
    padding-right: 4px;
    /* font-family: 'Futura', sans-serif; */
    font-size: 20px;
}

#h i {
    color: #FFC107;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}


/* bandeau en bas de page */

#bandeau {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #2f2f2f;
}

#bandeau p {
    color: #bfbfbf;
}

#bandeau i {
    color: #FFC107;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

#bandeau .chevron {
    color: #afafaf;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

#rgpd marque {
    color: #FFC107;
    /* margin-right: 2px; */
}

#rgpd arena {
    color: #FFFFFF;
    padding-right: 4px;
}

#bandeau marque {
    color: #FFC107;
    /* font-weight: 400; */
    margin-right: 4px;
    font-family: 'Futura', sans-serif;
    font-size: 20px;
}

#bandeau arena {
    color: #FFFFFF;
    /* font-weight: 400; */
    padding-right: 8px;
    /* font-family: 'Futura', sans-serif; */
    font-size: 20px;
}

@media (max-width: 768px) {
    #bandeau marque {
        display: none;
    }
    #bandeau arena {
        display: none;
    }
    /* padding sur les col-md-6 */
    #h .col-md-6 {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}


/* We Section (plus utilisee) */

#w {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #bfbfbf
}

#w i {
    color: #FFC107;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

#w marque {
    color: #FFC107;
    font-weight: 400;
    padding-right: 8px
}

#w p {
    color: #bfbfbf;
}


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

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

}

#new-emotion {
    padding-top: 0px;
}

#web-page-text1 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#web-page-tuto {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
}


/* Section 2 */

#section2 {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #FFC107;
    opacity: 0.9;
    /* min-height: 700px; */
    color: black;
    scroll-behavior: smooth;
}

#section2 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
}

#section2 h3 {
    font-size: 30px;
    /* font-weight: 600; */
    /*  text-align: center;*/
}

#section2 marque {
    color: black;
    font-weight: 400;
}

#section2 p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 8px;
    color: black;
}

#carouselPhones .carousel-tem.img {
    width: 100%;
}

#carouselPhones .carousel-inner {
    width: 300px !important;
    max-height: 600px !important;
}

@media (max-width: 768px) {
    #section2 h2 {
        font-size: 25px;
    }
    #section2 h3 {
        font-size: 22px;
    }
    #section2 p {
        font-size: 18px;
    }
    #section2 .section-text {
        margin-top: 20px;
    }
}


/* Section 3 */

#section3 {
    background: black;
    padding-bottom: 0px;
    padding-top: 0px;
    /* min-height: 700px; */
    color: white;
    min-height: 600px;
}

#section3 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    /*  text-align: center;*/
}

#section3 h3 {
    font-size: 30px;
    /* font-weight: 600; */
    /*  text-align: center;*/
}

#section3 p {
    color: white;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 8px;
}

#section3 i {
    color: #FFC107;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

@media (max-width: 768px) {
    #section3 {
        /* padding-top: 12px; */
        padding-top: 0px;
    }
    #section3 h2 {
        font-size: 25px;
    }
    #section3 h3 {
        font-size: 22px;
    }
    #section3 .section-text {
        margin-bottom: 20px;
    }
}


/* Section 4 */

#section4 {
    background: #1f1f1f;
    padding-bottom: 0px;
    padding-top: 0px;
    /* min-height: 700px; */
    color: white;
}

#section4 h2 {
    font-size: 35px;
    font-weight: 600;
    /*  text-align: center;*/
}

#section4 h3 {
    font-size: 30px;
    /* font-weight: 600; */
    /*  text-align: center;*/
}

#section4 p {
    color: white;
    font-size: 20px;
}

@media (max-width: 768px) {
    #section4 h2 {
        font-size: 25px;
    }
    #section4 h3 {
        font-size: 22px;
    }
    #section4 p {
        font-size: 18px;
    }
    #section4 .section-text {
        margin-top: 20px;
    }
}


/* Glyphicon */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../lib/fonts/glyphicons-halflings-regular.eot');
    src: url('../lib/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../lib/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../lib/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../lib/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../lib/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-chevron-down:before {
    content: "\e114";
    padding: 14px;
}

.glyphicon-chevron-up:before {
    content: "\e113";
    padding: 14px;
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}


/* Contact Form */


#contact {
    margin: 20px;
}

#contact h2 {
    margin-bottom: 20px;
}

#rgpd {
    font-size: 12px;
    margin-bottom: 12px;
    color: #bfbfbf;
}

.contact-form input,
.contact-form textarea {
    background: #cfcfcf;
    padding: 10px 12px;
    border-radius: 16;
    box-shadow: none;
    font-size: 14px;
    height: auto;
}

.contact-form .form-send {
    text-align: center;
}

.contact-form .form-send button {
    background: #FFC107;
    border: 0;
    padding: 12px 24px;
    color: #000;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 2px;
    font-size: 18px;
}

.contact-form .form-send button:hover {
    background: #109e3f;
}


/* hebergement ou SIRET */

#legal {
    background: #222222;
    padding: 20px 0;
    text-align: center;
}

#legal p {
    color: #fff;
    font-size: 12px;
}


/* page retour envoi mail */

#cr-logo {
    margin: 20px;
}

#cr-mail p {
    color: white;
    font-size: 20px;
}

@media (max-width: 768px) {
    #cr-mail p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #contact h2 {
        font-size: 20px;
        color: white;
    }
}

.backtosite button {
    background: #FFC107;
    border: 0;
    padding: 12px 24px;
    color: #000;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;
}

.backtosite button:hover {
    background: #109e3f;
}

nav {
    display: none;
}

.menu-icon {
    /* margin: 25px auto; */
    margin: 1px auto;
}

.menu-icon {
    /* position: relative; */
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #FFC107;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.menu-icon span::before,
.menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #FFC107;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.menu-icon span::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

.menu-icon:hover span::before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.menu-icon:hover span::after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.menu-icon-svg span {
    -webkit-transition: background 0.5s steps(1, end);
    transition: background 0.5s steps(1, end);
}

.menu-icon-svg span::before,
.menu-icon-svg span::after {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.menu-icon-svg svg {
    opacity: 0;
    fill: transparent;
    stroke-width: 2px;
    stroke: #FFC107;
    stroke-dasharray: 22 230;
    -webkit-transition: stroke-dasharray 0.5s, stroke-dashoffset 0.5s, opacity 0.5s steps(1, end);
    transition: stroke-dasharray 0.5s, stroke-dashoffset 0.5s, opacity 0.5s steps(1, end);
}

.menu-icon-svg.is-opened span {
    -webkit-transition: background 0.5s steps(1, start);
    transition: background 0.5s steps(1, start);
    background-color: transparent;
}

.menu-icon-svg.is-opened span::before {
    -webkit-transform: translateX(-3px) translateY(-8px) rotate(-45deg);
    -ms-transform: translateX(-3px) translateY(-8px) rotate(-45deg);
    transform: translateX(-3px) translateY(-8px) rotate(-45deg);
}

.menu-icon-svg.is-opened span::after {
    -webkit-transform: translateX(-3px) translateY(8px) rotate(45deg);
    -ms-transform: translateX(-3px) translateY(8px) rotate(45deg);
    transform: translateX(-3px) translateY(8px) rotate(45deg);
}

.menu-icon-svg.is-opened svg {
    opacity: 1;
    -webkit-transition: opacity 0.5s steps(1, start);
    transition: opacity 0.5s steps(1, start);
    -webkit-animation: pathanimation 0.5s linear;
    animation: pathanimation 0.5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.menu-icon-svg.is-closed svg {
    -webkit-animation: pathanimation-out 0.5s linear;
    animation: pathanimation-out 0.5s linear;
}

@-webkit-keyframes pathanimation {
    40% {
        stroke-dasharray: 22 230;
    }
    60% {
        stroke-dashoffset: -65;
    }
    100% {
        stroke-dashoffset: -65;
        stroke-dasharray: 160;
    }
}

@keyframes pathanimation {
    40% {
        stroke-dasharray: 22 230;
    }
    60% {
        stroke-dashoffset: -65;
    }
    100% {
        stroke-dashoffset: -65;
        stroke-dasharray: 160;
    }
}

@-webkit-keyframes pathanimation-out {
    100% {
        stroke-dashoffset: 0;
    }
    60% {
        stroke-dasharray: 22 230;
    }
    40% {
        stroke-dashoffset: -65;
    }
    0% {
        stroke-dashoffset: -65;
        stroke-dasharray: 160;
    }
}

@keyframes pathanimation-out {
    100% {
        stroke-dashoffset: 0;
    }
    60% {
        stroke-dasharray: 22 230;
    }
    40% {
        stroke-dashoffset: -65;
    }
    0% {
        stroke-dashoffset: -65;
        stroke-dasharray: 160;
    }
}