/* Début Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, h1, h2 {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ************************************************************************** */


/* 														Début Mise en forme 														*/


/* ************************************************************************** */

/* modifNazmi : box-sizing all */
*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  width: auto;
  height: auto;
  background-image: url("../images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #fff;
  /* modifNazmi font-family: 'montserratultra_light'; */
  text-align: center;
  color: #fff;  
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);  
}

body, input, select, textarea { font-family: 'montserratultra_light'; }  

#content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 5%;
  padding: 0 48px; padding: 0 3rem;  
}

h1 {
  font-size: 56px; 
  font-size: 3.5rem;
  margin-bottom: 80px; 
  margin-bottom: 3rem;
  margin-top: 2rem;
  font-weight: 800;
}
p{ 
    padding: 0rem 12rem 3rem 12rem;
}
h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
#footer {
  background-color: #fff;
  width: 100%;  
  position: absolute;
  left: 0;  
    bottom: -4%;
  text-align: center;
  -webkit-transform: skewY(-2deg); 
  transform: skewY(-2deg);  
}

/* modifNazmi : footer::after */
#footer::after {
  content: "";
  background: inherit;
  display: block;
  height: 50%; width: 100%;
  position: absolute; bottom: 0; z-index: -1;
  -webkit-transform: skewY(2deg); transform: skewY(2deg);
}

figure img {
    -webkit-transform: skewY(2deg); 
    transform: skewY(2deg);
    display: block; 
    margin: 0 auto;
    margin-top: 3rem;
}
figure p.atd {
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
    color: black;
}

figure p.atd a{
    text-decoration: none;
    color:#e61657;
}

figure p.atd a:hover{
    font-weight: 700;
}

form {
  width: 100%;
  text-align: center;
}
input {
  width: 25%;
  height: 64px; height: 4rem;  
  padding: 16px; padding: 1rem;  
  font-size: 20px; font-size: 1.25rem;  
  -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px; border-bottom-left-radius: 3px;
  border: none; margin: 0;
  display: inline-block;
  vertical-align: top;  
  /* modifNazmi box-sizing: border-box; */
}
button {
  color: #fff;
  width: 64px; width: 4rem;  
  height: 64px; height: 4rem;  
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  background-color: #01a8ff;
  margin-left: -5px;
  display: inline-block;
 /* modifNazmi box-sizing: border-box; */
  -webkit-transition: .2s ease-out;  
  transition: .2s ease-out;
}
button:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* ***************************************************************** */


/* Animation checked */


/* ***************************************************************** */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 40px;
    height: 0;
  }
}
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 40px;
    height: 0;
  }
}
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 40px;
    height: 0;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 40px;
    height: 0;
  }
}
.checkmark {
  display: block;
  text-align: center;
  /* modifNazmi height: 200px; */
  min-height: 80px; min-height: 5rem;
  /* modifNazmi width: 200px; */
  margin-left: auto;
  margin-right: auto;
}
.checkmark:after {
  -webkit-animation: check .8s;
  -moz-animation: check .8s;
  -o-animation: check .8s;
  animation: check .8s;
}
.checkmark:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 20px solid #fff; border-right: 1.25rem solid #fff;  
  border-top: 20px solid #fff; border-top: 1.25rem solid #fff;  
  content: '';
  display: block;
  height: 120px; height: 7.5rem;  
  width: 60px; width: 3.75rem;  
  margin-left: -60px; margin-left: -3.75rem;  
}

.clientlogo {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0 auto 24px;
  width: auto; max-width: 100%;
}
/* ***************************************************************** */


/* MEDIA QUERIES*/


/* ***************************************************************** */

@media (max-width:767px) {
  html {
    height: 100%;
    min-height: 100%;
  }
  body {
    min-height: 100%;
    font-size: 12px;
  }
  #content {
    margin-top: 1.5em;
	padding: 0 16px; padding: 0 1rem;
  }
  input {
    margin-top: 24px; margin-top: 1.5rem;
    width: 75%; font-size: 16px; font-size: 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  h1 {
    font-size: 28px; font-size: 1.75rem;
    margin-bottom: 16px; margin-bottom: 1rem;
  }
  h2 {
    font-size: 16px; font-size: 1rem;
    margin-bottom: 1rem;
  }
  p {
   	padding: 0rem 0rem 3rem 0rem;
  }
  button {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    height: 3.8em;
    width: 75%;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }
  button:active {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  }
  figure img {
    width: 125px;
    padding: 24px 0; padding: 1.5rem 0;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #footer, .clientlogo {
    display: none;
  }
}
