@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One&display=swap);
@import url(https://fonts.googleapis.com/css?family=Merienda+One&display=swap);
@import url(https://fonts.googleapis.com/css?family=Dosis&display=swap);
@import url(https://fonts.googleapis.com/css?family=Jura&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
html {
    margin: 0;
    padding: 0;
    font-family: 'Jura', sans-serif;
    line-height: 1.5;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #666;
    font-weight: 600;
    width: 100% !important;
    height: 100% !important;
}

Html {
    font-size: 18px;
}

.top-ban {
    object-fit: cover;
    width: auto;
    position: fixed;
    top: 0;
    min-width: 100%;
    z-index: -99;
    height: 100vh;
}

#specialLoop {
    visibility: visible;
    left: 0;
}

#specialLoop-mobil {
    visibility: hidden;
    left: -4%;
}

.top {
    margin-top: 100vh;
}

.text-cent {
    text-align: center;
}

.back-color {
    background: url(../img/colorinweb.jpg) no-repeat;
    background-size: cover;
    min-height: 63vw;
    position: relative;
}

.color-texte {
    font-family: 'Ubuntu Mono', monospace;
    width: 38vw;
    position: absolute;
    top: 20%;
    right: 10vw;
    background-color: #51515db8;
    border-left: 3px solid #e21448;
    border-top: 3px solid #e21448;
    padding: 10px;
    border-top-left-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.color-texte h2 {
    color: #FFCF66;
    text-transform: none;
    font-weight: lighter;
}

.color-texte h3 {
    color: #F2E6AF;
    font-weight: lighter;
}

.color-logo {
    width: 20vw;
    position: absolute;
    bottom: 5%;
    left: 34vw;
}

.color-puces {
    width: 8vw;
    max-width: 126px;
    position: absolute;
    top: 14vw;
    right: 5%;
    z-index: 2;
}

.color-boutton {
    background-image: url(../img/color-boutton.svg);
    width: 32vw;
    height: 3vw;
    margin-left: 69px;
    padding-top: 32px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    transition: all .5s ease;
}

.color-boutton:hover {
    background-image: url(../img/color-boutton-hover.svg);
}

.color-boutton:focus {
    outline: 0;
}

.white {
    background-color: #fff;
    padding-top: 20px;
}

.grey {
    background-color: #CFCAB6;
    background: url(../img/back.jpg), repeat;
    padding-top: 20px;
    padding-bottom: 80px;
}

h2 {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 2em;
    color: #777;
    text-transform: uppercase;
}

h3,
h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: #126D93;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p.intro {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #ff2d37;
    font-weight: bold;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #008B51;
}

ul,
ol {}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul,
ol {}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #67cccb;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}


/* Navigation */

#menu {
    padding: 0px;
    transition: all 0.8s;
}

#menu.navbar-default {
    background-color: rgba(31, 31, 31, 0.8);
    border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    background-color: #539382;
}

#menu a.navbar-brand:hover {
    color: #eeca22;
}

#menu.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav>li>a:hover {
    color: #eeca22;
}

.on {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #FFF799 !important;
    background-color: #E36A25;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #67cccb;
    border-color: #67cccb;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #FFF;
}

.section-title {
    margin-bottom: 50px;
}

.section-title p {
    font-size: 1.2em;
    color: #888;
}

.btn-custom {
    text-transform: uppercase;
    color: #fff;
    background-color: #67cccb;
    padding: 14px 20px;
    margin: 0;
    font-size: 15px;
    border-radius: 0;
    margin-top: 20px;
    transition: all 0.3s;
    border-top: 4px solid #3cb6a3;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
    color: #fff;
    background-color: #3cb6a3;
}


/* Header Section */

.intro {
    display: table;
    width: 100%;
    padding: 0;
}

.intro h1 {
    color: #FCFDF8;
    font-size: 4em;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.repa {
    color: #FCFDF8;
    font-size: 1.3em;
    font-weight: 300;
    margin-left: 20%;
    float: right;
    text-align: right;
    background-color: rgba(55, 55, 55, 0.7);
    padding: 5px;
    border-radius: 10px;
}

.intro-text {
    padding-top: 40%;
    display: flex;
    flex-direction: column;
    width: 50%;
    float: right;
}

header .loc {
    font-size: 1em;
    font-weight: bold;
}


/* About Section */

#about .about-text {
    text-align: left;
    width: 50%;
    float: left;
}

.demi {
    width: 50%;
    float: left;
    text-align: right;
}

.wrap {
    display: flex;
}

.center-val {
    text-align: center;
}

#about .about-text h3 {
    font-weight: bold;
    color: #126D93;
}

#valeurs .about-text h3 {
    font-weight: bold;
    color: #126D93;
}

#about p {
    margin: 30px 0;
    line-height: 22px;
}


/* Services Section */

#services h4 {
    color: #AE0512;
    text-transform: uppercase;
}

#services-entreprises h4 {
    color: #AE0512;
    text-transform: uppercase;
}

#services-hors-forfait h4 {
    color: #AE0512;
    text-transform: uppercase;
}

#services i.fa {
    font-size: 45px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color: #fff;
    width: 100px;
    height: 100px;
    padding: 20px 0;
    background: rgb(103, 204, 203);
    background: -moz-linear-gradient(left, rgba(103, 204, 203, 1) 0%, rgba(27, 113, 214, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(103, 204, 203, 1) 0%, rgba(27, 113, 214, 1) 100%);
    background: linear-gradient(to right, rgba(103, 204, 203, 1) 0%, rgba(27, 113, 214, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#67cccb', endColorstr='#1b71d6', GradientType=1);
    border-radius: 50%;
    text-align: center;
    position: relative;
}

#services-entreprises i.fa {
    font-size: 45px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color: #fff;
    width: 100px;
    height: 100px;
    padding: 20px 0;
    background: rgb(103, 204, 203);
    background: -moz-linear-gradient(left, rgba(103, 204, 203, 1) 0%, rgba(27, 113, 214, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(103, 204, 203, 1) 0%, rgba(27, 113, 214, 1) 100%);
    background: linear-gradient(to right, rgba(103, 204, 203, 1) 0%, rgba(27, 113, 214, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#67cccb', endColorstr='#1b71d6', GradientType=1);
    border-radius: 50%;
    text-align: center;
}

#services-hors-forfait i.fa {
    font-size: 45px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color: #fff;
    width: 100px;
    height: 100px;
    padding: 20px 0;
    background: rgb(103, 204, 203);
    background: -moz-linear-gradient(left, rgba(103, 204, 203, 1) 0%, rgba(27, 113, 214, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(103, 204, 203, 1) 0%, rgba(27, 113, 214, 1) 100%);
    background: linear-gradient(to right, rgba(103, 204, 203, 1) 0%, rgba(27, 113, 214, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#67cccb', endColorstr='#1b71d6', GradientType=1);
    border-radius: 50%;
    text-align: center;
}


/* Portfolio Section */

#portfolio {
    padding: 120px 0;
    background: #f6f6f6;
}

.categories {
    padding-bottom: 40px;
    text-align: center;
}

ul.cat li {
    display: inline-block;
}

ol.type li {
    display: inline-block;
    margin-left: 20px;
}

ol.type li a {
    color: #67cccb;
    padding: 10px 20px;
    border: 1px solid #67cccb;
    text-transform: uppercase;
}

ol.type li a.active {
    background: #67cccb;
    color: #fff;
}

ol.type li a:hover {
    background: #67cccb;
    color: #fff;
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-item {
    margin: 15px 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.portfolio-item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item .hover-bg {
    height: 195px;
    overflow: hidden;
    position: relative;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.66);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 300;
}

.hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text>i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text>i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

#portfolio i.fa {
    font-size: 20px;
    padding: 5px;
    color: #E87E04;
}


/* Achivements Section */

#achievements {
    background: url(../img/bgr.jpg) no-repeat center bottom fixed;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.overlay {
    padding: 120px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#67cccb+0,1b71d6+100&0.6+0,0.6+100 */
    background: -moz-linear-gradient(left, rgba(77, 177, 161, 0.6) 0%, rgba(27, 113, 214, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(77, 177, 161, 0.6) 0%, rgba(27, 113, 214, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(77, 177, 161, 0.6) 0%, rgba(27, 113, 214, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99c54daa', endColorstr='#991b71d6', GradientType=1);
    /* IE6-9 */
}

.overlay2 {
    text-shadow: #332415 1px 0 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#67cccb+0,1b71d6+100&0.6+0,0.6+100 */
    background: -moz-linear-gradient(left, rgba(241, 235, 195, 0.2) 15%, rgba(69, 107, 144, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(115, 195, 135, 0.2) 15%, rgba(69, 107, 144, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom right, rgba(115, 195, 135, 0.2) 15%, rgba(69, 107, 144, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99c54daa', endColorstr='#991b71d6', GradientType=1);
    /* IE6-9 */
    border-radius: 0 15px 15px 15px;
    margin-left: 10%;
}

#achievements h2 {
    color: #fff;
}

.achievement-box h4 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    margin-left: 5px;
    text-transform: uppercase;
}

.achievement-box span.count {
    font-size: 52px;
    font-weight: 600;
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
}


/* Testimonials Section */

#testimonials {
    padding: 120px 0 80px 0;
    background: #F6F6F6;
}

#testimonials i.fa {
    color: #8e9599;
    font-size: 36px;
}

#testimonial {
    padding: 30px 0;
}

#testimonial .item {
    display: block;
    width: 100%;
    height: auto;
}

#testimonial img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

#testimonial .item p {
    margin: 30px 0;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 6px;
    margin: 5px 7px;
    filter: Alpha(Opacity=1);
    opacity: 1;
    border-radius: 0;
    background: #fff;
    transition: all 0.5s;
    border: 1px solid #ccc;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #67cccb;
    border: 1px solid #67cccb;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #67cccb;
    border: 1px solid #67cccb;
}


/* Contact Section */

#contact {
    padding: 20px 0;
}

#contact form {
    padding: 30px 0;
}

#contact .text-danger {
    color: #cc0033;
    text-align: left;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: #67cccb;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #2c3e50;
}

.form-control:-moz-placeholder {
    color: #2c3e50;
}

.form-control::-moz-placeholder {
    color: #2c3e50;
}

.form-control:-ms-input-placeholder {
    color: #2c3e50;
}

#contact .social {
    margin-top: 80px;
}

#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#contact .social i.fa {
    font-size: 28px;
    padding: 4px;
    color: #67cccb;
    transition: all 0.3s;
}

#contact .social i.fa:hover {
    color: #444;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}

.colorinweb {
    width: max-content;
    margin: auto;
    border-radius: 10px;
    padding: 5px 20px;
}


/* Footer Section*/

#footer p {
    line-height: 10px;
}

#footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#67cccb+0,1b71d6+100 */
    background: rgb(77, 177, 161);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(77, 177, 161, 1) 0%, rgba(27, 113, 214, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(77, 177, 161, 1) 0%, rgba(27, 113, 214, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(77, 177, 161, 1) 0%, rgba(27, 113, 214, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#67cccb', endColorstr='#1b71d6', GradientType=1);
    /* IE6-9 */
    color: white;
    padding: 30px 0 25px 0;
}

.colorinweb a {
    background: linear-gradient(50deg, rgba(230, 71, 90, 1) 0%, rgba(230, 217, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.colorinweb a:hover {
    background: linear-gradient(50deg, rgba(230, 217, 88, 1) 0%, rgba(230, 71, 90, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.legales a {
    color: #611515;
}

.legales a:hover {
    color: #ffbc68;
}

.leg {
    margin-top: 100px;
    margin-bottom: 100px
}

@media (max-width: 1024px) {}

.prix-p {
    color: #FF0;
    background: url(../img/prix.png) no-repeat scroll 0% 0% transparent;
    width: 95px;
    height: 95px;
    text-align: center;
    padding: 30px 8px 0px 0px;
    margin: -10px 30px;
    background-size: 95%;
    font-family: 'Dosis', sans-serif;
    text-shadow: 1px 1px 1px rgba(162, 68, 15, 1);
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 15px;
}

.sur-devis {
    padding: 16px 8px 0px 0px;
    line-height: 25px;
}

.bot {
    padding-bottom: 70px;
    padding-top: 15px;
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin: 20px;
    border-radius: 0 10px 0;
    background: white;
}

.carre:before {
    content: url('../img/fleche.png');
    margin-left: 10px;
}

.carre2:before {
    content: url('../img/fleche3.png');
    margin-left: 10px;
}

.alignement {
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.asterisque {
    font-size: 16px;
    font-style: italic;
    color: brown;
    font-weight: 600;
}


/**** slider ****/

#achievements i.fa {
    position: absolute;
    top: -45px;
    right: -20px;
    z-index: 2000;
    font-size: 35px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color: #fff;
    width: 80px;
    height: 80px;
    padding: 20px 0;
    background: rgb(103, 204, 203, 0.7);
    background: -moz-linear-gradient(left, rgba(103, 204, 203, 0.7) 0%, rgba(27, 113, 214, 0.7) 70%);
    background: -webkit-linear-gradient(left, rgba(103, 204, 203, 0.7) 0%, rgba(27, 113, 214, 0.7) 70%);
    background: linear-gradient(to right, rgba(103, 204, 203, 0.7) 0%, rgba(27, 113, 214, 0.7) 70%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#67cccb', endColorstr='#1b71d6', GradientType=1);
    border-radius: 50%;
    text-align: center;
}

#achievements i.fas {
    font-size: 20px;
    transition: all 0.5s;
    color: #FFB019;
    text-align: center;
}

.left {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.right {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.carousel {
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(103, 204, 203, 0.8);
    border-radius: 10px;
    background: rgba(103, 204, 203, 0.3);
    color: white;
    padding: 10px;
}

.carousel .item {
    min-height: 280px;
    /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel .item img {
    margin: 0 auto;
    /* Align slide image horizontally center */
}

.slidtext {
    text-align: center;
}

#about i.fa {
    font-size: 25px;
    color: #499FC1;
    padding-right: 10px;
    padding-top: 20px;
}

.flex-container {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.flex-valeur {
    width: 70%;
    margin: 20px auto;
    font-size: 20px;
}

.valeur {
    float: left;
    width: 70%;
    padding: 15px;
    padding-left: 30px;
}

.img-valeur {
    width: 20%;
    float: left;
}

.titre-valeur {
    background-color: beige;
    font-size: 23px;
    font-weight: bold;
    padding: 5px;
    color: #AE0512;
    line-height: 30px;
}

@media (max-width: 1200px) and (min-width: 767px) {
    .color-texte {
        position: absolute;
        font-weight: normal;
        top: 15%;
    }
    .color-texte h2 {
        font-size: 1.2rem;
    }
    .color-texte h3 {
        font-size: 1.1rem;
    }
    .color-puces {
        top: 9vw;
    }
    .color-boutton {
        width: 25vw;
        height: 7vw;
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    .back-color {
        min-height: 139vw;
        background-position: 89% 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .color-logo {
        width: 48vw;
        left: initial;
    }
    .color-puces {
        width: 11%;
        top: 18%;
        right: 1vw;
        z-index: 2;
    }
    .color-texte {
        width: 83vw;
        top: 18%;
        right: 6vw;
    }
    .color-boutton {
        width: 50vw;
        height: 10vw;
        top: initial;
        right: initial;
        position: relative;
    }
}

@media (max-width: 430px) {
    #specialLoop {
        visibility: hidden;
    }
    #specialLoop-mobil {
        visibility: visible;
    }
    .back-color {
        background-size: 394%;
        min-height: 227vw;
        background-position: 79% -20px;
    }
    .color-logo {
        width: 54vw;
        top: initial;
        left: initial;
        bottom: 45px;
    }
    .color-puces {
        width: 19%;
        top: -3%;
        right: initial;
        transform: rotate(90deg);
    }
    .text-center {
        text-align: left;
    }
    .color-texte {
        width: 83vw;
        top: 8%;
        right: 6vw;
        padding-top: 43px;
    }
    .color-boutton {
        width: 71vw;
        height: 13vw;
        top: initial;
        right: initial;
        position: relative;
        margin-left: initial;
    }
}