@import url('https://fonts.cdnfonts.com/css/poppins');

header {
    background-size: cover;
    height: 100vh;
    background-image: url('../images/index_boy.webp');
    background-size: 600px;
    background-position: 80% 200px;
    background-repeat: no-repeat;
    height: 100vh;
}

.border {
    border: 2px solid black !important;
    background: rgb(255, 255, 255, 0.8);
    height: auto;
    padding: 10px 20px;

}

.border-titre h6 {
    background-color: transparent;
    color: #8f600c;
    font-weight: 600;
    font-size: 20px;
    float: left;
    margin-bottom: 20px;
    border-left: 20px solid #8f600c;
    padding-left: 8px;
    border-bottom: 1px solid #8f600c;
}

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

    .navbar-nav .active a {
        border-bottom: hidden;
    }

    .navbar-nav .active a:hover {
        border-bottom: hidden;
        transform: rotateZ(0deg);
        color: orange;
    }

}

.slider {
    position: relative;
}

h1 {
    width: 100%;
    position: absolute;
    opacity: 0;
    top: -130px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'poppins', sans-serif;
    color: white;
    font-size: 30px;
    font-weight: bold;

}

.actiff {
    opacity: 1;
    text-align: center;
}

/* Responsive < 940 */

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 25px;
    }

}

@media only screen and (max-width: 820px) {
    h1 {
        font-size: 20px;
    }
}

/* Responsive < 774 */

@media screen and (max-width: 774px) {
    h1 {
        font-size: 15px;
    }
}

/* Responsive < 560 */
@media screen and (max-width: 560px) {

    h1 {
        font-size: 15px;
        top: -220px;
    }


}

@media screen and (max-width: 490px) {
    .slider {
        margin-top: -40px;
    }

    .conta {
        margin-top: -4rem;
    }
}

@media screen and (max-width: 375px) {
    .slider {
        margin-top: 10px;
    }
}


/* Responsive < 280 */
@media screen and (max-width: 280px) {}


.top {
    background: #6422EB;
    display: flex;
    flex-direction: row;
    height: 70px;
    transition: height 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 300px;
}


header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 480px;
}

.count h6 .span {
    color: white;
    margin-right: 10px;
    font-size: 20px;
}

.count {
    color: grey;
}

.navbar {
    padding-top: 30px;
    padding-bottom: 30px;
    background: -webkit-linear-gradient(top, grey, rgba(128, 128, 128, 0.582), transparent, transparent);
}

.navbar-brand {
    /* background-color: whitesmoke; */
    border-radius: 10px;
    padding: 5px 10px;
    /* box-shadow: 8px 8px 0 1px orange; */
}

.nav-link {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bolder;
}

.nav-link:hover {
    color: whitesmoke
}

.containere svg {
    padding-top: 150px;
}

.login:hover {
    color: white;
}

.active a {
    color: white;
    border-bottom: 4px solid cadetblue;
    border-radius: 50%;
}

.active a:hover {
    border-bottom: 4px solid orange;
    color: orange;
    transform: rotateZ(10deg);
    transition: 0.3s;
}

.desactive:hover a {
    color: orange;
    transform: rotateZ(10deg);
    transition: 0.3s;
}

.loader {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
}

circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-origin: 170px 170px;
    will-change: transform;
}

circle:nth-of-type(1) {
    stroke-dasharray: 550px;
}

circle:nth-of-type(2) {
    stroke-dasharray: 500px;
}

circle:nth-of-type(3) {
    stroke-dasharray: 450px;
}

circle:nth-of-type(4) {
    stroke-dasharray: 300px;
}

circle:nth-of-type(1) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

circle:nth-of-type(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

circle:nth-of-type(3) {
    -webkit-animation-delay: -0.38s;
    animation-delay: -0.38s;
}

circle:nth-of-type(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes preloader {
    50% {
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        transform: rotate(360deg);
    }
}

body {
    background-color: rgba(0, 0, 0, 0.89);
    /* background-color: #c3d9dc; */
}

.home {
    margin-top: 150px;
}

.backg {
    text-align: center;
}

.service {
    margin-top: 20px;
    margin-bottom: 20px;
}

#services .card_ .about-move .single-services {
    text-align: center;
}

#services .card_ .about-move .single-services p {
    float: left;
}

#services {
    margin-top: 80px;
    padding-bottom: 80px;
    border-radius: 50px;
    background-color: transparent;
}

#services p {
    color: grey
}

#services h2 {
    margin-top: 80px;
    font-family: 'arial';
    color: grey;
    padding-left: 5px;
    margin-bottom: 20px;
}

.offer h2 {
    margin-top: 80px;
    font-family: 'arial';
    color: grey;
    padding-left: 5px;
}

.offer p {
    color: grey;
    font-family: 'arial';
    font-size: 14px;
    margin-top: 10px;
    width: 80%;
}

.card_ h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bolder;
    color: cadetblue;
    margin-top: 10px;
}

.services-head h2 {
    margin-bottom: 40px;
    font-size: 30px;
}

.service h1 {
    margin-top: -150px;
    font-size: 30px;
    color: orange;
    text-transform: uppercase;
}

.service ul li {
    font-family: 'arial';
    color: #444;
    padding: 5px 0;
    margin-left: 50px;
}

a img {
    height: 150px;
}

.card p {
    color: #333;
    font-size: 14px;
    text-align: justify;
}

.card_ {
    border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    padding-top: 10px;
    background-color: rgba(128, 128, 128, 0.075);
}

.card {
    background-color: rgba(128, 128, 128, 0.075);
}

@keyframes fad_butt {
    from {
        transform: scale(0.95);
    }

    to {
        transform: scale(1);
    }
}

.conta button {
    animation: infinite 0.5s fad_butt alternate;
}

@keyframes fad_car_s {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.chat {
    background-color: white;
	top: 88%;
    left: 102%;
    transform: rotateZ(45deg);
    width: 50px;
    padding: 15px 0 0 0px;
    text-align: center;
    height: 50px;
    position: fixed;
    border-radius: 10px;
    margin-left: 10px;
    transition: 1s;
    z-index: 3000;
    cursor: pointer;
    margin-left: -100px;
}

.chat .mess {
    color: rgb(0, 140, 255);
    transform: rotateZ(-45deg);
    font-size: 22px;
    transition: 1s;
}

.chat:hover {
    transform: rotateZ(0);
    background-color: rgb(0, 140, 255);
}

.chat:hover .mess {
    transform: rotateZ(0);
    color: white;
}

.car_s {
    animation: 1s fad_car_s;
    transform: scale(0.90);
}

.car_s:hover {
    transition: 1s;
    transform: scale(0.98);
}

.car_no {
    animation: 3s fad_car_s;
}

.car_no:hover {
    transition: 1s;
    transform: scale(0.94);
}

.home .service p {
    color: #444;
    text-align: justify;
}

.pub {
    width: 100%;
    background-color: transparent;
    height: 400px;
    margin-bottom: 50px;
}

.offer h4 {
    color: white;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 13px;
}

.pub .pub_1 {
    width: 100px;
    height: 100px;
    position: absolute;
    border-top: 8px solid orange;
    border-left: 8px solid orange;
    margin-left: 80px;
    background-color: orange;
    margin-top: 80px;
    border-radius: 20px;
}

.pub .pub_2 {
    top: 65%;
    left: 35%;
    width: 70%;
    margin-left: -100px;
    margin-top: -100px;
    height: 300px;
    position: absolute;
    background-color: cadetblue;
    border-radius: 20px;
}

.pub .img {
    height: 100%;
    width: 67%;
    top: 7%;
    background-position: center;
    left: 30%;
    margin-left: -100px;
    margin-top: 70px;
    background-image: url('../images/avantages.webp');
    background-size: cover;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 0 20px 5px rgba(128, 128, 128, 0.089);
}

.reseaux .fb,
.reseaux .ins,
.reseaux .skyp,
.reseaux .link {
    background-color: white;
    color: rgb(139, 91, 0);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
}

.reseaux .fb {
    position: absolute;
    margin-top: -200px;
    margin-left: 94px;
}

.reseaux .ins {
    position: absolute;
    margin-top: -160px;
    margin-left: 94px;
}

.reseaux .link {
    position: absolute;
    margin-top: -120px;
    margin-left: 94px;
}

.reseaux .skyp {
    position: absolute;
    margin-top: -80px;
    margin-left: 95px;
}



@keyframes settings {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.one img {
    animation: infinite settings 5s linear reverse;
    height: 60px;
}

@keyframes setting {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.two img {
    margin-top: -40px;
    margin-left: 50px;
    position: absolute;
    animation: infinite setting 5s linear;
    height: 30px;
}

@keyframes settin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.logo {
    margin-left: 70px;
}

.three img {
    margin-top: -85px;
    margin-left: 40px;
    position: absolute;
    animation: infinite settin 5s linear;
    height: 50px;
}

.bod {
    margin-top: 0px;
    margin-left: -80px;
    position: absolute;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #1c1c1c;
}

::-webkit-scrollbar-thumb {
    background-color: #3b3b3b;
    border-radius: 5px;
}
.conta {
    margin-top: 20px;
    position: absolute;
    margin-left: -100px;
    margin-top: 100px;
    top: 35%;
    left: 50%;
}

.conta .cardd {
    margin-left: 180px;
}

.conta p {
    margin-left: 268px;
}

.conta button {
    cursor: pointer;
    border: none;
    background-color: rgba(65, 65, 65, 0.836);
    position: absolute;
    border-radius: 20px;
    width: 250px;
    color: white;
    height: 80px;
    text-transform: uppercase;
    font-weight: bold;
}

.conta button a {
    color: white;
}

.conta a:hover {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .conta button {
        width: 150px;
        height: 60px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 10px;
    }

    .conta {
        position: absolute;
        margin-left: -50px;
        margin-right: auto;
    }
}

@media only screen and (max-width: 280px) {
    .conta {
        display: none;
    }

    .pub .img {
        margin-left: -3rem;
    }
}

@media only screen and (max-width: 750px) {
    .pub {
        margin-left: -92px;
    }

    .pub .img {
        width: 75%;
        left: 53%;
    }
}

@media only screen and (max-width: 420px) {
    .pub .img {
        width: 90%;
        left: 54%;
    }
}




/*slid-servicz*/



div.slideimg{
    margin: 10px 0px 50px 20px;
}
.sliderr {
  position:relative;
  height:0px;
  padding-bottom:66.666666667%;
  margin-top:24px;
  margin-bottom:24px;
}

.slider__after {
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  width:100%;
  height:100%;
  background-size:cover;
  pointer-events: none;
}

.slider__before {
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  width:50%;
  height:100%;
  background-size:cover;
  pointer-events: none;
  overflow:hidden;
}

.slider__before:before {
  content:'Avant';
  position:absolute;
  left:8px;
  top:8px;
}

.slider__after:before {
  content:'Après';
  position:absolute;
  right:8px;
  top:8px;
}

.slider__separator {
  position:absolute;
  left:50%;
  width:2px;
  top:0px;
  bottom:0px;
  background:cadetblue;
  box-shadow: 0 5px 10px 0px rgba(0,0,0,0.5);
  cursor:ew-resize;
  z-index:3;
  transform:translateX(-50%);
}

.slider__range {
  position:absolute;
  width:100%;
  bottom:0px;
  z-index: 3;
  appearance: none;
  background:cadetblue;
  outline:none;
  margin:0px;
}

.slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width:12px;
  height:16px;
  background:white;
}

.slider__range::-moz-slider-thumb {
  -moz-appearance: none;
  width:12px;
  height:16px;
  background:white;
}

.slider--tokyo .slider__before {
  background-image: url('../images/tokyo_light_off.jpg');
  
}

.slider--tokyo .slider__after {
  background-image: url('../images/tokyo_light_on.jpg');
}

.slider--tokyo .slider__separator:before {
  content:'';
  width:32px;
  height:32px;
  border-radius:50%;
  border:solid 2px white;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.slider--tokyo .slider__range {
  display:none;
}

.slider--tokyo .slider__before:before, 
.slider--tokyo .slider__after:before {
  top:50%;
  transform:translateY(-50%);
  background:cadetblue;
  padding:8px 16px;
  border-radius:8px;
  margin-left:8px;
  margin-right:8px;
}