html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, p1,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body{
/*	background-color: #12141c;*/
/*	background: linear-gradient(#03065f, #780c84);*/
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,22,121,1) 27%, rgba(124,0,255,1) 100%);
}

nav{
	margin-top: 1.5%;
	width:100%;
	display: grid;
	grid-template-columns: 10% 8fr 4fr 0%;
	min-height:15vh;
	color:#12141c;
	align-items:center;
/*  border:1px solid blue;*/
  position:fixed;
  z-index: 2;
}


@font-face {
	
	font-family: 'basier_squaremedium';
    src: url('../Basier/Basier_Square_Webfont/basiersquare-medium-webfont.eot');
    src: url('../Basier/Basier_Square_Webfont/basiersquare-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Basier/Basier_Square_Webfont/basiersquare-medium-webfont.woff2') format('woff2'),
         url('../Basier/Basier_Square_Webfont/basiersquare-medium-webfont.woff') format('woff'),
         url('../Basier/Basier_Square_Webfont/basiersquare-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
   font-family: 'argesta_hairlineregular';
    src: url('../fonts/Argesta/Argesta_Webfont/argestahairline-regular-webfont.eot');
    src: url('../fonts/Argesta/Argesta_Webfont/argestahairline-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Argesta/Argesta_Webfont/argestahairline-regular-webfont.woff2') format('woff2'),
         url('../fonts/Argesta/Argesta_Webfont/argestahairline-regular-webfont.woff') format('woff'),
         url('../fonts/Argesta/Argesta_Webfont/argestahairline-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'argesta_displayregular';
    src: url('../fonts/Argesta/Argesta_Webfont/argestadisplay-regular-webfont.eot');
    src: url('../fonts/Argesta/Argesta_Webfont/argestadisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Argesta/Argesta_Webfont/argestadisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/Argesta/Argesta_Webfont/argestadisplay-regular-webfont.woff') format('woff'),
         url('../fonts/Argesta/Argesta_Webfont/argestadisplay-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silkalight';
    src: url('../fonts/Silka/Silka-Roman-Webfont/silka-light-webfont.eot');
    src: url('../fonts/Silka/Silka-Roman-Webfont/silka-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Silka/Silka-Roman-Webfont/silka-light-webfont.woff2') format('woff2'),
         url('../fonts/Silka/Silka-Roman-Webfont/silka-light-webfont.woff') format('woff'),
         url('../fonts/Silka/Silka-Roman-Webfont/silka-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silkaregular';
    src: url('../fonts/Silka/Silka-Roman-Webfont/silka-regular-webfont.eot');
    src: url('../fonts/Silka/Silka-Roman-Webfont/silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Silka/Silka-Roman-Webfont/silka-regular-webfont.woff2') format('woff2'),
         url('../fonts/Silka/Silka-Roman-Webfont/silka-regular-webfont.woff') format('woff'),
         url('../fonts/Silka/Silka-Roman-Webfont/silka-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

a {
	color:#0000ff;
}



h1 {
	font-family:'argesta_hairlineregular',arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
}

h2 {
	margin-left:8.2%;
	font-family:'argesta_hairlineregular', arial, sans-serif;
	font-size: 3.5em;
	color:#c8c8c8;
	font-weight: normal;
}

h3 {
	font-family:'argesta_hairlineregular',arial, sans-serif;
	font-size: 2.4em;
	line-height: 1.1em;
	font-weight: normal;
	/*border:1px solid;*/
}

p {
	font-family:'silkaregular',arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color:#eff1f5;
}

p1{
	font-family:'silkaregular',arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color:grey;
}

.global h1 {
	font-family:'argesta_hairlineregular',arial, sans-serif;
	font-size: 3.2em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom:1vh;
	/*border:1px solid;*/
}

#descriptif{
width:65%;

	-webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
	font-family:'silkaregular',arial, sans-serif;
	font-size: 1em;
	line-height: 1.3;
	margin-bottom:1.4vh;
	/*border:1px solid;*/
}

.global p {
	width:65%;
	font-family:'silkaregular', arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.4em;
	color:#12141c;
	margin-bottom:2vh;
	/*border:1px solid;*/
}
/********** ACCUEIL **********/


#logo_home{
	width:auto;
	max-width:100%;
	max-height:80px;
	margin-left:3%;
	/*border:1px solid red;*/
	position:absolute;
	z-index: 2;
}

#reseaux{
 width:200%;
  margin-left:760%;
  line-height: 1.5;
  z-index: 2;
  text-align: right;
}

#reseaux a{

color:#eff1f5;
}

.liens{
	font-family:'silkaregular',arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color:#eff1f5;
 	width:auto;
  	margin-left: 3.5%;
  	/*border:1px solid red;*/
   	display:inline-block;
  
  }

a.liens{
  color:#12141c;
  display:inline-block;
}

a.liens:hover{
  animation:colorblink 0.07s infinite;
}

a.liens,#logo_home {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
}

a.whitelink{
	color:#f1f1f1;
}
a.whitelink:hover{
	color:#1C1C1C;
}

p {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

h1 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.25s;
  -moz-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

p1 {
	text-align: center;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;

}

.gradient {
width:60%;
margin:auto;
border-radius: 10px;
font-family:'silkaregular',arial, sans-serif;
font-weight: normal;
font-size: 2.5em;
color:white;
background:linear-gradient(289deg, #57d7b6, #df16bd, #dce119);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes fadeIn{
  0%{
  	opacity: 0;
    -webkit-transform: translateY( -30px);
}
  
  25%{
  	opacity: 0;
  }

100%{
  	opacity: 1;
  	-webkit-transform: translateY(0px);
  }

}

@keyframes colorblink{
  0%{}
  50%{color:#12141c;}
}

.banner{
	padding-bottom: 5vh;
	width:100%;
	height: 100vh;
	margin:auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;

/*	border:1px solid red;*/
}

.banner video{
	position: absolute;
	top: 0;
	left:0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
	box-shadow: 0px 3px 5px #060606;
}

.banner .content{
	position: relative;
		margin: 0 auto;
	margin-top:0vh;
	z-index: 1;
	max-width: 1000px;
	text-align: center;
/*	border:1px solid;
*/

}
hr{
	width:65%;
	margin-top:-1vh;

}
.banner .content p{
	width:65%;
	margin:auto;
	line-height:1.35em;
	font-size: 1.122em;
	text-align:left;
	/*text-transform: uppercase;*/
	color: #c8c8c8;
/*	border:1px solid red;*/
}

.banner .content h1{
	width:100%;
	margin:auto;
	margin-top:2%;
	font-size: 6em;
	line-height: 1.2em;
	/*text-transform: uppercase;*/
	color: #c8c8c8;
/*	border:1px solid red;*/
}

.presentation{
	padding-bottom: 5vh;
	width:100%;
	height:217vh ;
	overflow: hidden;
	display: flex;
	justify-content: center;

	background-color: #c8c8c8;
	box-shadow: 0px 1px 15px #060606 inset;
/*	border:1px solid red;*/
}

.presentation .content{
	z-index: 1;


	margin-top:24.5%;
	text-align: center;
	/*border:1px solid red;*/
}

#parchemin{
	font-family:'argesta_displayregular',arial, sans-serif ;
	font-size: 1.41em;
	line-height: 1.35;
	text-align: left;
	margin-top:26vw;
	width:30%;
	margin-left:35%;
/*	border:1px solid red;*/
	z-index: 20;
}

#credits{
	width:18.8%;
	margin-left:40.6%;
/*	margin-left:37.5%;*/
	margin-top:4vw;

	font-family: "silkaregular","arial", serif;
	font-size:0.9em;
	color:#c8c8c8;
/*	border:1px solid red;*/
}

.me{
  width:35%;
  border-radius:5%;
  margin-left:32.5%;
  margin-top:4%;
	background:url('../images/special_1.gif') center;
	background-size:cover;
  /*	box-shadow: 0px 0px 5px rgba(0,0,0,.2) inset;*/
/*	box-shadow: 0px 0px 10px #eff1f5;*/
	/*border:1px solid red;*/
	 -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  animation-duration: 1.6s;

}

.me:after{
	content: "";
	padding-bottom: 100%;
	display: block;
}

/********** VIGNETTES **********/

#portfolio {
	margin: auto;
	width:85%;
	padding-bottom:4%;
	/*border:1px solid;*/
}

#container-vignettes{
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	margin-top:3%;
	text-align:center;
	/*border:1px solid;*/
}
#container-vignettes a {
	text-decoration: none;
}

.vignette{
	width: 90%;
/*	border : 4px solid #12141c;*/
	border-radius: 10px;
	margin: auto;
    margin-bottom: auto;
	margin-bottom: 10px;
	
  mix-blend-mode: normal;
mix-blend-mode: multiply;
mix-blend-mode: screen;
mix-blend-mode: overlay;
mix-blend-mode: darken;
mix-blend-mode: lighten;
mix-blend-mode: color-dodge;
mix-blend-mode: color-burn;
mix-blend-mode: hard-light;
mix-blend-mode: soft-light;
mix-blend-mode: difference;
mix-blend-mode: exclusion;
mix-blend-mode: hue;
mix-blend-mode: saturation;
mix-blend-mode: color;
mix-blend-mode: luminosity;

box-shadow:10px 10px 14px #080669;
transition:0.5s;
}

.vignette:hover{
mix-blend-mode:normal;
box-shadow: 0px 0px 10px #080669;

filter:none;
transition:.7s ease;
}

.legende {
    color: #c8c8c8;
    width: 90%;
    text-align: left;
    margin: auto;
    font-style: italic;
/*    border:1px solid red;*/
}

/********** PROJETS **********/

#logo{
	width:auto;
	max-width:100%;
	max-height:80px;
	margin-left:3%;
	margin-top:2.1%;
/*	border:1px solid red;*/
	position:absolute;
	z-index: 2;
}

.logo_intern{
	width:auto;
	max-width:100%;
	max-height:80px;
	margin-left:3%;
	margin-top:1.5%;
/*	border:1px solid red;*/
	position:fixed;
	z-index: 2;
}

.global {
	width:75%;
	margin-left:12.5%;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1.5%;
	padding-right :0.9%;
	padding-left:2.5%;
	padding-bottom: 1.7%;
	border-radius: 10px;
	background-color: #eff1f5;

	/*border:1px solid red;*/
}

.imgglobal {
   width: 100%;
   display:block;

   margin-bottom:0.2vw;

   border-radius: 10px;
}

.vidglobal {
   width: 100%;
   display:block;

   margin-bottom:2vw;

   border-radius: 10px;
}

#imgbanner {
 	 width: 100%;
   display:block;
   margin: auto;
   margin-top:10px;
   padding-bottom:0.2vw;
   border-radius: 10px 10px 0px 0px;

	/*border:1px solid;*/
}

.gif{
width:49.85%;
display: inline-block;
border-radius: 10px;
}

.gif_vid{
width:24.75%;
display: inline-block;
border-radius: 0.2vw;
border-radius: 10px;
}

.gif p{
marging-bottom:5vw;
width: 80%;
border:1px solid blue;

}

/********** VIDÉOS **********/

.banner_showreel{
	padding-bottom: 5vh;
	width:100%;
	height: 100vh;
	margin:auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;

/*	border:1px solid red;*/
}

#video_showreel {

    margin-left:2%;
    margin-top: 70px;
    width: 80%;
    height: 100%;
/*border: 1px solid red}*/}

#video_integree {
    margin-top:30px;
    margin-left:10%;
    width: 80%;
    padding-bottom:66.5vh;
    margin-bottom:2vw;
    height: 0;
}

#video_integree iframe {
    position: absolute;
    top: 0;
    left: -3px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.videos_telephone {
	margin-top:5%;
  display: flex;
  flex-direction: column;
  align-items: center; /* centrer horizontalement */
  gap: 50px;
}

.videos_telephone iframe {
   width: 100%;
  max-width: 500px; /* ou la valeur que tu veux */
  aspect-ratio: 9/16;
}

/********** SLIDERS **********/

.photo_slider {
  margin-top:30px;
  margin-left:10%;
  margin-right:10%;
  margin-bottom: 1vw;
  position : relative;
  display : block;
  overflow : hidden;
  width : 80%;
  max-width : 100vw;
  height : 100vh;
  max-height : 100%;

   border-radius: 10px;
}



.slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  transition: transform 1600ms;
  transform: scale(1);
}

/* Slider images */  


.slide_img_01 {
  background : url('../images/connetable/boites/boite_pecheur.jpg') no-repeat center;
  background-size: cover;
  left: 0;
}

.slide_img_02 {
  background : url('../images/connetable/boites/boite_plongeur.jpg') no-repeat center;
  background-size : cover;
  left: 100%
}

.slide_img_03 {
  background : url('../images/connetable/boites/boite_scaphandrier.jpg') no-repeat center;
  background-size : cover;
  left: 200%
}

/* Next and Prev arrow */ 


.control {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 55;
}

.control label svg {
  width : 48px;
  height : 48px;
  fill : #fff;
  stroke : currentColor;
  stroke-width : 0;
}

.control label svg:hover {
  transition : all .2s ease;
  fill : #000;
}

.control label {
  z-index: 0;
  display: none;
  cursor: pointer;
  opacity: 0.5;
}

.control label:hover { opacity: 1.0; }

.next { right: 1%; }

.previous { left: 1%; }

/* Slider Pagger */ 


.slider-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1000;
}

.slider-pagination label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255,255,255,0.2);
  margin: 0 2px;
  border: solid 1px rgba(255,255,255,0.4);
  cursor: pointer;
}

/* Slider Pagger arrow event */


.slide-radio1:checked ~ .next .numb2, .slide-radio2:checked ~ .next .numb3, .slide-radio3:checked ~ .next .numb1, .slide-radio3:checked ~ .previous .numb2, .slide-radio2:checked ~ .previous .numb1, .slide-radio1:checked ~ .previous .numb3 {
  display: block;
  z-index: 1
}

/* Slider Pagger event */


.slide-radio1:checked ~ .slider-pagination .page1, .slide-radio2:checked ~ .slider-pagination .page2, .slide-radio3:checked ~ .slider-pagination .page3 { background: rgba(255,255,255,1) }

/* Slide effect */


.slide-radio1:checked ~ .slider { transform: translateX(0%); }

.slide-radio2:checked ~ .slider { transform: translateX(-100%); }

.slide-radio3:checked ~ .slider { transform: translateX(-200%); }

/********** SVG **********/

svg{/*border:1px solid red;*/
	position:absolute;
	margin:auto;
	padding-top:4%;	
  }



 
@keyframes dash {
  0% {
    stroke-dashoffset: 3700;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.st0,.st1,.st2,.st3,.st4,.st5,.st6,.st7,.st8{
  stroke-dasharray: 3700;
    animation: dash 5s ease-in-out;
    /*animation-play-state: paused;*/
}


@keyframes dashh {
  0% {
    stroke-dashoffset: 3700;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/************* RESPONSIVE *************/

@media screen and (max-width: 1024px) {
 /* html,body{background-color:green}*/
} 




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

#logo_home{
 margin-top:5vw;
}

#reseaux {
 width:500%;
 margin-left:460%;
 margin-top: 5vw;
 /*border:1px solid blue;*/
  }

.liens{
 font-size: 1em;
}

.banner{
 padding-bottom:0vh;
}
.banner .content{ 
 font-size:1.7em;
 margin-top:20vw;
 /*border:1px solid red;*/
}

.banner .content p{ 
 font-size:1em;
}

.banner .content h1{ 
 font-size:1.5em;
}

.banner_showreel{
	padding-bottom: 8vh;
	height: 50vh;
/*	border:1px solid red;*/
}

#portfolio{
	width:100%;
}

#container-vignettes{
 display:block;
 margin-bottom: 6vw;
}
.legende{
 margin-bottom:7vw;
}


.presentation{
	height:200vh;

}
.me{
	margin-top:10vh;
 width:65%;
/* border:1px solid red;*/
}

svg{
display: none;
}

h3{
	text-align:center;
}

#parchemin{
	width:75%;
	margin-top:45vh;
	margin-left:12.5%;
	border:1px solid red;

}

/*  html,body{background-color:blue}*/
} 
