* {
  font-family: Hind;

  box-sizing: border-box;

  margin: 0;

  padding: 0;
}

.conteneur {
  width: 1200px;

  margin: 0 auto;
}

.conteneurMin {
  width: 800px;

  margin: 0 auto;
}

.btn {
  padding: 6px 10px 3px;

  border-radius: 5px;

  font-size: 13px;

  color: #fff;

  background-color: #0c4270;

  border: 0 !important;

  opacity: 1 !important;

  text-transform: uppercase;

  font-weight: 600;

  text-decoration: none;

  transition: all 0.2s ease;
}

.btn i {
  padding: 0 5px 0 0;
}

.btn:hover,
.btn.actif {
  background-color: #e94e1b;
}

@media screen and (max-width: 1250px) {
  .conteneur {
    width: 800px;

    margin: 0 auto;
  }
}

@media screen and (max-width: 850px) {
  .conteneur,
  .conteneurMin {
    width: 100%;

    padding: 0 20px;

    margin: 0;
  }
}

/* * * * *

HEADER

* * * * */

header {
  height: 122px;

  background-color: #e6ebf0;
}

header img {
  height: 62px;

  margin: 30px 0;
}

header nav {
  float: right;

  text-align: right;
}

header nav ul {
  display: block;
}

header nav .phone {
  color: #e94e1b;

  font-size: 24px;

  font-weight: 500;

  padding: 25px 0 0;
}

header nav .phone i {
  margin: 0 10px 0 0;
}

header nav ul li {
  display: inline-block;

  text-transform: uppercase;

  font-size: 14px;

  padding: 0 25px;

  font-weight: 600;
}

header nav ul li a {
  text-decoration: none;

  color: #0c4270;

  padding: 15px 0 16px;

  opacity: 0.5;

  display: block;

  border-bottom: 5px solid #e6ebf0;

  transition: all 0.2s ease;
}

header nav ul li a:hover {
  opacity: 1;
}

header nav ul li a.actif {
  opacity: 1;

  border-bottom: 5px solid #e94e1b;
}

header .mobile {
  display: none;

  cursor: pointer;
}

@media screen and (max-width: 1250px) {
  header nav ul li {
    font-size: 12px;

    padding: 0 15px;
  }

  header nav ul li a {
    padding: 15px 0 19px;
  }
}

@media screen and (max-width: 850px) {
  header {
    height: 62px;
  }

  header img {
    height: 42px;

    margin: 10px 0;
  }

  header nav ul {
    position: fixed;

    z-index: 10;

    width: 98%;

    height: 98%;

    padding: 0;

    top: -100%;

    left: 1%;

    background-color: #0c4270;

    color: #fff;

    transition: all 0.2s ease;
  }

  header nav .phone {
    font-size: 15px;

    padding: 5px 0 0 0;
  }

  header nav .phone i {
    margin: 0 5px 0 0;
  }

  header .mobile {
    display: inline-block;
  }

  header nav ul.active {
    top: 1%;
  }

  header nav ul .mobile {
    float: right;

    padding: 20px;
  }

  header nav ul li {
    display: block;

    clear: both;
  }

  header nav ul li a {
    color: #fff;

    border: 0;

    margin: 0 0 20px 0;
  }

  header nav ul li a.actif {
    border-bottom: 3px solid #e94e1b;
  }

  header nav ul li a.btn {
    margin: 20px 25px 0 0;

    padding: 10px 0;

    background-color: #fff;

    color: #0c4270;

    text-align: center;
  }
}

footer {
  background-color: #232323;

  color: #777;

  font-size: 14px;

  line-height: 77px;
}

footer a {
  float: right;

  color: #777;

  text-decoration: none;
}

@media screen and (max-width: 850px) {
  footer {
    font-size: 12px;

    line-height: 35px;
  }
}

#contenu {
  padding: 50px 0;
}

#contenu h1 {
  font-size: 24px;

  font-weight: 600;

  color: #0c4270;

  margin: 0;
}

#contenu h2 {
  font-size: 18px;

  font-weight: 600;

  color: #0c4270;

  margin: 20px 0 0 0;
}

#contenu p {
  font-size: 14px;

  line-height: 22px;

  text-align: justify;
}

@media screen and (max-width: 850px) {
  #contenu {
    padding: 30px 0;
  }

  #contenu h1 {
    font-size: 20px;
  }

  #contenu h2 {
    font-size: 15px;

    margin: 15px 0 0 0;
  }

  #contenu p {
    font-size: 12px;

    line-height: 19px;
  }
}

#presentation {
  overflow: hidden;
}

#presentation img {
  float: left;

  width: 60%;
}

#presentation .right {
  float: right;

  width: 40%;
}

#presentation .right h1 {
  font-size: 40px;

  font-weight: 700;

  color: #0c4270;

  text-transform: uppercase;

  line-height: 48px;

  padding: 80px 70px 0;
}

#presentation .right h2 {
  font-size: 30px;

  font-weight: 700;

  color: #e94e1b;

  line-height: 37px;

  padding: 20px 70px;
}

#presentation .right .contact {
  padding: 10px 70px;

  color: #0c4270;
}

#presentation .right .contact .tel {
  margin: 15px 0 0 0;

  display: block;

  font-size: 16px;

  font-weight: 600;
}

#presentation .right .contact .tel span {
  font-size: 13px;

  font-weight: 600;
}

#presentation .right .contact .tel i {
  font-size: 18px;

  padding: 0 5px;
}

@media screen and (max-width: 1250px) {
  #presentation {
    text-align: center;
  }

  #presentation img {
    float: none;

    width: 50%;

    min-width: 250px;
  }

  #presentation .right {
    text-align: center;

    float: none;

    margin: 0 auto 30px;

    width: 60%;

    min-width: 250px;
  }

  #presentation .right h1 {
    font-size: 30px;

    line-height: 40px;

    padding: 0;
  }

  #presentation .right h2 {
    font-size: 24px;

    line-height: 32px;

    padding: 10px 0;
  }

  #presentation .right .contact {
    padding: 10px 0;
  }

  #presentation .right .contact .tel {
    margin: 10px 0 0 0;

    font-size: 14px;
  }

  #presentation .right .contact .tel span {
    font-size: 12px;
  }

  #presentation .right .contact .tel i {
    font-size: 16px;
  }
}

#choisir {
  color: #fff;

  background-color: #0c4270;

  padding: 80px 0;
}

#choisir h2 {
  font-size: 40px;

  font-weight: 700;

  text-align: center;

  margin: 0 0 50px 0;

  text-transform: uppercase;
}

#choisir p.intro {
  font-size: 16px;

  font-weight: 400;

  line-height: 22px;

  margin: 0 0 35px;
}

#choisir p {
  font-size: 14px;

  font-weight: 400;

  line-height: 19px;

  margin: 0 0 20px;
}

#choisir ul {
  font-size: 13px;

  line-height: 18px;

  margin: 0 0 20px;
}

#choisir ul li {
  margin: 0 0 15px 40px;

  list-style: none;

  background-image: url(/template/_gfx/check-solid.svg);

  background-repeat: no-repeat;

  padding: 0 0 0 40px;

  background-size: 18px;
}

@media screen and (max-width: 850px) {
  #choisir {
    padding: 30px 0;
  }

  #choisir h2 {
    font-size: 25px;

    margin: 0 0 20px 0;
  }

  #choisir p.intro {
    font-size: 13px;

    line-height: 20px;

    margin: 0 0 15px;
  }

  #choisir p {
    font-size: 12px;

    font-weight: 400;

    line-height: 19px;

    margin: 0 0 20px;
  }

  #choisir ul {
    font-size: 11px;

    line-height: 15px;

    margin: 0 0 10px;
  }

  #choisir ul li {
    margin: 0 0 10px 10px;

    padding: 0 0 0 30px;

    background-size: 14px;
  }
}

#hamon {
  color: #0c4270;

  background-color: #fff;

  padding: 80px 0;
}

#hamon h2 {
  font-size: 40px;

  font-weight: 700;

  text-align: center;

  margin: 0 0 50px 0;

  text-transform: uppercase;
}

#hamon p {
  font-size: 14px;

  font-weight: 400;

  line-height: 19px;

  margin: 0 0 20px;
}

@media screen and (max-width: 850px) {
  #hamon {
    padding: 30px 0;
  }

  #hamon h2 {
    font-size: 25px;

    margin: 0 0 20px 0;
  }

  #hamon p {
    font-size: 12px;

    font-weight: 400;

    line-height: 19px;

    margin: 0 0 20px;
  }
}

#avis {
  color: #0c4270;

  background-color: #f4f4f4;

  padding: 80px 0;

  text-align: center;

  overflow: hidden;
}

#avis h2 {
  font-size: 40px;

  font-weight: 700;

  text-align: center;

  margin: 0 0 50px 0;

  text-transform: uppercase;
}

#avis .bloc {
  float: left;

  width: 50%;

  padding: 0 25px 20px;
}

#avis .bloc h3 {
  font-size: 20px;

  font-weight: 700;

  text-align: center;

  margin: 0;
}

#avis .bloc span {
  font-size: 14px;

  font-weight: 400;

  line-height: 19px;

  margin: 0 0 10px;

  opacity: 0.7;
}

#avis .bloc p {
  font-size: 12px;

  font-weight: 400;

  line-height: 17px;

  margin: 0;
}

#avis .bloc i {
  opacity: 0.3;

  padding: 10px 2px;
}

#avis .bloc i.yellow {
  opacity: 1;

  color: #ffd900;
}

@media screen and (max-width: 850px) {
  #avis {
    padding: 30px 0;
  }

  #avis h2 {
    font-size: 25px;

    margin: 0 0 20px 0;
  }

  #avis .bloc {
    width: 100%;

    padding: 0 0 20px;
  }

  #avis .bloc h3 {
    font-size: 14px;
  }

  #avis .bloc span {
    font-size: 12px;

    line-height: 17px;

    margin: 0 0 7px;
  }

  #avis .bloc p {
    font-size: 10px;

    line-height: 15px;
  }
}

#intro {
  padding: 50px 0 40px;

  text-align: center;

  text-transform: uppercase;

  background-image: url(/template/_gfx/fond-bandeau.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

#intro h1 {
  font-size: 40px;

  color: #fff;

  font-weight: 700;
}

#general {
  background-color: #e94e1b;

  color: #fff;

  padding: 50px 0;

  font-size: 16px;

  line-height: 22px;
}

#general.success {
  background-color: #50a100;
}

#process {
  padding: 50px 0;
}

#process .step {
  overflow: hidden;

  margin: 0 0 40px;
}

#process .compt {
  float: left;

  width: 100px;

  height: 100px;

  background-color: #e94e1b;

  color: #fff;

  font-size: 70px;

  line-height: 100px;

  font-weight: 600;

  text-align: center;

  border-radius: 50px;

  margin: 5px 30px 0 0;
}

#process h2 {
  font-size: 16px;

  line-height: 20px;

  margin: 0 0 10px 0;

  font-weight: 600;

  color: #0c4270;
}

#process p {
  font-size: 14px;

  line-height: 20px;

  margin: 0;

  font-weight: 400;

  color: #0c4270;
}

#process ul {
  font-size: 12px;

  line-height: 18px;

  display: table;

  margin: 10px 0 0 0;

  padding: 0 0 0 30px;

  font-weight: 400;

  color: #0c4270;
}

#process ul li {
  margin: 0 0 5px 0;
}

#process .contact {
  text-align: center;

  color: #0c4270;
}

#process .contact .tel {
  margin: 15px 0 0 0;

  display: block;

  font-size: 16px;

  font-weight: 600;
}

#process .contact .tel span {
  font-size: 13px;

  font-weight: 600;
}

#process .contact .tel i {
  font-size: 18px;

  padding: 0 5px;
}

@media screen and (max-width: 850px) {
  #intro {
    padding: 25px 0 20px;
  }

  #intro h1 {
    font-size: 20px;

    line-height: 35px;
  }

  #general {
    padding: 30px 0;

    font-size: 13px;

    line-height: 20px;
  }

  #process {
    padding: 30px 0;
  }

  #process .step {
    margin: 0 0 30px;
  }

  #process .compt {
    margin: 0 auto 20px;

    float: none;
  }

  #process h2 {
    font-size: 14px;

    line-height: 20px;
  }

  #process p {
    font-size: 12px;

    line-height: 18px;
  }
}

#galerie {
  padding: 50px 0;

  overflow: hidden;
}

#galerie a {
  float: left;

  width: 25%;

  padding: 0 20px 20px;
}

#galerie a img {
  float: left;

  width: 100%;
}

@media screen and (max-width: 1250px) {
  #galerie a {
    width: 33.33%;
  }
}

@media screen and (max-width: 850px) {
  #galerie a {
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  #galerie a {
    width: 100%;

    padding: 0 0 20px;
  }
}

#formulaire input[type="radio"] {
  position: relative;

  float: left;

  margin: 0 10px 0 0;

  width: 25px;

  height: 25px;

  color: black;

  border: 1px solid gray;

  border-radius: 15px;

  appearance: none;

  outline: 0;

  cursor: pointer;

  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

#formulaire input[type="radio"]::before {
  position: absolute;

  content: "";

  display: block;

  top: 1px;

  left: 6px;

  width: 8px;

  height: 14px;

  border-style: solid;

  border-color: #fff;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);

  opacity: 0;
}

#formulaire input[type="radio"]:checked {
  color: white;

  border-color: #e94e1b;

  background: #e94e1b;
}

#formulaire input[type="radio"]:checked::before {
  opacity: 1;
}

#formulaire h2 {
  font-size: 30px;

  font-weight: 700;

  text-transform: uppercase;

  color: #0c4270;

  margin: 50px 0 20px;

  text-align: center;
}

#formulaire .voitures {
  overflow: hidden;
}

#formulaire .voitures span {
  float: left;

  width: 12.5%;

  padding: 0 10px;

  cursor: pointer;

  text-align: center;

  color: #0c4270;

  transition: all 0.2s ease;

  font-size: 16px;
}

#formulaire .voitures span.selected {
  opacity: 1;

  color: #e94e1b;
}

#formulaire .voitures span img {
  width: 100%;

  opacity: 0.3;

  transition: all 0.2s ease;
}

#formulaire .voitures span.selected img {
  opacity: 1;
}

#formulaire .choix {
  overflow: hidden;

  padding: 40px 0;
}

#formulaire .choix .bloc {
  float: left;

  width: 50%;

  text-align: center;
}

#formulaire h3 {
  font-size: 22px;

  font-weight: 700;

  text-align: center;

  text-transform: uppercase;

  color: #0c4270;

  margin: 0 0 15px 0;
}

#formulaire .choix .bloc span {
  display: inline-block;

  margin: 0 20px;
}

#formulaire .form .bloc {
  overflow: hidden;

  margin: 0 0 20px 0;
}

#formulaire .form .bloc span {
  width: 100%;
}

#formulaire .form .bloc h4 {
  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  color: #0c4270;

  margin: 0 2% 10px;

  text-align: left;
}

#formulaire .form .bloc span select,
#formulaire .form .bloc span input,
#formulaire .form .bloc span textarea {
  float: left;

  width: 46%;

  margin: 0px 2% 15px;

  font-size: 14px;

  font-weight: 500;

  color: #0c4270;

  height: 43px;

  padding: 0 10px;

  border-radius: 5px;

  border: 1px solid #777;
}

#formulaire .form .bloc span select.max,
#formulaire .form .bloc span input.max,
#formulaire .form .bloc span textarea.max {
  width: 96%;
}

#formulaire .form .bloc span select:focus,
#formulaire .form .bloc span input:focus,
#formulaire .form .bloc span textarea:focus {
  border: 1px solid #e94e1b;
}

#formulaire .form .bloc span textarea {
  width: 96%;

  height: 150px;

  padding: 10px;
}

#formulaire input[type="file"] {
  display: none;
}

#formulaire .form .upload {
  width: 46%;

  display: block;

  float: left;

  line-height: 43px;

  margin: 0 2% 15px;

  font-size: 14px;

  font-weight: 500;

  color: #0c4270;

  height: 43px;

  padding: 0 10px;

  border-radius: 5px;

  border: 1px solid #777;

  cursor: pointer;

  text-align: left;
}

#formulaire .form .upload i {
  font-size: 18px;

  margin: 0 10px 0 0;
}

#formulaire .form {
  text-align: center;

  padding: 0 0 50px 0;
}

#formulaire .form .btn {
  cursor: pointer;
}

@media screen and (max-width: 1250px) {
  #formulaire .voitures span {
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  #formulaire h2 {
    font-size: 20px;

    margin: 30px 0 20px;
  }

  #formulaire .voitures span {
    width: 25%;

    margin: 0 0 10px 0;
  }

  #formulaire .choix {
    padding: 30px 0 10px;
  }

  #formulaire .choix .bloc {
    width: 100%;
  }

  #formulaire h3 {
    font-size: 16px;

    margin: 20px 0 10px 0;
  }

  #formulaire .choix .bloc span {
    margin: 0 10px 10px;
  }

  #formulaire input[type="radio"] {
    margin: 0 10px 0 0;

    width: 20px;

    height: 20px;
  }

  #formulaire input[type="radio"]::before {
    left: 5px;

    width: 7px;

    height: 12px;
  }

  #formulaire .form .bloc span select,
  #formulaire .form .bloc span input,
  #formulaire .form .bloc span textarea {
    width: 96%;

    font-size: 12px;
  }

  #formulaire .form .upload {
    width: 96%;

    font-size: 12px;
  }
}

.result {
  position: fixed;

  top: 10px;

  right: 10px;

  width: 30%;

  min-width: 300px;

  padding: 10px 15px;

  border-radius: 5px;
}

.result.error {
  background-color: #e94e1b;

  color: #fff;
}

.success .conteneurMin {
  text-align: center;
}

.success h2 {
  font-size: 30px;

  font-weight: 700;

  text-transform: uppercase;

  color: #0c4270;

  margin: 50px 0 20px;

  text-align: center;
}

.success i {
  font-size: 80px;

  color: #50a100;

  margin: 20px 0 20px;

  text-align: center;
}

.success p.informations {
  font-size: 16px;

  margin: 0;

  text-align: center;

  color: #0c4270;

  margin: 0 0 50px 0;
}
