@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:wght@100;300;500&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
  height: auto;
  min-height: 100%;
}

body {
  height: auto;
  min-height: 100%;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; */
  width: 100%;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start; */
  justify-content: flex-start;
  /* font-weight: 600; */
  letter-spacing: 1px;
  background-color: #ecadff;
  background: linear-gradient(33deg, #639aff, #ecadff);
  margin-bottom:35px;
}

/* Elements de la page */
h1 {
  margin-top: 10vh;
  font-size: 2.5rem;
  max-width: 800px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
}

h1 span {
  color: #ff7e29;
}

h1.aboutUs {
  padding-bottom: 30px;
}

h2 {
  color: #dadada;
}

h3 {
  margin-top: 2vh;
  color: #ff7e29;
  text-transform: uppercase;
}

p {
  color: #f7f7f7;
  text-align: justify;
}

p.disclaimer {
  color: #252525;
  font-style: italic;
  font-size: smaller;
  padding-top: 10px;
}

a:link {
  text-decoration: none;
  /*overflow: auto;*/
} 

.close-button{
  color: #dadada;
  font-family: "Quicksand", sans-serif;
  height: 40px;
  width: 40px;
}

/* Début liste déroulante */
form {
  position: relative;
  width: 36rem;
  margin-top: 8vh;
  margin-bottom: 4vh;
  text-transform: uppercase;
}

.chosen-value,
.value-list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.chosen-value {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  height: 4rem;
  font-size: 1.1rem;
  padding: 1rem;
  background-color: #FAFCFD;
  border: 3px solid transparent;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 500;
  text-transform: uppercase;
}

.chosen-value::-webkit-input-placeholder {
  color: #333;
}

.chosen-value:hover {
  background-color: #ff7e29;
  cursor: pointer;
}

.chosen-value:hover::-webkit-input-placeholder {
  color: #333;
}

.chosen-value:focus,
.chosen-value.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: #ff7e29;
  color: #000;
}

.chosen-value:focus::-webkit-input-placeholder,
.chosen-value.open::-webkit-input-placeholder {
  color: #000;
}

.value-list {
  list-style: none;
  /*margin-top: 4rem;*/
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 1000;
}

.value-list.open {
  max-height: 320px;
  overflow: auto;
}

.value-list li {
  position: relative;
  height: 4rem;
  background-color: #FAFCFD;
  padding: 1rem;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  opacity: 1;
}

.value-list li:hover {
  background-color: #ff7e29;
}

.value-list li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}

.text-center {
  text-align: center;
  margin: 1.25rem 0;
  border-bottom: 1px solid #dadada;
  padding: 1.25rem 0;
}
/* Fin liste déroulante */
/* Footer */

footer {
  position: fixed;
  bottom: 0;
  background-color: rgb(0, 0, 0, 0.7);
  color: #f7f7f7;
  width: 100%;
  height: 20px;
  z-index: 1000;  
  text-align: center;
  font-size: 80%;
}


/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/

/* Navbar section */

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

.nav2 {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: fixed;
    z-index: 1000;
    font-family: "Quicksand", sans-serif;
    box-sizing: content-box;
}

.nav2 div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 2rem;
}

.logoImg {
  height: 60px;
}

.imgAbout {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
  height: 90%;
  padding: 30px;
}

.nav2 div.main_list {
    height: 65px;
    float: right;
}

.nav2 div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav2 div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav2 div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 1.2rem;
}

.nav2 div.main_list ul li a:hover {
    color: #39d1ff;
}


/* Home section */

.navTrigger {
    display: none;
}

.nav2 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Media query section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container1 {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
    }
    .nav2 div.logo {
        margin-left: 15px;
    }
    .nav2 div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav2 div.show_list {
        height: auto;
        display: none;
    }
    .nav2 div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #111;
        /*same background color of navbar*/
        background-position: center top;
    }
    .nav2 div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    .nav2 div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }
    .nav2 div.media_button {
        display: block;
    }
}

/* Formulaire MAIL */

.mailform {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 400px;
  padding: 20px;
}

.mailform h2 {
  color: #333;
  font-size: 35px;
  margin-bottom: 5px;
  text-align: center;
}

.mailform label {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.mailform input, textarea {
  padding: 8px;
  resize: none;
  outline: 0;
  border: 1px solid #999;
  border-radius: 4px;
}

.mailform button {
  background-color: #5970e3;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  transition: 0.5s;
}

.mailform button:hover {
    transform: scale(1.02);
}

.request_message {
  width: 400px;
  text-transform: capitalize;
  background-color: #fff;
  text-align: center;
  color: green;
  font-size: 13px;
  padding: 14PX;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.1);
  animation: anime 0.5s ease-out;
}

@keyframes anime {
  from {
    transform: translateY(-70px);
  }
}

.g-recaptcha {
  margin: 10px;
}



/* Fin formulaire MAIL */


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
      -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
      -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
      -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(9px) rotate(0deg);
  }
  100% {
      transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
      -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
      -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
      -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(9px) rotate(0deg);
  }
  100% {
      transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
      -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(-9px) rotate(0deg);
  }
  100% {
      transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
      -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(-9px) rotate(0deg);
  }
  100% {
      transform: translateY(-9px) rotate(135deg);
  }
}

.affix {
  padding: 0;
  background-color: #111;
}

.myH2 {
text-align:center;
font-size: 4rem;
}
.myP {
text-align: justify;
padding-left:15%;
padding-right:15%;
font-size: 20px;
}
@media all and (max-width:700px){
.myP {
  padding:2%;
}
}