@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Phorssa';
    src: url('../fonts/Phorssa/Phorssa.woff2') format('woff2'),
        url('../fonts/Phorssa/Phorssa.woff') format('woff'),
        url('../fonts/Phorssa/Phorssa.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}



body {
	margin: 0;
	text-align: center;
	font-family: 'Montserrat-Regular';
} 

hr {
  margin: 0 auto;
  border: 0;
  text-align: center;
  
  &:before {
    content: "\2022  \2022  \2022";
    font-size: 50px;
    color: #FFF;
  }
}
  


/* WELCOME */


.logoacceuil {
 	width:85%;
	max-width: 500px;
	padding-top: 10%;
}

.degradeanime {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
    width: 100vw;
    margin: 0;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/* TITRES DE PRESENTATION */

.kezako {
 width: 90vw;
 margin: 0 auto;
 text-align: center;
font-family: 'Phorssa', sans-serif;
font-style: normal;
font-size: 4rem;
color: #111111;
}

@media screen and (max-width: 400px) {
.kezako {
font-size: 3rem;
}
}

.kezakoblanc {
 width: 90vw;
 margin: 0 auto;
 text-align: center;
font-family: 'Phorssa', sans-serif;
font-style: normal;
font-size: 4rem;
color: #fff;
}

/* TITRES */

h1 {
margin-top:20px;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1.5rem;
color: #111111;
}

h2 {
margin-top:10px;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1.25rem;
color: #111111;
}

/* marges des sections */

.margessection {
margin: 0 auto;
width: 90vw;
text-align: center;
padding-top: 100px;
padding-bottom: 100px;
}

/* SECTION A PROPOS */

.apropos {
background-color: #FFF;
}


.presentation {
 margin: 0 auto;
 text-align: center;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
}

/* LIENS RESEAUX SOCIAUX */

.socialnetwork {
  top: 100px;
  color: #111111;
  margin: 0 auto;
  padding-top: 40px;
}

.socialnetwork a {
  color: #111111;
  text-decoration: none;
}

.socialnetwork a:hover {
  color: #545454;
  text-decoration: none;
}


/* SECTION CONTACT */

.contact {
background-color: #F4E4E4;
}

.formulaire {
width: 90vw;
margin: 0 auto;
text-align: center;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
}

.formulaire p {
margin-top: 0;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
}

/* -----------------FORMULAIRE DE CONTACT----------------- */

.contacter {
background-color: #F4F4F4;
font-family: 'Montserrat-Regular';
color: #FFF;
font-size: 1em;
}

.contacter a {
font-family: 'Montserrat-Regular';
color: #FFF;
}



input[type='email']{
	background-color: #FFF;
	border: 0px solid #121259;
	font: #FFF;
	font-size: 1em;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input[type="text"]{
	background-color: #FFF;
	border: 0px solid #121259;
	font-size: 1em;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input[type="tel"]{
	background-color: #FFF;
	border: 0px solid #121259;
	font-size: 1em;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input[type="textarea"]{
	background-color: #FFF;
	border: 0px solid #121259;
	font-size: 1em;
    outline: none;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#message{
	background-color: #FFF;
	border: 0px solid #121259;
	font-size: 1em;
    outline: none;
    display: block;
    width: 100%;
	height: 80px;
    padding: 10px;
    border-radius: 5px;
    box-sizing:content-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	resize: none;
}


input[type='submit']{
	font-family: 'Montserrat-ExtraBold';
	background-color: #fff;
	border: solid 0px;
	border-color: #121259;
	color: #EFCACA;
	font-weight: 100;
}


.form-control {
  font-family: 'Montserrat-Regular';
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #121259;
  background-color: #fff;
  border-color: #F4E4E4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #121259;
}

.form-control::-webkit-input-placeholder {
  color: #EFCACA;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 100;
  opacity: 1;
}

.form-control::-moz-placeholder {
  font-family: 'Montserrat-Regular';
  color: #EFCACA;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #EFCACA;
  opacity: 1;
   font-size: 1em;
}

.form-control::-ms-input-placeholder {
  color: #EFCACA;
  opacity: 1;
	   font-size: 1em;
}

.form-control::placeholder {
  color: #EFCACA;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
  font-weight: 100;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
	  font-family: 'Montserrat-Regular';
  color: #E34E19;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  font-size: 1em;
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}



/* BOUTON*/


.btn {
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat-ExtraBold;", Arial, sans-serif;
  font-size: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 5px;
  border: solid 0.5px #121259;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
  background-color: #FFF;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #A3ECD8 !important;
  border-color: #A3ECD8 !important;
  color: #121259;
}

.btn-primary {
  background: #FFF;
  color: #EFCACA;
  border: 0.5px solid #121259;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec1919 !important;
  border-color: #ec1919 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #E0105F;
  border: 2px solid #E0105F;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #E0105F;
  color: #fff;
}


.messageenvoye {
	border-radius: 5px;
	background-color: #121259;
	color: #A3ECD8;
	font-family: 'Montserrat-ExtraBold';
	width: 100%;
	vertical-align:middle;
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
	
}




/* SECTION PROJETS */

.projets  {
background: -webkit-linear-gradient(to right bottom, #E9E9FF, #899CC1);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right bottom, #E9E9FF, #899CC1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.projetsdescr {
 width: 90vw;
 margin: 0 auto;
 border: solid #FFF 1px;
 text-align: center;
 font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
}

.projetsdescr p {
margin-top: 0;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
}



.projetsdescr h2 {
color: #111111;
}

.projetlogo {
 width:85%;
 max-width: 350px;
margin-top: 100px;
}

/* ART SHOP Présentation */

.projetsdescrartshop {
 width: 90vw;
 margin: 0 auto;
 background-color: #121259;
 text-align: center;
 font-family: "montserrat", sans-serif;
 font-weight: 100;
 font-style: normal;
 font-size: 1rem;
 color: #111111;
 -moz-border-radius: 0px;
-webkit-border-radius: 10px 10px 0px 0px;
 border-radius: 10px 10px 0px 0px; 
}

.projetsdescrartshop p {
margin-top: 0;
margin-bottom: 0;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #FFF;
}

*, *:before, *:after {
  box-sizing: border-box;
}
figure {
  margin: 0;
}
.gallery-square {
padding-top: 50px;
  display: block;
  margin-bottom: 50px;
  background-color: #121259;
  border: solid 2px #121259;
  -moz-border-radius: 0px;
  -webkit-border-radius:0px 0px 10px 10px;
  border-radius:0px 0px 10px 10px;

}
.gallery-square:after {
  content: "";
  display: table;
  clear: both;
}
@supports (display: grid) {
  .gallery-square {
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .gallery-square:after {
    content: none;
  }
  @media (min-width: 540px) {
    .gallery-square {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1024px) {
    .gallery-square {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (min-width: 1840px) {
    .gallery-square {
      grid-template-columns: repeat(5, 1fr);
    }
  }
}
.gallery-square > * {
  float: left;
  width: 100%;
}
@media (min-width: 540px) {
  .gallery-square > * {
    width: 50%;
  }
}
@media (min-width: 540px) and (max-width: 699px) {
  .gallery-square > *:nth-child(17n + 1) {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .gallery-square > * {
    width: 25%;
  }
  .gallery-square > *:nth-child(34n + 1) {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1839px) {
  .gallery-square > *:nth-child(34n + 20) {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1840px) {
  .gallery-square > * {
    width: 20%;
  }
  .gallery-square > *:nth-child(34n + 1) {
    width: 40%;
  }
  .gallery-square > *:nth-child(34n + 21) {
    float: right;
    width: 40%;
  }
}
@supports (display: grid) {
  .gallery-square > * {
    float: none;
    width: auto;
  }
  @media (min-width: 540px) and (max-width: 699px) {
    .gallery-square > *:nth-child(17n + 1) {
      grid-column-end: span 2;
      grid-row-end: span 2;
    }
  }
  @media (min-width: 1024px) {
    .gallery-square > *:nth-child(34n + 1) {
      grid-column-end: span 2;
      grid-row-end: span 2;
      width: auto;
    }
  }
  @media (min-width: 1024px) and (max-width: 1839px) {
    .gallery-square > *:nth-child(34n + 20) {
      grid-column-end: span 2;
      grid-row-end: span 2;
      width: auto;
    }
  }
  @media (min-width: 1840px) {
    .gallery-square > *:nth-child(34n + 1) {
      width: auto;
    }
    .gallery-square > *:nth-child(34n + 21) {
      grid-column-end: span 2;
      grid-row-end: span 2;
      width: auto;
    }
  }
}
.gallery-square__item {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-square__item:before, .gallery-square__item:after {
  content: "";
}
.gallery-square__item:before {
  display: block;
  padding-top: 100%;
}
.gallery-square__item:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #080808;
  opacity: 0;
  transition: opacity 300ms ease;
}
.gallery-square__item:hover:after {
  opacity: 0.3;
}
.gallery-square__item:hover > * {
  transform: scale(1.1);
}
.gallery-square__item > * {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: transform 300ms ease;
}

/* MISTIGRI Présentation */

.projetsdescrmistigri {
 width: 90vw;
 margin: 0 auto;
 margin-top: 50px;
margin-bottom: 50px;
 background-color: #f7f3f0;
 text-align: center;
 font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
border-radius: 10px;
}


.projetsdescrmistigri p {
margin-top: 0;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
}

.mistigri-preview {
	margin-top: 50px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1000px;
	border: none;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15); 
}

@media (max-width: 1000px) {
.mistigri-preview {
	max-width: 95%;
}
}

/* PROMPT-MOI Présentation */

.projetsdescrpromptmoi {
 width: 90vw;
 margin: 0 auto;
 margin-top: 50px;
margin-bottom: 50px;
 background-color: #F9F9F9;
 text-align: center;
 font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
border-radius: 10px;
}


.projetsdescrpromptmoi p {
margin-top: 0;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
}

.fakeia {
	 margin-top: 50px;
	background-color: #144861;
border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fakeia p {
  padding: 35px;
  text-align: justify;
  color: #00FFCE;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  border-left: 3px solid #00FFCE;
  text-shadow: 0 0 1px #00FFCE, 0 0 10px rgba(0, 255, 206, 0.5);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


/* SPEAKING KOKESHI Présentation */

.projetsdescrsk {
 width: 90vw;
 margin: 0 auto;
 margin-top: 50px;
margin-bottom: 50px;
 background-color: #FFF;
 text-align: center;
 font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
border-radius: 10px;
}


.projetsdescrsk p {
margin-top: 0;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
}

.SKBANNIERE {
  padding-top: 35px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 auto;
}

.SKBANNIERE img {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 auto;
}

/* STEREOSCOPIC ADVENTURES Présentation */

.projetsdescrstereo {
 width: 90vw;
 margin: 0 auto;
 margin-top: 50px;
margin-bottom: 50px;
 text-align: center;
 font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
border-radius: 10px;
	border: solid 1px #FFF;
}


.projetsdescrstereo p {
margin-top: 0;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 1rem;
color: #111111;
}


/* FOOTER */




.footer {
background: #fff;
margin: 0;
padding-bottom: 0;
}

.footerdescr {
 width: 90vw;
 margin: 0 auto;
 padding-top: 10px;
 padding-bottom: 0px; 
 text-align: center;
 font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 0.75rem;
color: #000000;
}

.footerdescr p {
margin-top: 0;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 0.75rem;
color: #000000;
}

.footerdescr h2 {
color: #000000;
}

.footerdescr a {
margin-top: 0;
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
font-size: 0.75rem;
color: #000000;
text-decoration: none;
}