/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
  display: block;
}
body {
  line-height: 1;
  /* background-color: #071637;
  color: white; */
}
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;
}

.bold {
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

body {
  font-family: "Lato",sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #1c1c1d;
  font-weight: 400;
}
header .header-content {
   padding: 20px 0;
   width: 80%;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
header .header-content .logo {
  width: 203px;
  height: 61px;
  background: url('../img/logo.png') no-repeat;
}
header .header-content .reseaux {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .header-content .reseaux ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .header-content .reseaux ul li {
  display: inline-block;
}
header .header-content .reseaux ul li a {
  width: 25px;
  height: 25px;
  background: #3d85fe;
  text-decoration: none;
  display: block;
}
header .header-content .reseaux ul li a:hover {
  background: #381ccb;
}
header .header-content .reseaux .telephone {
  font-family: "Titillium Web",sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  text-decoration: none;
  color: #1c1c1d;
}
header .header-content .reseaux .telephone:hover {
  color: #3d85fe;
}

.intro {
  background: url("../img/bg-header.jpg") no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.intro .content div {
  background: #fff;
  padding: 10px;
}
.intro .content div h1 {
  color: #000;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.intro .content div p {
  font-size: 16px;
  line-height: 18px;
}
.contenu {
  background: #f4f4f4;
  padding: 40px 0;
}
.contenu .content.objectifs {
  background: #fff;
  box-shadow: 0px 0px 25px 3px rgba(14, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 25px 3px rgba(14, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 25px 3px rgba(14, 0, 0, 0.05);
}
.contenu .content.objectifs div {
  padding: 40px;
}
.contenu .content.objectifs ul {
  padding-left: 40px;
  margin-top: 20px;
}
.contenu .content.objectifs ul li {
  margin-bottom: 10px;
  position: relative;
}
.contenu .content.objectifs ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/puce.png");
  position: absolute;
  top: 5px;
  left: -20px;
}
.chiffres {
  padding: 40px 0;
}
.chiffres .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chiffres .content div {
  width: 20%;
  text-align: center;
}
.chiffres .content div h3 {
  font-family: "Titillium Web", sans-serif;
  color: #3d85fe;
  font-size: 60px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}
.etapes {
  background: #f4f4f4;
  padding: 40px 0;
}

.etapes .content h2 {
  font-family: "Titillium Web",sans-serif;
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.etapes .content h2::after {
  content: "";
  height: 3px;
  background: linear-gradient(to right, #f46c20 , #f4b120);
  display: block;
  margin: 0 auto;
  width: 32%;
}
.etapes .content .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.etapes .content .wrap div {
  width: 30%;
  text-align: center;
}
.etapes .content .wrap div h3 {
  font-family: "Titillium Web",sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #3a1dc5;
}

.formulaire {
  padding: 40px 0;
}

.formulaire .content h2 {
  font-family: "Titillium Web",sans-serif;
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.formulaire .content h2::after {
  content: "";
  height: 3px;
  background: linear-gradient(to right, #f46c20 , #f4b120);
  display: block;
  margin: 0 auto;
  width: 33%;
}

.button {
  text-transform: uppercase;
  font-family: "Titillium Web",sans-serif;
  font-weight: 600;
  font-size: 20px;
  background: #F4B120;
  background-image: -moz-linear-gradient(to right, #F4B120 0%, #F46C20 51%, #F4B120 100%);
  background-image: -webkit-linear-gradient(to right, #F4B120 0%, #F46C20 51%, #F4B120 100%);
  background-image: linear-gradient(to right, #F4B120 0%, #F46C20 51%, #F4B120 100%);
  color: #fff;
  transition: 0.5s;
  background-size: 200% auto;
  width: 100%;
  padding: 20px 0;
}

.button:hover {
  background-position: right center;
}

.telecharger {
  padding: 45px 0 80px 0;
  -webkit-box-shadow: 0 4px 13px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 4px 13px 0 rgba(0,0,0,0.1);
  box-shadow: 0 4px 13px 0 rgba(0,0,0,0.1);
}

.telecharger .telecharger-content {
  margin: 0 auto;
  width: 980px;
}

.telecharger .telecharger-content h4 {
  font-family: "Titillium Web",sans-serif;
  font-size: 36px;
  font-weight: 600;
  display: block;
  width: 560px;
  text-transform: uppercase;
  margin: 0 auto 80px;
}

.telecharger .telecharger-content h4::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  background: #f46c20;
  background: -moz-linear-gradient(right, #f46c20 0%, #f4b120 100%);
  background: -webkit-linear-gradient(right, #f46c20 0%,#f4b120 100%);
  background: linear-gradient(to right, #f46c20 0%,#f4b120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c20', endColorstr='#f4b120',GradientType=1 );
}

.telecharger .telecharger-content .formulaire {
  width: 820px;
  margin: 0 auto;
  box-shadow: 0px 0px 25px 3px rgba(14, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 25px 3px rgba(14, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 25px 3px rgba(14, 0, 0, 0.05);
  padding: 20px;
}

.telecharger .telecharger-content .formulaire .titreform {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}

.telecharger .telecharger-content .formulaire form {
  display: flex;
  flex-direction: column;
  width: 540px;
  margin: 0 auto;
}

.telecharger .telecharger-content .formulaire form div {
  position: relative;
  margin-bottom: 40px;
}

.telecharger .telecharger-content .formulaire form div input[type=text],
.telecharger .telecharger-content .formulaire form div textarea,
.telecharger .telecharger-content .formulaire form div input[type=mail],
.telecharger .telecharger-content .formulaire form div input[type=tel] {
  border: 0;
  border-bottom: 2px solid #929095;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #1c1c1d;
  width: 100%;
}

.telecharger .telecharger-content .formulaire form div input[type=text]:focus,
.telecharger .telecharger-content .formulaire form div textarea:focus,
.telecharger .telecharger-content .formulaire form div input[type=mail]:focus,
.telecharger .telecharger-content .formulaire form div input[type=tel]:focus {
  border-bottom-color: #3d85fe;
}

.telecharger .telecharger-content .formulaire form div input[type=text]:focus ~ label,
.telecharger .telecharger-content .formulaire form div input[type=text]:valid ~ label,
.telecharger .telecharger-content .formulaire form div input[type=mail]:focus ~ label,
.telecharger .telecharger-content .formulaire form div input[type=mail]:valid ~ label,
.telecharger .telecharger-content .formulaire form div input[type=tel]:focus ~ label,
.telecharger .telecharger-content .formulaire form div input[type=tel]:valid ~ label  {
  top: -20px;
  font-size: 14px;
  color: #3d85fe;
}

.telecharger .telecharger-content .formulaire form div label {
  color: #999999;
  position: absolute;
  top: 0;
  -webkit-transition: .2s all ease-out;
  transition: .2s all ease-out;
  font-size: 16px;
}

.telecharger .telecharger-content .formulaire form .champsobligatoire {
  color: #999;
  margin-bottom: 20px;
}

.telecharger .telecharger-content .formulaire form .case input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.telecharger .telecharger-content .formulaire form .case {
  color: #1c1c1d;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #999999;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 5px;
  height: 11px;
  border: solid #3d85fe;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

form label input:checked ~ .checkmark::after {
  display: block;
}

.telecharger .telecharger-content .formulaire form button {
  border: none;
  cursor: pointer;
}

.telecharger .telecharger-content .formulaire .informations {
  width: 80%;
  margin: 40px auto;
  font-size: 14px;
  line-height: 20px;
}

.telecharger .telecharger-content .formulaire .informations a {
  text-decoration-color: #3d85fe;
  color: #1c1c1d;
}

.telecharger .telecharger-content .formulaire .informations a:hover {
  color: #3d85fe;
}

.telecharger .telecharger-content .formulaire .informations a:visited {
  color: #6943b9;
  text-decoration-color: #6943b9;
}

.titre-msg-envoye {
  color: #3D85FE;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#msgValide {
  color: #1c1c1d;
  font-size: 16px;
  text-align: center;
}

.client {
  padding: 45px 0 80px 0;
}

.client h5 {
  font-family: "Titillium Web",sans-serif;
  font-size: 36px;
  font-weight: 600;
  display: block;
  width: 430px;
  text-transform: uppercase;
  margin: 0 auto 80px;
}

.client h5::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  background: #f46c20;
  background: -moz-linear-gradient(right, #f46c20 0%, #f4b120 100%);
  background: -webkit-linear-gradient(right, #f46c20 0%,#f4b120 100%);
  background: linear-gradient(to right, #f46c20 0%,#f4b120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c20', endColorstr='#f4b120',GradientType=1 );
}

footer {
  background: #3d85fe;
  background: -moz-linear-gradient(left, #3d85fe 0%, #6943b9 100%);
  background: -webkit-linear-gradient(left, #3d85fe 0%,#6943b9 100%);
  background: linear-gradient(to right, #3d85fe 0%,#6943b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d85fe', endColorstr='#6943b9',GradientType=1 );
  padding: 45px 0;
}

footer nav {
  width: 50%;
  margin: 0 auto;
}

footer nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

footer nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {

    header .header-content {
        width: 90%;
    }
    .intro .content,
    .contenu .content.objectifs,
    .chiffres .content,
    .etapes .content,
    .formulaire .content {
      width: 90%;
      margin: 0 auto
    }
    footer nav {
        width: 70%;
    }

}


@media only screen and (max-width: 767px) {

    header .header-content {
        width: 80%;
    }

    header .header-content .logo {
      width: 50px;
      height: 50px;
      background: url('../img/logo-50x50.png') no-repeat;
    }

    .intro .content {
      width: 90%;
    }

    .intro .content div h1 {
      font-size: 20px;
      line-height: 22px;
      text-align: center;
      margin-bottom: 10px;
    }
    .intro .content div p {
      font-size: 14px;
      line-height: 16px;
    }
    .chiffres .content div {
      width: 40%;
      margin-bottom: 20px;
    }
    .contenu .content.objectifs,
    .chiffres .content,
    .etapes .content,
    .formulaire .content {
      width: 90%;
    }
    .contenu {
      padding: 20px 0;
    }
    .contenu .content.objectifs div {
      padding: 20px;
    }
    chiffres .content div h3 {
      font-size: 40px;
      line-height: 42px;
      margin-bottom: 5px;
    }
    .etapes .content h2,
    .formulaire .content h2 {
      font-size: 24px;
      line-height: 26px;
    }
    .etapes .content h2::after,
    .formulaire .content h2::after {
      width: 90%;
    }
    .etapes .content .wrap {
      flex-direction: column;
    }
    .etapes .content .wrap div {
      width: 100%;
    }
    .etapes .content .wrap div h3 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px;
    }
    footer nav {
        width: 80%;
    }

    footer nav ul {
        flex-direction: column;
    }

    footer nav ul li {
        margin-bottom: 20px;
    }

    footer nav ul li:last-child {
        margin-bottom: 0;
    }

    .g-recaptcha {
        transform:scale(0.67);
        -webkit-transform:scale(0.67);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        margin-bottom: 0;
    }
    .content {
      max-width: 480px;
      margin: 0 auto;
    }

}

@media only screen and (min-width: 1240px) {
  .content {
    max-width: 1220px;
    margin:0 auto;
  }
  .intro .content div h1 {
    font-size: 66px;
    line-height: 66px;
  }
}