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

/* #region ----------------- SITE WEB BASE -----------------*/
:root {
  --light-color: #f6f5f5;
  --dark-color: #181818;
  --accent-color:  #5358E0;
  --sec-color:#e9e3d5;
  --menu-speed: 0.5s;
}

html {
  scroll-behavior: smooth;
  font-size:18px;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  background-color: var(--light-color);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.responsive {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section-padding {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

@media only screen and (min-width: 1024px) {
  .section-padding {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}

.light.hide-text:before,
.light.hide-text:after,
.light {
  background-color: var(--light-color);
  color: var(--dark-color);
}

.dark.hide-text:before,
.dark.hide-text:after,
.dark {
  background-color: var(--dark-color);
  color: var(--light-color);
}

.accent {
  background-color: var(--accent-color);
  color: var(--light-color);
}

/*#endregion*/

/*#region ----------------- Headings ----------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Outfit", sans-serif;
}

.inline{
  display: inline;
}

.uppercase {
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  h1 {font-size: 2.5rem;}
  h2 {font-size: 2rem;}
  h3 {font-size: 1.5rem;}
  h4 {font-size: 1.5rem;
    line-height: 5px;}
  h5 {font-size: 1.15rem;}
  h6 {font-size: 1rem;}
  p {line-height: 1;}
  .handwritting {font-size: 1.7rem;}
  .handwritting2 {font-size: 1.4rem;}
  .hide-text{font-size: 1.5rem;}
}

@media only screen and (min-width: 769px) {
  h1 {font-size: 3rem;}
  h2 {font-size: 2.5rem;}
  h3 {font-size: 2.2rem;}
  h4 {font-size: 1.9rem;}
  h5 {font-size: 1.3rem;}
  h6 {font-size: 1.2rem;}
  .handwritting {font-size: 2.4rem;}
  .handwritting2 {font-size: 2rem;}
  .hide-text{font-size: 2.2rem;}
}


h1 {
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
h2 {
  font-weight: 800;
  line-height: 1.4;
}
h3 {
  font-weight: 300;
  line-height: 1.4;
}
h4 {
  font-weight: 800;
  line-height: 1.6;
}
h5 {
  font-weight: 800;
  line-height: 1.4;
}
h6 {
  font-weight: 600;
}
p {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 300;
}
.b {
  font-weight: 700;
}
.i {
  font-style: italic;
}
.center {
  text-align: center;
}
.handwritting {
  font-family: Gochi Hand;
	letter-spacing: 0.15em;
	line-height: 0.9em;
}

.handwritting2 {
  font-family: Gochi Hand;
	letter-spacing: 0.01em;
	line-height: 0.9em;
}

/*#endregion*/

/*#region ----------------- FOOTER ----------------- */
footer {
  width: 100%;
  z-index: 0;
  display: grid;
}

#contact-section {
  background-color: var(--light-color);
}

#contact1 {
  text-align: left;
  display: block;
  color: var(--dark-color);
}

.fleche-desktop {
  width: 180px;
  margin: 0 auto;
  display: none;
}

.fleche-mobile {
  width: 80px;
  display: grid;
  align-items: right;
}

.projet-fleche {
  display: flex;
  justify-content: space-between;
  margin-top: 4vh;
}

.handwritting2 {
  width: 50%;
}

.fleche .draw-arrow {
  stroke-width: 10px;
  stroke: #5358e0;
  fill: none;
}



@media only screen and (min-width: 1024px) {
  footer {
    position: sticky;
    bottom: 0;
    left: 0;
    max-height: 80vh;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }

  footer::-webkit-scrollbar {
    display: none;
  }

  #contact1 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
  }

  #contact1>div {
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 1 1 300px;
  }

  #text-contact {
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .fleche-desktop {
    display: flex;
    position: absolute;
    right: 15px;
  }

  .fleche-mobile {
    display: none;
  }

  .projet-fleche {
    display: grid;
    margin-top: 15vh;
    bottom: 0;
  }

  .handwritting2 {
    width: 100%;
  }
}

#text-contact h2 {
  margin-bottom: 2vh;
}

#text-contact h5 {
  color: var(--accent-color);
}

#text-contact a {
  color: inherit;
  text-decoration: none;
}

#droits {
  color: rgb(246, 245, 245, 0.2);
  font-size: 0.7rem;
  font-family: "Outfit", sans-serif;
  text-align: left;
}
#droits2 {
  color: rgba(24, 24, 24, 0.6);
  font-size: 0.7rem;
  font-family: "Outfit", sans-serif;
  text-align: left;
}

#credits {
  background-color: var(--dark-color);
  padding: 1vh 0;
  display: block;
}
#credits2 {
  background-color: var(--light-color);
  padding: 1vh 0;
  display: block;
}


/*#endregion*/

/*#region ----------------- CONTACT FORM ----------------- */

@media only screen and (min-width: 1024px) {
  #form-container {
    margin-left: 15px;
  }
}

input[type="text"],
[type="email"],
select,
textarea {
  background: none;
  border: solid 1px var(--accent-color);
  color: #474544;
  font-size: 0.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 1em 0 0 0;
  padding: 0.875em;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="text"]:focus,
[type="email"]:focus,
textarea:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: rgb(83, 88, 224, 0.3);
  padding: 0.875em;
}

input[type="text"]:hover,
[type="email"]:hover,
select:hover,
textarea:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: rgb(83, 88, 224, 0.3);
  padding: 0.875em;
}

.sujet option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgb(83, 88, 224, 0.3);
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 150%;
  height: 150px;
  resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #474544;
}

:-moz-placeholder {
  color: #474544;
  opacity: 1;
}

::-moz-placeholder {
  color: #474544;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #474544;
}

#form_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--accent-color);
  border: solid 1px var(--accent-color);
  color: var(--light-color);
  cursor: pointer;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 2px;
  outline: none;
  padding: 15px 30px;
  margin-top: 1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#form_button:hover {
  background:rgb(83, 88, 224, 0.85);
}

.input-control .info {
  color: #ff3860;
  font-size: 0.8rem;
  font-family: "Outfit", sans-serif;
}

/*#endregion*/

/*#region ----------------- Caroussel ----------------- */



.s-wrap {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 55%;
  position: relative;
  background-color: #f6f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.s-wrap > input {
  display: none;
}
.s-wrap .s-content {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 100%;
  font-size: 0;
  list-style: none;
  transition: transform 1s;
}
.s-wrap .s-item {
  display: inline-block;
  width: 20%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s-type-1 .s-control {
  position: absolute;
  bottom: 18px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  transition-timing-function: ease-out;
}
.s-type-1 .s-control > label[class^=s-c-] {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #f6f5f5;
  background-color: transparent;
  cursor: pointer;
}
.s-type-1 .s-nav label {
  display: none;
  position: absolute;
  top: 50%;
  padding: 5px 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.s-type-1 .s-nav label::before, .s-type-1 .s-nav label::after {
  content: "";
  display: block;
  width: 8px;
  height: 24px;
  background-color: #fff;
}
.s-type-1 .s-nav label::before {
  margin-bottom: -12px;
}
.s-type-1 .s-nav label.left {
  left: 20px;
}
.s-type-1 .s-nav label.left::before {
  transform: rotate(45deg);
}
.s-type-1 .s-nav label.left::after {
  transform: rotate(-45deg);
}
.s-type-1 .s-nav label.right {
  right: 20px;
}
.s-type-1 .s-nav label.right::before {
  transform: rotate(-45deg);
}
.s-type-1 .s-nav label.right::after {
  transform: rotate(45deg);
}
.s-type-1 #s-1:checked ~ .s-content {
  transform: translateX(0%);
}
.s-type-1 #s-1:checked ~ .s-control .s-c-1 {
  background-color: #f6f5f5;
}
.s-type-1 #s-1:checked ~ .s-nav .s-nav-1 {
  display: block;
}
.s-type-1 #s-2:checked ~ .s-content {
  transform: translateX(-20%);
}
.s-type-1 #s-2:checked ~ .s-control .s-c-2 {
  background-color: #f6f5f5;
}
.s-type-1 #s-2:checked ~ .s-nav .s-nav-2 {
  display: block;
}
.s-type-1 #s-3:checked ~ .s-content {
  transform: translateX(-40%);
}
.s-type-1 #s-3:checked ~ .s-control .s-c-3 {
  background-color: #f6f5f5;
}
.s-type-1 #s-3:checked ~ .s-nav .s-nav-3 {
  display: block;
}
.s-type-1 #s-4:checked ~ .s-content {
  transform: translateX(-60%);
}
.s-type-1 #s-4:checked ~ .s-control .s-c-4 {
  background-color: #f6f5f5;
}
.s-type-1 #s-4:checked ~ .s-nav .s-nav-4 {
  display: block;
}
.s-type-1 #s-5:checked ~ .s-content {
  transform: translateX(-80%);
}
.s-type-1 #s-5:checked ~ .s-control .s-c-5 {
  background-color: #f6f5f5;
}
.s-type-1 #s-5:checked ~ .s-nav .s-nav-5 {
  display: block;
}


@keyframes slider-animation {
  0%, 7% {
    transform: translateX(0%);
  }
  12.5%, 19.5% {
    transform: translateX(-20%);
  }
  25%, 32% {
    transform: translateX(-40%);
  }
  37.5%, 44.5% {
    transform: translateX(-60%);
  }
  50%, 57% {
    transform: translateX(-80%);
  }
  62.5%, 69.5% {
    transform: translateX(-60%);
  }
  75%, 82% {
    transform: translateX(-40%);
  }
  87.5%, 94.5% {
    transform: translateX(-20%);
  }
}

/*#endregion*/
