@charset "UTF-8";
nav {
  -webkit-box-shadow: 0 9px 10px -10px #000;
          box-shadow: 0 9px 10px -10px #000;
  background: #043055;
  font-size: 12px;
}
nav .collapse {
  width: 100%;
  margin: 0;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
@media (max-width: 1200px) {
  nav .collapse {
    margin: 20px auto 0 auto;
  }
}
nav .navbar-brand {
  margin-left: 30px;
}
nav button {
  margin-right: 30px;
  color: #9cb7ce !important;
}
nav ul.navbar-nav {
  right: 30px;
  top: 10px;
}
nav ul.navbar-nav li {
  text-wrap: none;
}
nav ul.navbar-nav li a.nav-link {
  margin: 0 5px;
  color: #9cb7ce !important;
  cursor: pointer !important;
  padding-bottom: 3px !important;
  border-bottom: 1px solid transparent;
}
nav ul.navbar-nav li a.nav-link:hover {
  color: #ffcc07 !important;
  border-bottom: 1px solid #ffcc07;
  text-shadow: 2px 2px 4px #000;
}
nav ul.navbar-nav span.separateur {
  border-right: 1px solid #9cb7ce;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?k4vrak");
  src: url("../fonts/icomoon.eot?k4vrak#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?k4vrak") format("truetype"), url("../fonts/icomoon.woff?k4vrak") format("woff"), url("../fonts/icomoon.svg?k4vrak#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ornement_petale:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

body {
  background: #FFF;
  color: snow;
}

html, body {
  scroll-behavior: smooth !important;
}

#titre_table_matieres {
  margin-top: 30px;
  font-size: 2.2em;
}

.top {
  position: fixed;
  bottom: 4em;
  right: 4em;
  text-decoration: none;
  background-color: rgba(5, 63, 110, 0.5);
  font-size: 10px;
  padding: 1em;
  color: #fff;
  height: 50px;
  width: 45px;
  display: none;
  border-radius: 500px;
  -webkit-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.top span {
  display: block;
  font-size: 16px;
  -webkit-transform: rotate(-90deg) translateX(-10px);
      -ms-transform: rotate(-90deg) translateX(-10px);
          transform: rotate(-90deg) translateX(-10px);
}
.top:hover {
  background-color: #053f6e;
  text-decoration: none;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
}
.top:hover span {
  -webkit-transform: rotate(-90deg) translateX(-10px);
      -ms-transform: rotate(-90deg) translateX(-10px);
          transform: rotate(-90deg) translateX(-10px);
  color: #ffcc07;
}
@media (max-width: 992px) {
  .top {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    right: 5px;
  }
}

#menu {
  list-style-type: none;
}
#menu .ninetydeg {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.8em;
  vertical-align: text-top;
}
#menu .mystyle span.ninetydeg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  vertical-align: bottom;
}

#menu1, #menu2 {
  color: #F2A207;
  font-weight: bold;
  font-style: oblique;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
#menu1:hover, #menu2:hover {
  color: #ffcb03;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#menu1 ul, #menu2 ul {
  list-style-type: circle;
}
#menu1 ul li, #menu1 ul li a, #menu2 ul li, #menu2 ul li a {
  font-size: 0.9em;
  color: #053f6e;
}
#menu1 ul li:hover, #menu1 ul li a:hover, #menu2 ul li:hover, #menu2 ul li a:hover {
  color: lightslategrey;
}

section {
  background-color: #FFF;
  font-size: 1em;
}
section .row {
  margin: 0 auto !important;
}
section a {
  color: #F2A207;
  font-weight: bold;
  font-style: oblique;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
section a:hover {
  color: #ffcb03;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

#section1 {
  padding: 0;
  padding-top: 20vh;
  background: #FFF;
  background-image: url("../img/logo_header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  height: 100vh;
  -webkit-box-shadow: 0px 1px 15px #000;
          box-shadow: 0px 1px 15px #000;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #section1 {
    background-size: 300%;
  }
}
#section1 .titre_accueil {
  width: 100%;
  margin-top: -30px;
  font-family: "Times New Roman";
  font-style: oblique;
  color: #053f6e;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  #section1 .titre_accueil {
    font-size: 6vw;
  }
}
@media (max-width: 992px) {
  #section1 .titre_accueil {
    margin-top: calc(50% - 30px);
  }
}
@media (max-width: 576px) {
  #section1 .titre_accueil {
    margin-top: calc(30% - 30px);
  }
}
#section1 .sous-titre_accueil {
  padding: 10px 0;
  cursor: pointer;
  font-family: "Times New Roman";
  font-style: oblique;
  color: #053f6e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #053f6e));
  background: -o-linear-gradient(bottom, transparent 50%, #053f6e 50%);
  background: linear-gradient(to top, transparent 50%, #053f6e 50%);
  background-size: 100% 202%;
  background-position: bottom right;
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
@media (min-width: 1200px) {
  #section1 .sous-titre_accueil {
    font-size: 3vw;
  }
}
#section1 .sous-titre_accueil .icon-ornement_petale {
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  font-size: 1vw;
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
#section1 .sous-titre_accueil #reverse_ico {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
#section1 .sous-titre_accueil:hover {
  background-position: top left;
  color: snow;
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
#section1 .sous-titre_accueil:hover .icon-ornement_petale {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
#section1 .sous-titre_accueil:hover #reverse_ico {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
#section1 .container {
  height: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#section1 .container img {
  width: 100%;
  vertical-align: baseline;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#section1 .container p {
  margin-top: 5vh;
  font-size: 1em;
}

.section_white {
  background: white;
  background-image: url("../img/fond_bg_section4.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.section_white h3 {
  color: #053f6e;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  font-family: "Times New Roman";
  font-style: oblique;
}
.section_white h3.titre_mentions {
  font-size: 1.8em;
  margin-top: 30px;
}
.section_white h4.sous-titre_mentions {
  color: #053f6e;
  font-size: 1.5em;
  margin: 30px 0 15px 0;
  padding-left: 5px;
  font-family: "Times New Roman";
  font-style: oblique;
}
.section_white .titre_mentions, .section_white .sous-titre_mentions {
  font-weight: bold;
}
.section_white #div_mentions p {
  padding-left: 10px;
}

.section_standard {
  padding: 55px 0 125px 0;
}
.section_standard h2 {
  color: #053f6e;
  width: 100%;
  text-align: center;
  font-family: "Times New Roman";
  font-style: oblique;
  margin-top: 10px;
  margin-bottom: 30px !important;
}
.section_standard h2 span.icon-ornement_petale {
  display: inline-block;
  margin: 0 10px;
  font-size: 0.4em !important;
  vertical-align: middle;
}
.section_standard h2 span {
  margin-top: -2px !important;
}
.section_standard h2 span.reverse_ico {
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.section_standard h3 span.icon-ornement_petale {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
  font-size: 0.3em !important;
}
.section_standard h3 span.reverse_ico {
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.section_standard p {
  color: black;
  text-align: left;
}

#qui .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#qui .col-md-12 p {
  text-align: center;
}

#services .container {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#services .container img {
  width: 80%;
  margin: 15px 0;
}
#services .container .col-md-3 {
  padding: 0 2px;
}
#services .container .padding_picto {
  padding: 5px 10px;
  border-radius: 0 50px 0 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
  margin: 2px;
  height: 100%;
  border: 2px solid transparent;
}
#services .container .padding_picto p {
  color: #808080;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
#services .container .padding_picto .picto {
  width: 40%;
  max-width: 120px;
  min-width: 80px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 992px) {
  #services .container .padding_picto .picto {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
#services .container .padding_picto h3 {
  color: #053f6e;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  font-family: "Times New Roman";
  font-style: oblique;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
@media (max-width: 992px) {
  #services .container .padding_picto h3 {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
#services .container .padding_picto:hover {
  z-index: 999;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border: 2px solid #053f6e;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
#services .container .padding_picto:hover .picto {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
#services .container .padding_picto:hover p {
  color: black;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
#services .container .padding_picto:hover h3 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

#tarifs .container {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #053f6e;
}
#tarifs .container .asterisque {
  font-weight: bold;
  color: #F2A207;
  font-size: 1.05em;
}
#tarifs .container div {
  border: 1px solid #053f6e;
  padding: 0;
}
#tarifs .container div .cellule_tarif {
  border: none;
  height: 160px;
  padding: 5px;
  cursor: pointer;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, rgba(255, 204, 5, 0.1)));
  background: -o-linear-gradient(right, transparent 50%, rgba(255, 204, 5, 0.1) 50%);
  background: linear-gradient(to left, transparent 50%, rgba(255, 204, 5, 0.1) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#tarifs .container div .cellule_tarif:hover {
  color: #053f6e;
}
#tarifs .container div .cellule_tarif:hover {
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-position: left top;
}
#tarifs .container div .cellule_tarif:hover ul {
  color: #000;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
#tarifs .container div .cellule_tarif:hover p {
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  color: #053f6e;
}
#tarifs .container div h4 {
  width: 100%;
  border-bottom: 2px solid #053f6e;
  background: rgba(5, 63, 110, 0.15);
  color: #053f6e;
  padding: 8px 0;
  margin-bottom: 0;
  font-family: "Times New Roman";
  font-style: oblique;
}
#tarifs .container div h4 .asterisque {
  font-size: 1em;
}
#tarifs .container div ul {
  color: #606060;
  list-style-type: none;
  text-align: left;
  padding-top: 0;
  padding-left: 25px;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
#tarifs .container div p {
  padding: 5px 10px 0;
  color: #707070;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
#tarifs .cellule_large_bas {
  border: 2px solid #053f6e;
  border-top: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-item: center;
}
#tarifs .cellule_large_bas p {
  margin-bottom: 3px;
  color: black;
  text-align: center;
  padding: 2px 0;
}
#tarifs .cellule_large_bas p .yellow {
  color: #F2A207;
}
#tarifs .cellule_large_bas p .tva {
  font-size: 0.7em;
  color: #000;
}

#fonctionnement .row {
  padding: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fonctionnement .row p {
  margin: auto;
  padding: 10px 0;
}
#fonctionnement .row p b {
  color: #053f6e;
}
#fonctionnement .first_row {
  margin-bottom: 25px !important;
}
#fonctionnement .second_row {
  padding-top: 25px !important;
  border-top: 2px solid #053f6e;
}
#fonctionnement .blue {
  text-align: center;
  color: #053f6e;
  font-size: 1.1em;
  margin-bottom: 50px !important;
}
#fonctionnement .article_tva {
  margin-top: 20px;
}
#fonctionnement .article_tva p {
  color: #053f6e;
  font-size: 0.95em;
  font-style: oblique;
  padding: 0 auto;
  margin: 0 auto;
  text-align: center;
}
#fonctionnement .secretaire_1 {
  text-align: center;
  height: 100%;
}
#fonctionnement .secretaire_1 img {
  bottom: 0;
  max-width: 280px;
}

#about .parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 250px;
  border-top: 4px solid #053f6e;
  border-bottom: 4px solid #053f6e;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .parallax h3 {
  width: 100%;
  font-family: "Times New Roman";
  font-style: oblique;
  text-align: center;
  padding: 10px 0;
  background: rgba(5, 63, 110, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #FFF;
  cursor: pointer;
  text-shadow: 2px 2px 3px #000;
}
#about .parallax h3:hover {
  color: #ffcb03;
}
#about .parallax h3 .reversed {
  display: inline-block;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
#about .bg1 {
  background-image: url("../img/vue_pic_midi.jpeg");
  background-size: cover;
}
#about .col-md-9 {
  padding-bottom: 30px;
}
#about .presentation {
  text-align: center;
}
#about .presentation h3 {
  color: #f2a207;
  font-weight: normal;
  margin-bottom: 0;
}
#about .presentation p {
  text-align: center;
  margin-bottom: 40px;
}
#about .presentation p b {
  color: #053f6e;
  font-weight: lighter;
  font-size: 1.05em;
}
#about .secretaire_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#about .secretaire_2 img {
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 0;
  max-width: 250px;
}
#about h3#confiance {
  margin-top: 8vh;
  color: #053f6e;
  text-align: center;
  font-family: "Times New Roman";
  font-style: oblique;
  font-size: 1.5em;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #043055;
  margin-bottom: 20px;
}
#about .grille_partenaires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 5vh auto 0 auto;
}
#about .grille_partenaires .partenaire {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  margin: 10px 20px;
}
#about .grille_partenaires .partenaire a {
  display: block;
}
#about .grille_partenaires .partenaire:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 999;
}

#contacts {
  margin-bottom: 0;
  padding-bottom: 0;
}
#contacts .container {
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contacts .container .form-example {
  margin: 0 5px;
}
#contacts .container .col-md-6, #contacts .container .col-sm-12 {
  padding: 0 !important;
}
#contacts .container .col-md-6 h3, #contacts .container .col-sm-12 h3 {
  font-size: 22px;
  color: #043055;
  font-family: "Times New Roman";
  font-style: oblique;
}
#contacts .container .col-md-6 .phone, #contacts .container .col-sm-12 .phone {
  margin: 15px auto 30px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#contacts .container .col-md-6 .phone a, #contacts .container .col-sm-12 .phone a {
  text-decoration: none;
  border: 2px solid #053f6e;
  color: snow;
  padding: 5px 15px;
  font-size: 17px;
  cursor: pointer !important;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, snow), color-stop(50%, #053f6e));
  background: -o-linear-gradient(left, snow 50%, #053f6e 50%);
  background: linear-gradient(to right, snow 50%, #053f6e 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#contacts .container .col-md-6 .phone a:hover, #contacts .container .col-sm-12 .phone a:hover {
  background-position: left bottom;
  color: #053f6e;
}
#contacts .container .col-md-6 .submit, #contacts .container .col-sm-12 .submit {
  text-align: center;
}
#contacts .container .col-md-6 .submit input, #contacts .container .col-sm-12 .submit input {
  color: snow;
  font-family: "Times New Roman";
  font-style: oblique;
  font-size: 1.2em;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, snow), color-stop(50%, #053f6e));
  background: -o-linear-gradient(left, snow 50%, #053f6e 50%);
  background: linear-gradient(to right, snow 50%, #053f6e 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#contacts .container .col-md-6 .submit input:hover, #contacts .container .col-sm-12 .submit input:hover {
  background-position: left bottom;
  color: #053f6e;
}
#contacts .container .left-padd {
  padding: 15px 15px 30px 15px !important;
}
#contacts .container .right_border {
  border-top: 2px solid #053f6e;
  border-right: 2px solid #053f6e;
}
#contacts .container label {
  display: block !important;
  color: #000;
  margin-bottom: 0 !important;
}
#contacts .container input, #contacts .container textarea {
  border: 2px solid #053f6e;
}
#contacts .container input {
  width: 150px;
}
#contacts .container .textarea {
  margin: 10px 0;
  padding: 0 0 0 5px;
}
#contacts .container .textarea textarea {
  width: 94%;
  height: 300px;
}

footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#043055), color-stop(#084a84), color-stop(#084a84), to(#043055));
  background: -o-linear-gradient(bottom, #043055, #084a84, #084a84, #043055);
  background: linear-gradient(0deg, #043055, #084a84, #084a84, #043055);
  background-size: 400% 400%;
  -webkit-animation: gradient 10s ease infinite;
          animation: gradient 10s ease infinite;
  -webkit-box-shadow: inset 0 9px 10px -10px #000;
          box-shadow: inset 0 9px 10px -10px #000;
  text-align: center;
  padding: 10px 0;
}
footer #img_footer {
  max-width: 50%;
  min-width: 300px;
  margin: 0 auto;
  height: content-box;
}
footer .copyright {
  margin: 10px auto;
  font-size: 12px;
  font-weight: lighter;
}
footer .copyright img {
  width: 60px;
  margin: 0 2px 0 5px;
  height: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
footer .copyright img:hover {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
footer .navbar-footer {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8em;
  padding-left: 0 !important;
}
footer .navbar-footer li a {
  color: #9cb7ce;
}
footer .navbar-footer li a:hover {
  color: #ffcc07;
}
footer .navbar-footer .follow {
  color: #9cb7ce;
  font-weight: bold;
}
@media (max-width: 576px) {
  footer .navbar-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .reseaux {
  margin-top: 15px;
}
footer .addresse {
  font-size: 0.8em;
}
footer .addresse a {
  color: #FFF;
}
footer .addresse a:hover {
  color: #ffcc07;
  text-decoration: none;
}
footer .horaires {
  font-size: 0.8em;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}