@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,600,700|Lexend+Exa|Quattrocento+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kranky&display=swap');


html{
	height: 100%;
	overflow: hidden;
}
/* css */
/* MAIN CSS */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #403f3e;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #403f3e;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #403f3e;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #403f3e;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #403f3e;
  font-weight: 300;
}

.text-color{
	color: #ffb485;
}

.text-colorfull{
	color: #f37322;
}

.text-color-dark{
	color: #9C27B0;
}

.text-light{
	color: #949090;
}
.text-dark{
	color: #403f3e;
}
.text-black{
	color: #130e0e;
}

.big-text-decorated{
	font-family: 'Kranky', cursive;
	font-size: 1.4em;
	font-weight: bold;
}

.color-full{
	background-color: #f37322;
}

.middle-dark{
	background-color: #ffb485;
}

.colorfull-dark{
	background-color: #729bd3;
}

.middle-light{
	background-color: #b3b9d6;
}

.grey{
	background-color: #e6e5e5;
}
.light{
	background-color: #fff;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-decoration{
	/*text-decoration: underline;*/
	color: #E91E63;
	position: relative;
	margin: 10px auto;
}

.text-underline{
	border-bottom: 1px solid #fff;
}

.text-decoration:hover{
	color: #fff;
	font-weight: 600;
}

.text-decoration:after{
	content: "";
	height: 2px;
	width: 100%;
	transform: scaleX(0);
	background: #E91E63;
	position: absolute;
	bottom: 1px;
	right: 0;
	left: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	-moz-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	-o-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
}

.text-decoration:hover:after{
	transform: scaleX(1);
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.margin-30{
	margin: auto 30%;
	width: 40%;
}
.margin-20{
	margin: auto 20%;
	width: 60%;
}
.margin-10{
	margin: auto 10%;
	width: 80%;
}
.margin-5{
	margin: auto 5%;
	width: 90%;
}

.padding-10{
	padding: 10px;
}
.padding-20{
	padding: 20px;
}
.padding-10{
	padding: 40px;
}

.padding-top-40{
	padding-top: 40px;
	padding-bottom: 40px;
}



body{
	font-family: 'Comfortaa', cursive;
	font-family: 'Lexend Exa', sans-serif;
	font-family: 'Quattrocento Sans', sans-serif;
	
	color: #fff;
	margin: 0;
	padding: 0;
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	
	/*
	background-image: -moz-linear-gradient(0deg, #3ccab0 0%, #77d5f7 100%);
	background-image: -webkit-linear-gradient(0deg, #3ccab0 0%, #77d5f7 100%);
	background-image: -ms-linear-gradient(0deg, #3ccab0 0%, #77d5f7 100%);
	*/
	
	background-image: url(../bg/wcsj.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

*{
	-webkit-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	-moz-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	-o-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
}

a {
  -webkit-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
  -moz-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
  -o-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
  transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
}

iframe {
  border: 0;
}

a {
  text-decoration: none;
  outline: 0;
  color: inherit;
}

a:focus, a:hover{
	color: #ffb485;
}

h1, h2, h3,
h4, h5, h6 {
  /*font-family: "Poppins", sans-serif;
  color: #222222;*/
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  /*font-family: "Poppins", sans-serif;*/
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}


b, i, sup, sub, u, del {
  color: #77d5f7;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}


.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.display-grid {
  display: grid;
  min-height: 35vh;
  padding: 10px;
}

.grid-2-column-auto {
	grid-template-columns: auto auto;
}

.grid-2-column-egal {
	grid-template-columns: 1fr 1fr;
}

.grid-2-column-1big {
	grid-template-columns: 2fr 1fr;
}
.grid-2-column-2big {
	grid-template-columns: 1fr 2fr;
}

.grid-2-column-2big > div:first-child{
	background-color: #9E9E9E;
	
	background-image: url(../bg/video-t1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	
}
.grid-2-column-2big > div:nth-child(2){
	background-color: #f7f7f7;
	
	/*background-image: url(../bg/texts-t.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	
	padding: 10px;
}

.grid-3-column-auto {
	grid-template-columns: auto auto auto;
}

.grid-3-column-egal {
	grid-template-columns: 1fr 1fr 1fr;
}

.grid-4-column-auto {
	grid-template-columns: auto auto auto auto;
}

.grid-4-column-egal {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form {
    margin: 10px auto;
    padding: 5px;
    background: #f9f9ff;
    border-radius: 5px;
    border: 1px solid #12afcb96;
	align-self: flex-start;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.margin-bottom{
	margin-bottom: 40px;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.border-bottom{
	border-bottom: 1px solid #dcded3;
}
.border-bottom-bold{
	border-bottom: 2px solid #dcded3;
}

.btn {
    position: relative;
	line-height: 50px;
    padding: 0 30px;
    border-radius: 4px;
    background: #f37322;
    color: #fff;
    border: 1px solid #f37322;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
    -moz-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
    -o-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
    transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
    cursor: pointer;
    outline: none;
	margin: 10px auto;
	z-index: 2;
	overflow: hidden;
}

.input-container .btn{
	height: 50px;
	margin: -11px;
    width: auto;
    border-radius: 0;
}

.btn:focus{
	color: #f37322;
	font-weight: 500;
}

.btn::before{
	content: "";
	background: #fff;
	position: absolute;
	bottom:0;
	right: 0;
	left: 0;
	width: 100%;
	height: 0%;
	z-index: -1;
	border-radius: 80% 80% 0 0 ;
	transition: 0.4s ease-in-out;
}

.btn:hover{
	color: #f37322;
	font-weight: 500;
}

.btn:hover::before{
	height: 180%;
}

.btn span {
    color: inherit;
}
.btn span {
    position: relative;
    z-index: 2;
}

.btn:hover span {
    color: #fff;
}

.input-container {
    display: flex;
	height: 30px;
	border: 1px solid #d7d0d0;
	padding: 10px 6px;
	border-radius: 5px;
	background: #fff;
}

.input-container > input, .input-container > select {
    flex: 1;
	border: none;	
	outline: none;
}

label.location {
	background: url(../icones/placeholder.png);
}
label.pays {
	background: url(../icones/worldwide.png);
}
label.search {
	background: url(../icones/icons8-rechercher-plus-100.png);
}
label.tel {
	background: url(../icones/icons8-téléphone-100.png);
}
label.mail {
	background: url(../icones/icons8-gmail-100.png);
}
label.hotel {
	background: url(../icones/icons8-société-100.png);
}
label.voiture {
	background: url(../icones/icons8-voiture-100.png);
}
label.password {
	background: url(../icones/icons8-mot-de-passe-100.png);
}
label.user {
	background: url(../icones/icons8-utilisateur-masculin-100.png);
}
label.date {
	background: url(../icones/icons8-heures-supplémentaires-100.png);
}
label.text {
	background: url(../icones/icons8-clavier-100.png);
}

.input-container > label{
    width: 30px;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
		background-position-x: 0%;
		background-position-y: 0%;
		background-repeat: repeat;
		background-size: auto;
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}
.main-menubar{
	position: fixed;
    top: 20px;
    right: 0;
	
}

nav {
    margin-right: 100px;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform-origin: 100% 50%;
}

.hide{
	/*position: absolute;
	top: 20%;
	right: 50px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	overflow: 0;*/
	transform: scale(0);
}

.header-wrapper {
    overflow: hidden;
}

.main-menubar > nav > a{
	margin: auto 10px;
	position: relative;
}

.main-menubar > nav > a:hover {
	color: #080804;
	font-weight: 600;
}

.show{
	width: auto;
	height: 100%;
	opacity: 1;
}

.menu-btn{
	position: fixed;
	right: 0; 
	display: block;
	z-index: 3;
	width: 30px;
	height: 20px;
	cursor: pointer;
	padding: 10px;
	margin: 0.2em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	margin-right: 5%;
	
	-webkit-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	-moz-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	-o-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
}

	.menu-btn span{
		display: block;
		width: 100%;
		height: 2px;
		margin: 4px;
		background: #ffffff;
		box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	}
	
	.menu-btn-actif{
		z-index: 99;
	}
	.menu-btn-actif span{
		background: #d0436f;
		box-shadow: unset;
	}
	
	.menu-btn span:nth-child(3){
		width: 60%;
	}


	.upper_button{
		z-index: 9999;
		position: fixed;
		top: 90%;
		right: 20px;
		width: auto;
		padding: 5px;
		height: auto;
		opacity: 0.9;
		cursor: pointer;
		background: #1b1b19;
		border-radius: 5px;
		user-select: none;
		text-align: center;
		color: #fff;
		
		-webkit-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
		-moz-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
		-o-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
		transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	}
	.upper_button img{
		width: 100%;
	}
	.upper_button:hover{
		opacity: 1;
		border-radius: 5px;
		box-shadow: 1px 1px 10px rgba(14,17,0,0.5);
	}
	
	.transition {
	  -webkit-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	  -moz-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	  -o-transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	  transition: all 0.4s cubic-bezier(0.17,.67,.83,.67);
	}
	
	table{
		border-collapse: collapse;
		border: 1px solid #f5f5f5;
	}
	thead {
		background: #f2f2f2;
		color: #515a5a;
		font-weight: normal;
		
	}
	
	th,td{
		vertical-align: bottom;
		padding: 6px;
		border-collapse: collapse;
		border: 1px solid #fcfcfc;
	}
	
	tr:nth-child(even){
		background: #fbf9fc;
	}
	
	input[type="image"]{
		width: 30px;
		display: inline-block;
		margin: auto 10px;
	}

.logo img{
	width: 100px;
}

header{
	box-sizing: border-box;
	height: 100vh;
	padding: 30vw 0 5vw;
	position: relative;
	transform-style: inherit;
	width: 100vw;
}

header h1 {
	margin-top: -200px;
	
}

header, header:before{
	background: 50% 50% / cover;
}

header::before{
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	display: block;
	background-image: url(../bg/battle.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	transform-origin: center center 0;
	transform: translateZ(-1px) scale(2);
	z-index: -1 ;
	min-height: 100vh;
}

header *{
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
}

.logo{
	width: 80px;
	vertical-align: middle;
}

.scroll-down {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -30%);
	font-size: x-large;
	
	animation-name: disparition; /* nom de l’animation */
	animation-duration: 2s; /* durée totale */
	animation-iteration-count: infinite; /* nombre d’itérations */
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes disparition {
	0% {opacity: 1;} /* opacité complète */
	50% {opacity: 0;} /* opacité nulle à la moitié de l’animation */
	100% {opacity: 1;} /* retour à l’état initial */
}

.section-wrapper{
	/*background-image: -moz-linear-gradient(0deg, #3ccab0 0%, #77d5f7 100%);
	background-image: -webkit-linear-gradient(0deg, #3ccab0 0%, #77d5f7 100%);
	background-image: -ms-linear-gradient(0deg, #3ccab0 0%, #77d5f7 100%);*/
	
	min-height: 100vh;
}


.portfolio{	
	padding: 30vw 0 0;
	
	background-image: -moz-linear-gradient(0deg, #3ccab0bf 0%, #77d5f7 100%);
	background-image: -webkit-linear-gradient(0deg, #3ccab0bf 0%, #77d5f7 100%);
	background-image: -ms-linear-gradient(0deg, #3ccab0bf 0%, #77d5f7 100%);
	
}

.portfolio > *:not(.btn){
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0.3em 0;
}


.portfolio h4 {
    margin-top: 400px;
}

.footer-social a {
  width: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  color: #777;
  /*background: #1e1e1e;*/
}

.footer-social a img {
  color: #403f3e;
  width: 100%;
  height: auto;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a:hover {
  background: #fff;
  font-weight: 600;
  border-radius: 4px;
}

.footer-social a:hover img {
  color: #fff;
}

footer a:hover{
	color: #75d4f3;
	/*font-weight: 600;*/
}



.footer-container {
    zoom: 1;
    
	margin-top: 20vh;
	background: #7985c1;
    border-top: 1px solid rgba(0,0,0,.12);
    font-size: .875rem;
    line-height: 1.5em;
    padding-top: 2rem;
}

.footer-container *{
	text-align: left;
}

/* For wider screen */
@media screen and (min-width: 1441px) {
	
}

/* For smartphones */
@media screen and (max-width: 800px) {
	
}

/* For smartphones */
@media screen and (max-width: 780px) and (min-width: 500px){
	/*header{
		overflow: hidden;
	}
	
	header h1 {
		margin-top: 200px;		
	}
	.portfolio{
		min-height: 100vh;
		position: relative;
	}
	
	.footer-container{
		position: absolute;
		bottom: 0;
	}*/
	
	body{
		font-size: 1.5em;
	}
	
	header h1 {
		margin-top: 200px;
	}
	
	.portfolio h4 {
		margin-top: 100vh;
	}
	
	.display-grid{
		display: block;
	}
	
	.display-grid div {
		margin: 20px auto;
	}
	
	nav.flex{
		display: block;
	}
	
	nav {
		margin-right: 10px;
		position: fixed;
		right: 0;
		top: 50px;
		text-align: right;
		padding: 20px 0;
		z-index: 5;
		background: #fff;
		color: #c31954;
		border: 1px solid #dcded3;
	}
	
	.hide{
		/*position: fixed;
		top: 13%;
		width: 0%;
		right: 10px;
		*/
		transform: scale(0);
	}
	
	.show{
		width: 50%;
		height: 100%;
		opacity: 1;
	}
	
	.menu-btn{
		width: 30px;
	}
	
	.main-menubar > nav{
		background: #fff;
		padding: 5px;
	}
	
	.main-menubar > nav a {
		margin: auto 5px;
		display: block;
		padding: 5px;
	}
	
	.main-menubar > nav a:not(:last-child){
		border-bottom: 1px dotted silver;
	}
	
	.footer-container {
		zoom: 1;
		margin-top: 20vh;
		background: #7985c1;
		border-top: 1px solid rgba(0,0,0,.12);
		font-size: 1.8rem;
		line-height: 1.5em;
		padding-top: 2rem;
	}
}