/**
  * Luc Bataillé - Vitrine Web
  * Description: Personal Portfolio Website Template
  * Author/Developer: Luc Bataillé 
  * Version: v4
  */
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
::-webkit-scrollbar{
    width: 4px;
    color:#28f2f3;
    transition: all .4s ease;
}
::-webkit-scrollbar-thumb {
    background: #36e3d9; 
    border-radius: 4px;
    width: 4px;
    transition: all .4s ease;
  }
  ::-webkit-scrollbar-track {
    background: #101010; 
    border-radius: 4px;
    width: 4px;
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  html{
    background: #fff; 
  }
body {
    /*** font-family: Arial, sans-serif; ****/
    background-color: #f4f4f4;
    justify-content: center;
    align-items: center;
    margin: 0;
    user-select: none;
    overflow-x: hidden; 
    width: 100%;
    background:#fff;
    font-family: 'Roboto', 'Arial', 'Tahoma';
    margin:0;
}
* html body{
  overflow:hidden;
} 
* html div.cooling{
  height:100%;
  overflow:auto;
}
#particles{
	background:#fff url("fond-texture-opo.png") no-repeat;
	background-position: top right;
     width: 100%;
     height: 100%;
	margin:0;
	padding:0;
     position:fixed;
     top:0;
}

.h1{font-size:0.7em;font-family:Future Earth;}
.close-first , .close-second{
 height: 35px;
 width: 35px;
 background-color: white;
 display: block;
 margin: 4px;
 cursor: pointer;
 padding: 1px;
 border-radius: 20px;
}
.close-first {
    transform: rotate(45deg);
}
.close-second{
    transform: rotate(-45deg);
}
.header-content-box{
    position :relative;
    z-index: 2;
    text-align: center;
    height: auto;
    padding-right: 60px;
    width: auto;
}
.header-content .firstline, .firstline{
    z-index: 2;
    font-weight:700;
    font-family: poppins;
    font-size: 38px;
}
.header-content .secondline{
    z-index: 2;
    font-size: 30px;
    padding-top:20px ;
    font-weight:500;
    /* color: rgb(255, 255, 255,.8); */
    color:#000;
}
.newcorps{
    background:#000;
	height: 100%;
    width: 100%;
    float: left;
    text-align:left;	
}
.services-heading{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 900;

}
.services-content{
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding:2.5%;
}
.service{
    height:380px;
    width:28%;
    margin: 1.5%;
    background-color: #191919;
    display: inline-block;
    box-shadow:0px 0px 25px rgb(0,0,0,.05);
    position: relative;
    text-align: center;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    animation: opacity 1.4s ease ;
}
.service-img{
    text-align: center;
}

.service-img img{
    display: inline-block;
    z-index: 2;
    position: relative;
    margin: 20px;
    border-radius: 30%;
    padding: 10px;
    border: 0px solid #36e3d9;
    background: #36e3d9;
    box-shadow:0px 0px 0px 0px #36e3d9 ;
    height:100px;
    transition: all .8s ease;
}
.service:hover .service-img img{
    box-shadow:0px 0px 0px 400px #36e3d9 ;
}
.service-description{
    font-family: poppins;
    color:whitesmoke;
    position: relative;
    display: inline-block;
    z-index:2;
}
.service-description h2{
    padding: 10px;
    margin: 5px;
    font-weight: 200;
    font-size: 25px;
}
.service-description p{
    padding: 10px;
    font-weight: 200;
    font-size: 16px;
    opacity: .8;
}
.services-web{
	float:left;
	width:25%;
	font-size:15px;
	text-align:left;
	margin-top:30px;
	padding-right:15px;
	 line-height:25px;
     	}
#slidetteone{
	animation-name: slideDownone;
	-webkit-animation-name: slideDownone;	
	animation-duration: 1.3s;	
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
    	animation-fill-mode: forwards;

	visibility: visible !important;		
}
#slidettetwo{
	animation-name: slideDowntwo;
	-webkit-animation-name: slideDowntwo;	
	animation-duration: 1.3s;	
	-webkit-animation-duration: 1.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	-webkit-animation-delay: .3s; 
    	animation-delay: .3s; 
	-webkit-animation-fill-mode: forwards;
    	animation-fill-mode: forwards;
	visibility: visible !important;	
     opacity:0;
}
#slidettethree{
	animation-name: slideDowntwo;
	-webkit-animation-name: slideDowntwo;	
	animation-duration: 1.3s;	
	-webkit-animation-duration: 1.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	-webkit-animation-delay: .6s; 
    	animation-delay: .6s; 
	-webkit-animation-fill-mode: forwards; 
     animation-fill-mode: forwards;
	visibility: visible !important;	
     opacity:0;
}
#slidettefor{
	animation-name: slideDowntwo;
	-webkit-animation-name: slideDowntwo;	
	animation-duration: 1.3s;	
	-webkit-animation-duration: 1.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	-webkit-animation-delay: .9s; 
    	animation-delay: .9s; 
	-webkit-animation-fill-mode: forwards; 
     animation-fill-mode: forwards;
	visibility: visible !important;	
     opacity:0;
}
.container{
    background-image: url('business-man-vw.png');
    background-repeat:no-repeat; 
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 760px;
    margin: auto;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    position:relative;
    z-index:10;
    animation: fadeIn 1s ease-in;
}
.formsup{
	width: 70%;
     margin: 355px auto 0 auto;
     justify-content: center; 
     box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.newcentre{
	width:90%;max-width:1200px;margin:auto;min-height:400px;
}
.newcentreprocess{
	width:90%;max-width:1200px;margin:auto;
	text-align:center;
}
.newcentreprocess h1, .newcentreprocess h2, .newcentreprocess h3, .newcentreprocess h4{
text-align:center; padding-top : 8px;
}

.step-indicator {
    width:100%;
    text-align: center;
    font-weight: bold;
    margin-top:20px;
    margin-bottom: 20px;
    color:#03524d;
}

.step {
    display: none;
}

.step.active {
    display: block;
    animation: fadeIn 0.5s;
}

h4 {
    text-align: center;
    color: #333;
}

label {
    display: block;
    margin: 10px 0;
    color: #555;
}
.input-line{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.input-name{
    width: 40%;
    padding:10px 20px;
    margin:14px;
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: whitesmoke;
    font-family: poppins;
    font-size: 18px;
}

input[type="text"],
input[type="email"] {
    width: calc(100% - 22px);
    padding: 10px;
    margin: 5px 0 15px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px;
}
 button:hover .index{
     position: relative;
    z-index: 4;
}
.button{
    text-align: center;
}
form button{
    padding:8px 24px;
    font-family: poppins;
    font-size:20px;
    color: whitesmoke;
    background:#03524d;
    opacity: .8;
    margin: 20px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    transition: all .4s ease;
}
form button:hover{
  opacity: 1;
}

/***  TOOLTIP
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #fff;
    color: #000;
    font-weight:regular;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 180%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 95%;
    left: 43%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
  FIN TOOLTIP ***/

/*** SUB OPTIONS ****/
.sub-options {
            margin-left: 30px;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
        }

        .option-group input[type="checkbox"]:checked ~ .sub-options {
            max-height: 400px;
            opacity: 1;
        }

/*** INFOBULLE ***/
input[title] {
  position: relative;
}

input[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -35px; /* Position au-dessus de l'input */
  left: 50%;
  transform: translateX(-50%);
  background-color: #036564; /* Couleur de fond de l'infobulle */
  color: #fff; /* Couleur du texte */
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.9em;
  white-space: nowrap;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}


input[title]:hover::after,
input[title]:hover::before {
  opacity: 1;
}
/****FIN TITLE ET SUB OPTIONS ***/

button {
    background: #03524d; 
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 5px;
}

button:hover {
    background: #36e3d9;
}

button.prev, button.next, .next {
    margin-top:55px;
    margin-bottom:40px;
    background: #03524d; 
    opacity:1;
}

button.prev:hover, button.next:hover, .next:hover {
    background: #36e3d9;
    margin-top:55px;
    margin-bottom:40px;
}

small {
    font-size: 0.9em;
    color: #777;
}

.divclassiq{width:100%;float:left;position:relative;}
.vlaun{
	text-align:center;
	background-image: 
    linear-gradient(to right, #000, #36e3d9, #03524d, #26d9d9); 
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
  animation: rainbow-animation 175s linear infinite;
}

.swift-up-text{
   margin-top:15px;
   text-align:center;
   background: -webkit-linear-gradient(#36e3d9, #03524d);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.color{
    color: #36e3d9;
    transition: all .4s ease;
}
.colorcoche{color:#fff;background:#03524d; border-radius:45px; padding:3px 8px 3px 8px;animation:5s ease infinite fadecoche;
}
.colorcoche1{color:#fff;background:#03524d; border-radius:45px; padding:3px 8px 3px 8px;animation:15s ease infinite fadecoche;
}
.colorcoche2{color:#fff;background:#03524d; border-radius:45px; padding:3px 8px 3px 8px;animation:25s ease infinite fadecoche;
}
.colorcoche3{color:#fff;background:#03524d; border-radius:45px; padding:3px 8px 3px 8px;animation:35s ease infinite fadecoche;
}
.colorcoche4{color:#fff;background:#03524d; border-radius:45px; padding:3px 8px 3px 8px;animation:45s ease infinite fadecoche;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: -webkit-linear-gradient(#cbd1d8, #36e3d9);
  border:none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #03524d;
}
.option-input:checked::before {
  width: 40px;
  height: 40px;
  display:flex;
  content: '\2714';
  font-size: 25px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #03524d;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7); 
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:1001;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  overflow-y : scroll;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background:#fff;
  /* background: linear-gradient(-25deg, #fff, #fff, #36e3d9);
  background-size: 300% 300%;
  animation: gradient 25s ease infinite; */
  font-size:0.9em;
  font-family: 'Roboto', 'Arial';
  border-radius: 15px;
  width: 50%;
  position: relative;
  /* transition: all 5s ease-in-out; */
}
.popup h2 {
  margin-top: 0;
  color: #fff;
  font-family: roboto, Tahoma, Arial, sans-serif;
  background: linear-gradient(-45deg, #03524d, #36e3d9);
  padding: 5px;
  border-radius:10px; 
  padding: 20px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #36e3d9;
}
.popup .close:hover {
  color: #fff;
}
.popup .content {
  margin-top:15px;
  max-height: 30%;
  overflow: auto;
}
 .popup h3, .popup h4, .popup h5, .popup h6, .spacepadd{text-align:left;font-size: 1.2em;padding : 15px 0 10px 0; 
} 

.vertfonce{color:#03524d;}
p{margin: 8px 0 8px 0;}

.divspec{
	border-left:5px solid #36e3d9;
	padding: 0 0 13px 15px;
	margin: 10px 0 18px 25px;
     border-radius:15px;
 }
.divtfin{
  position: relative;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight:bold;
  letter-spacing: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animatet 10s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.color-selector{
    height:auto;
    width:150px;
    padding: 10px;
    background: whitesmoke;
    font-family: poppins;
    font-size: 16px;
    display: flex;
    color: black;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.color-selector li{
  list-style: none;
}
.btrapp{width:240px;margin:100px auto 0 auto;padding:0 5px 0 5px;}
.pied{
  width:100%;
  margin:0 auto 0 auto;
  padding: 40px;
  background:#03524d;color:#fff;
  border-top:8px solid #36e3d9;
  border-bottom : 35px solid #000;
  position:relative;
}

.title-wrapper {
  display: grid;
  align-items: center;
  justify-content: center;
  transform: skew(0, -5deg);
}

.top-title {
  order: 1;
  text-align: center;
  display: block;
  color: #fff;
  font-size: clamp(1rem, 4vw, 1.5rem);
  margin-bottom: 1rem;
  padding-right: 2rem;
}

.bottom-title {
  order: 3;
  text-align: center;
  display: block;
  color: #fff;
  font-size: clamp(1rem, 4vw, 1.5rem);
  margin-top: 1.3rem;
  padding-left: 2rem;
}

.sweet-title {
  order: 2;
  color: #fde9ff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(0.5rem, 6.5vw, 3rem);
  line-height: 0.75em;
  text-align: center;
  text-shadow: 3px 1px 1px #4af7ff, 2px 2px 1px #165bfb, 4px 2px 1px #4af7ff,
    3px 3px 1px #165bfb, 5px 3px 1px #4af7ff, 4px 4px 1px #165bfb,
    6px 4px 1px #4af7ff, 5px 5px 1px #165bfb, 7px 5px 1px #4af7ff,
    6px 6px 1px #165bfb, 8px 6px 1px #4af7ff, 7px 7px 1px #165bfb,
    9px 7px 1px #4af7ff;
}
span.top-title, span.bottom-title {
    display: block;
    position: relative;

    &:before {
      content: attr(data-text);
      position: absolute;
      text-shadow: 2px 2px 1px #e94aa1, -1px -1px 1px #c736f9,
        -2px 2px 1px #e94aa1, 1px -1px 1px #f736f9;
      z-index: 1;
    }

    &:nth-child(1) {
      padding-right: 2.25rem;
    }

    &:nth-child(2) {
      padding-left: 2.25rem;
    }
  }
}

/**** KEYFRAME  ****/

@keyframes slideDownone {
	0% {transform: translateY(-100%);}
	50%{transform: translateY(1%);}
	65%{transform: translateY(-4%);}
	80%{transform: translateY(4%);}
	95%{transform: translateY(-2%);}			
	100% {transform: translateY(0%);}		
}
@-webkit-keyframes slideDownone {
	0% {-webkit-transform: translateY(-100%);}
	50%{-webkit-transform: translateY(8%);}
	65%{-webkit-transform: translateY(-4%);}
	80%{-webkit-transform: translateY(4%);}
	95%{-webkit-transform: translateY(-2%);}			
	100% {-webkit-transform: translateY(0%);}	
}
@keyframes slideDowntwo {
	0% {transform: translateY(-100%);opacity:1;}
	50%{transform: translateY(8%);}
	65%{transform: translateY(-4%);}
	80%{transform: translateY(4%);}
	95%{transform: translateY(-2%);}			
	100%{transform: translateY(0%);opacity:1;}		
}
@-webkit-keyframes slideDowntwo {
	0% {-webkit-transform: translateY(-100%);opacity:1;}
	50%{-webkit-transform: translateY(8%);}
	65%{-webkit-transform: translateY(-4%);}
	80%{-webkit-transform: translateY(4%);}
	95%{-webkit-transform: translateY(-2%);}			
	100% {-webkit-transform: translateY(0%);opacity:1;}	
}

@keyframes animatet {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

@-webkit-keyframes animatet {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
 @-webkit-keyframes gradient {
		0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}

}
@keyframes fadecoche{
    0%{background:#03524d;}
    50%{background:#36e3d9;}
    100%{background:#03524d;}
}
@-webkit-keyframes fadecoche {
	0%{background:#03524d;}
    50%{background:#36e3d9;}
    100%{background:#03524d;}
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes fadeIn{
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeout{
    0%{opacity:1;}
    50%{opacity:0.5}
    100%{opacity:0;left:0px;}
}

@-webkit-keyframes fadeout{
    0%{opacity:1;}
    50%{opacity:0.5;}
    100%{opacity:0;left:0px;}
}

@keyframes fadeoutt{
    0%{opacity:1;}
    50%{opacity:0.5}
    100%{opacity:0;}
}

@-webkit-keyframes fadeoutt{
    0%{opacity:1;}
    50%{opacity:0.5;}
    100%{opacity:0;}
}

@keyframes fadeint{
    0%{opacity:0}
    50%{opacity:0.5}
    100%{opacity:1}
}

@-webkit-keyframes fadeint{
    0%{opacity:0}
    50%{opacity:0.5}
    100%{opacity:1}
}


@keyframes animateslash{
    0%{
        opacity: 1;
        z-index: 2;
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}
@-webkit-keyframes animateslash{
    0%{
        opacity: 1;
        z-index: 2;
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}
@keyframes scale{
    0%{
        transform: scale(.6);
    }
    100%{
        transform: scale(1);
    }
}
@-webkit-keyframes scale{
    0%{
        transform: scale(.6);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes breakeranimate{
       0%{ transform : translateX(-100%)}
       50%{ transform : translateX(0%) }
       100%{ transform : translateX(100%) }
    }
    @-webkit-keyframes breakeranimate{
        0%{ transform : translateX(-100%) }
        50%{ transform : translateX(0%) }
        100%{ transform : translateX(100%) }
    }

 
/**** @-webkit-keyframes breakeranimate{
    0%{
        transform: scale(.6);
    }
    100%{
        transform: scale(1);
    }
}
****/

@keyframes rotate{
    0%{
   transform: rotate(0deg);
    }
    100%{
   transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate{
    0%{
        transform: rotate(0deg);
         }
         100%{
        transform: rotate(360deg);
         }
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
 @-webkit-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}

/**** FIN KEYFRAME  ****/
/*
 * Animated CSS button
 *
 */
.animated-button {
  background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  position:relative;
  z-index:2000;
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button7 {
  background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
  padding: 10px 25px;
  margin: 10px 0 0 0px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7f7;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button7::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85adad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button7:hover::before {
  opacity: 0.2;
}

.animated-button7 span {
  position: absolute;
}

.animated-button7 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}
.animated-button7 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}
.animated-button7 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}
.animated-button7 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}
/****END BUTTON ANIMATED***/

/*** MEDIA QUERIES ***/
@media all and (max-width: 550px) {
#header{
    background:#000;
    height: auto;
    min-height:1900px; 
    width: 100%;
    animation: scale 1.5s ease;
    position:relative;
    display: block;
}
    .header-content{
        height: 100%;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: whitesmoke;
        font-family: raleway;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 40px;
    }
    .header-image{
        float: right;
        height: auto;
        width: 0%;   
    }
.h1{font-size:0.8em;font-family:Future Earth;margin-top:2px;}
    #contact{
        display: none;
    }
.services-web{
	float:left;
	width:100%;
	font-size:15px;
	text-align:center;
	margin-top:20px;
}
 
 .header-content-box{
        z-index: 2;
        text-align: center;
        height: auto;
        padding-right: 0px;
        width: auto;
    }
    .service{
        height:320px;
        width:90%;
        margin: 1.5%;
        background-color: #191919;
        display: inline-block;
        box-shadow:0px 0px 25px rgb(0,0,0,.1);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 10px;
        overflow: hidden;
    }
    .service-img img{
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 20px;
        border-radius: 30%;
        padding: 10px;
        height:80px;
        transition: all .8s ease;
    }
    form{
         display: flex;
         flex-direction: column;
         height: auto;
         width:auto;
         align-items: center;
         position: relative;
    }
            .input-line{
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .input-name{
                width: 90%;
                padding:10px 20px;
                margin:14px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: poppins;
                font-size: 16px;
            }
            .form-header{
                font-size: 22px;
                font-family: poppins;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
                padding-top: 0px;
            }
            .input-subject{
                width: 90%;
                padding:10px 20px;
                margin:24px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: poppins;
                font-size: 16px;
            }
            .input-textarea{
                width: 90%;
                padding:10px 20px;
                margin:15px;
                height: 140px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: poppins;
                font-size: 16px;
            }
            form button{
                padding:8px 24px;
                font-family: poppins;
                font-size:20px;
                color: whitesmoke;
                opacity: .8;
                margin: 20px;
                cursor: pointer;
                border: none;
                border-radius: 8px;
                transition: all .4s ease;
            }
  form button:hover{
     opacity: 1;
  }
  .formsup{
	width: 100%;
     margin: 10px auto 0 auto;
     justify-content: center; 
     padding: 5px 15px 5px 15px;
  }
  .container{background:#fff;border: 2px solid #36e3d9;}
  .divclassiq{margin-top:35px;}
  .vlaun{font-size:1.2em;}
  button.next, .next {
    margin-top:25px;
    margin-bottom:40px;
    background: #03524d; 
    opacity:1;
  }
  button.next:hover, .next:hover {
    background: #36e3d9;
    margin-top:25px;
    margin-bottom:40px;
  }
  button.prev{
    margin-top:55px;
    margin-bottom:0px;
    background: #03524d; 
    opacity:1;
  }
  button.prev:hover{
    background: #36e3d9;
    margin-top:55px;
    margin-bottom:0px;
  }
  .popup{
    width: 96%;
  }
  .popup h2{padding: 20px;}

  /*** INFOBULLE ***/
  input[title] {
    position: relative;
  }
  input[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: -35px; /* Position au-dessus de l'input */
    left: 70%;
    transform: translateX(-50%);
    background-color: #036564; 
    color: #fff; 
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9em;
    white-space: nowrap;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
@media all and (min-width: 551px) and (max-width: 770px) {
  .box{
    width: 70%;
  }
  .popup{
    width: 94%;
  }
.popup h2{padding: 20px;}
.spacepadd strong{font-size:0.68em;}
.divclassiq{margin-top:20px;}
.vlaun{font-size:1.2em;}
.header-content{
    height: 100%;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: whitesmoke;
    font-family: raleway;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 30px;
}
.header-image{
    float: right;
    height: auto;
    width: 0%;   
}
.header-caption{
    opacity:.8;
    display: block;
    font-size: 12px;
    font-family: raleway;
    padding: 8px;
    padding-top: 15px;
    color: whitesmoke;
    font-weight: 100;
    font-style:italic;
    margin-top:40px;
}
.h1{font-size:0.5em;font-family:Future Earth;margin-top:20px;}
    .contact{
        display: none;
    }
.services-web{
	float:left;
	width:41%;
	font-size:14px;
	text-align:left;
	margin-top:20px;
     margin-bottom:60px;
     margin-left:9%;
	padding:10px;
     line-height:18px;
}
.header-content-box{
        z-index: 2;
        text-align: center;
        height: auto;
        padding-right: 0px;
        width: auto;
    }
.container{background:#fff;border: 2px solid #36e3d9;}
.formsup{
	width: 85%;
     margin: 3px auto 0 auto;
     justify-content: center; 
     padding: 5px 15px 5px 15px;
}
button.next, .next {
    margin-top:25px;
    margin-bottom:40px;
    background: #03524d; 
    opacity:1;
}
button.next:hover, .next:hover {
    background: #36e3d9;
    margin-top:25px;
    margin-bottom:40px;
}
button.prev{
    margin-top:55px;
    margin-bottom:0px;
    background: #03524d; 
    opacity:1;
}
button.prev:hover{
    background: #36e3d9;
    margin-top:55px;
    margin-bottom:0px;
 }
}
/* for tabs and large phones */

@media all and (max-width: 1025px) and (min-width: 771px){

  .header-content{
        height: 100%;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: whitesmoke;
        font-family: raleway;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 30px;
    }
    .header-image{
        float: right;
        height: auto;
        width: 0%;   
    }
.header-caption{
    opacity:.8;
    display: block;
    font-size: 12px;
    font-family: raleway;
    padding: 8px;
    padding-top: 15px;
    color: whitesmoke;
    font-weight: 100;
    font-style:italic;
    margin-top:40px;
}
.header-content-box{
    padding-left: 0px;
    z-index: 2;
    text-align: center;   
 }
.h1{font-size:0.5em;font-family:Future Earth;margin-top:40px;}
    .contact{
    display: none;
 }
.services-web{
	float:left;
	width:41%;
	font-size:14px;
	text-align:left;
	margin-top:20px;
     margin-bottom:60px;
     margin-left:9%;
	padding:10px;
     line-height:18px;
}
    .header-content-box{
        z-index: 2;
        text-align: center;
        height: auto;
        padding-right: 0px;
        width: auto;
    }
  .popup{
    width: 90%;
  }
.container {
    background-image: url('business-man-tr.png');
    background-repeat:no-repeat;
    margin:auto;
}
.formsup{
     width: 80%;
     margin: 185px auto 0 auto;
     justify-content: center; 
}
form{
     display: flex;
     flex-direction: column;
     height: auto;
     width:auto;
     align-items: center;
     position: relative;
 }
 .input-line{
     width: 100%;
     height: auto;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
  }
  .input-name{
     width: 80%;
     padding:10px 20px;
     margin:14px;
     border-radius: 8px;
     outline: none;
     background: #050505;
     border:none;
     color: whitesmoke;
     font-family: poppins;
     font-size: 16px;
   }
   .form-header{
     font-size: 22px;
     font-family: poppins;
     font-weight: 400;
     color: whitesmoke;
     padding: 20px;
     padding-top: 0px;
    }
    .input-subject{
      width: 80%;
      padding:10px 20px;
      margin:24px;
      border-radius: 8px;
      outline: none;
      background: #050505;
      border:none;
      color: whitesmoke;
      font-family: poppins;
      font-size: 16px;
     }
     .input-textarea{
       width: 80%;
       padding:10px 20px;
       margin:15px;
       height: 140px;
       border-radius: 8px;
       outline: none;
       background: #050505;
       border:none;
       color: whitesmoke;
       font-family: poppins;
       font-size: 16px;
      }
      form button{
        padding:8px 24px;
        font-family: poppins;
        font-size:20px;
        color: whitesmoke;
        opacity: 1;
        margin: 20px;
        cursor: pointer;
        border: none;
        border-radius: 8px;
        transition: all .4s ease;
       }
       form button:hover{
         opacity: 1;
       }
       .contact-info-header{
         position: relative;
         z-index: 2;
         font-size: 24px;
         font-family: poppins;
         font-weight: 400;
         color: whitesmoke;
         padding: 20px;
        }
        .contect-info-content-line{
          height: auto;
          padding: 10px;
          position: relative;
          z-index: 2;
          display: flex;
          flex-direction: row;
           align-items: center;
          text-align: left;
          margin-left: 30%;
        }
        .hire-me-section{
          display: none;
        }                 
}
@media all and (max-width: 1120px) and (min-width: 1026px){
  /* #particles{
	background:#fff url("fond-texture-opo.png") no-repeat;
	background-position: top right;
     width: 100%;
     height: 100%;
	margin:0;
	padding:0;
     position:fixed;
     top:0;
  } */
  .header-content{
        height: 100%;
   }
  .navigation-links a::before{
       font-size: 4em;
   }
  .popup{
    width: 85%;
  }
  .services-web{
	float:left;
	width:41%;
	font-size:14px;
	text-align:left;
	margin-top:20px;
     margin-bottom:60px;
     margin-left:9%;
	padding:10px;
     line-height:18px;
   }
}
@media all and (min-width: 1481px) {
 .services-web{
	float:left;
	width:25%;
	font-size:15px;
	text-align:left;
	margin-top:30px;
	padding-right:15px;
	 line-height:25px;
  }
  #slidetteone{
	animation-name: slideDownone;
	-webkit-animation-name: slideDownone;	
	animation-duration: 1.3s;	
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
    	animation-fill-mode: forwards;

	visibility: visible !important;		
  }
  #slidettetwo{
	animation-name: slideDowntwo;
	-webkit-animation-name: slideDowntwo;	
	animation-duration: 1.3s;	
	-webkit-animation-duration: 1.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	-webkit-animation-delay: .3s; 
    	animation-delay: .3s; 
	-webkit-animation-fill-mode: forwards;
    	animation-fill-mode: forwards;
	visibility: visible !important;	
     opacity:0;
  }
  #slidettethree{
	animation-name: slideDowntwo;
	-webkit-animation-name: slideDowntwo;	
	animation-duration: 1.3s;	
	-webkit-animation-duration: 1.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	-webkit-animation-delay: .6s; 
    	animation-delay: .6s; 
	-webkit-animation-fill-mode: forwards; 
     animation-fill-mode: forwards;
	visibility: visible !important;	
     opacity:0;
   }
   #slidettefor{
	animation-name: slideDowntwo;
	-webkit-animation-name: slideDowntwo;	
	animation-duration: 1.3s;	
	-webkit-animation-duration: 1.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	-webkit-animation-delay: .9s; 
    	animation-delay: .9s; 
	-webkit-animation-fill-mode: forwards; 
     animation-fill-mode: forwards;
	visibility: visible !important;	
     opacity:0;
    }

    form{
        display: flex;
        flex-direction: column;
        height: auto;
        width:auto;
        align-items: center;
        position: relative;
    }
    .input-line{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .input-name{
        width: 60%;
        padding:10px 20px;
        margin:14px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: whitesmoke;
        font-family: poppins;
        font-size: 18px;
    }
    .form-header{
        font-size: 24px;
        font-family: poppins;
        font-weight: 400;
        color: whitesmoke;
        padding: 20px;
        padding-top: 0px;
    }
    .input-subject{
        width: 60%;
        padding:10px 20px;
        margin:24px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: whitesmoke;
        font-family: poppins;
        font-size: 18px;
    }
    .input-textarea{
        width: 60%;
        padding:10px 20px;
        margin:15px;
        height: 150px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: whitesmoke;
        font-family: poppins;
        font-size: 18px;
    }
    form button{
        padding:8px 24px;
        font-family: poppins;
        font-size:20px;
        color: whitesmoke;
        opacity: .8;
        margin: 20px;
        cursor: pointer;
        border: none;
        border-radius: 8px;
        transition: all .4s ease;
    }
}
