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;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

@font-face {
  font-family: "Syne";
  src: url("../fonts/Syne-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Syne Medium";
  src: url("../fonts/Syne-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Syne SemiBold";
  src: url("../fonts/Syne-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Syne Bold";
  src: url("../fonts/Syne-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Syne ExtraBold";
  src: url("../fonts/Syne-ExtraBold.ttf") format("truetype");
}


@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Black";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
}

body {
  line-height: 1.5;
  font-family: "Poppins Light";
  font-size: 1em;
  color: #000000;
  margin: 0;
  padding: 0;
}

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;
}
div:after,
header:after,
footer:after,
nav:after,
ul:after {
    display: block;
    content: "";
    visibility: hidden;
    height: 0px;
    clear: both;
}
div, nav, header {
  box-sizing: border-box;
  /*overflow: auto;*/
}
main {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1600px;
  padding: 30px 25px;
  margin: 0 auto;
}

p {
  margin: 0px 0px 15px 0px;
}

p.white {
  color: #FFFFFF;
}

p.black {
  color: #000;
}

.p-20 {
  font-size: 20px;
}

.p-30 {
  font-size: 30px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  outline-style: none;
}

a:focus,
a:active {
  outline: none !important;
  border: none !important;
}

button:focus,
button:active {
  outline: none !important;
  border: none !important;
}

img:focus,
img:active {
  outline: none !important;
  border: none !important;
}

.link-bleu {
  font-family: 'Poppins Medium';
  color: #1C5191;
}

strong, .strong {
  font-family: "Poppins Bold";
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

.text-blanc {
  color: #fff !important;
}

.col {
  position: relative;
  float: left;
  min-height: 1px;
}

.col-2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
}

.col-3 {
  position: relative;
  float: left;
  width: 33.33%;
  min-height: 1px;
}

.col-4 {
  position: relative;
  float: left;
  width: 25%;
}

.col-2-3 {
  position: relative;
  float: left;
  width: 66.66%;
  height: auto;
}

.col-1-3 {
  position: relative;
  float: left;
  width: 33.33%;
  height: auto;
}

.col-1-4 {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}

.col-3-4 {
  position: relative;
  float: left;
  width: 75%;
  height: auto;
}

.col-left {
  padding-right: 20px;
}

.col-right {
  padding-left: 20px;
}

.col-center {
  padding-left: 10px;
  padding-right: 10px;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pv-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ph-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ph-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ph-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ph-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.ph-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-0 {
  margin: 0px !!important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.bg-gris {
  background-color: #f5f7fa;
}

.bg-jaune {
  background-color: rgba(255, 200, 0, 1);
}

.bg-blanc {
  background: #fff;
}

.v-align {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.row {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
}

.row-top-demandeurs {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
  border-bottom: #ccc solid 1px;
  padding: 3px 0px;
}

.row-top-demandeurs:last-of-type {
  border-bottom: none;
}

.row-title-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  font-family: 'Poppins Medium';
  font-size: 1em;
  color: #000000;
  margin-bottom: 5px;
}

.row-field-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin-bottom:10px;
}

.msg {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  font-family: 'Poppins SemiBold';
  font-size: .9rem;
  z-index: 9;
  transition: all .3s;
}

.msg.error {
  background-color: #CC0000;
  color: #FFFFFF;
}

.msg.ok {
  background-color: #28b463;
  color: #FFFFFF;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="list"],
input[type="number"],
input[list] {
  position: relative;
  height: auto;
  width: 100%;
  border: #dbdbdb solid .5px;
  padding: 8px 12px;
  font-family: 'Poppins';
  font-size: 1em;
  border-radius: 5px;
  box-sizing: border-box;
}

input[type="submit"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border: none;
  padding: 8px 12px;
  font-family: 'Poppins';
  font-size: 1em;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 1);
  transition: all .3s;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, .7);
}

input[type="button"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  font-family: 'Poppins';
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  border: none;
  background-color: rgba(0, 0, 0, 1);
  cursor: pointer;
  transition: all .4s;
}

input[type="button"]:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

input[type="button"].delete {
  background-color: #d24a2d;
}

input[type="button"].delete:hover {
  background-color: #e95333;
}

input[type="button"].jaune {
  background-color: #FFC300;
  color: #435C74;
}

input[type="button"].jaune:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].gris {
  background-color: #d7dbdd;
  color: #435C74;
}

input[type="button"].gris:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].vert {
  background-color: rgba(46, 204, 113, 1);
}

input[type="button"].vert:hover {
  background-color: rgba(46, 204, 113, .6);
}

input[type="button"].rouge {
  background-color: rgba(255, 65, 24, 1);
}

input[type="button"].rouge:hover {
  background-color: rgba(255, 65, 24, .6);
}

textarea {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;

  font-family: 'Poppins';
  font-size: .9rem;
  border: #dbdbdb solid .5px;
}

select {
  position: relative;
  font-family: 'Poppins';
  font-size: .9rem;
  width: 100%;
  padding: 7px 10px;
  border: #dbdbdb solid .5px;
  box-sizing: border-box;
  border-radius: 5px;
}

.strong {
  font-family: 'Poppins Bold';
}

.link-reset {
  position: relative;
  font-family: 'Poppins';
  color: #3498db;
  font-size: .9rem;
  cursor: pointer;
  text-decoration: underline;
}

i {
  margin-right: 5px;
}

.small-text {
  font-size: .8rem;
}




/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */



.canva {
  position: relative;
  height: auto;
  width: auto;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: #FFF;
  box-shadow: 0px 0px 10px #000000;
  z-index: 9;
}

.content-header {
  position: relative;
  height: auto;
  width: auto;
  padding: 15px;
  z-index: 9;
}

.left-header {
  position: relative;
  float: left;
  height: 45px;
  width: 30%;
  text-align: left;
  padding: 0px 0px 0px 15px;
}

.left-header img {
  height: 45px;
}

.right-header {
  position: relative;
  float: left;
  height: auto;
  width: 70%;
  text-align: right;
  padding-right: 16px;
}

nav.menu {
  position: relative;
  height: auto;
  width: auto;
}

nav.menu ul {
  position: relative;
  height: auto;
  width: auto;
}

nav.menu ul li {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  font-family: 'Poppins Light';
  font-size: .9em;
  color: #1a1a1a;
  padding: 10px 15px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color .5s ease-out;;
}

nav.menu ul li:hover {
  background-color: #efefef;
}

nav.menu ul li.devis {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  font-family: 'Poppins Light';
  font-size: .9em;
  color: #1a1a1a;
  border: #1a1a1a solid 1px;
  border-radius: 12px;
  padding: 10px 15px;
}

.box-slider {
  position: relative;
  height: auto;
  width: auto;
  margin: 75px auto 0 auto;
}

.slide-title {
  font-family: 'Syne Bold';
  font-size: 3em;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: -3px;
}

.slide-text {
  position: relative;
  height: auto;
  width: auto;
  max-width: 90%;
  font-family: 'Poppins Light';
  font-size: 1.1em !important;
  color: #fff;
  text-align: center;
  line-height: 1.3 !important;
  margin: 0 auto;
}

.slide-button {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  font-family: 'Poppins';
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  background-color: rgba(255, 200, 0, 1);
  cursor: pointer;
  transition: all .4s;
}

.slide-button:hover {
  background-color: rgba(255, 200, 0, 0.7);
}

.content {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.row-flex {
  display: flex !important;
  justify-content: space-between;
}

.row-jaune {
  background-color: #ffc800;
}

.cpt-home {
  position: relative;
  height: auto;
  width: 24%;
  padding: 15px;
  text-align: center;
}

.nb-cpt {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: 'Poppins Bold';
  font-size: 4em;
  color: #FFFFFF;
  letter-spacing: -5px;
}

.text-cpt {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.3em;
}

.img-border-radius {
  border-radius: 15px;
}

.h1-barre {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  font-size: .9em;
  text-transform: uppercase;
  background-color: #efefef;
  padding: 10px 50px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.h1-barre::before,
.h1-barre::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  border-top: 1px solid #000;
}

.h1-barre::before {
  left: 10px;
}

.h1-barre::after {
  right: 10px;
}

.h2-classic {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Syne Bold';
  font-size: 2em;
  letter-spacing: -2px;
  text-align: left;
  line-height: 1.2;
}

.h2-avantage {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Poppins SemiBold';
  font-size: 1.4em;
  letter-spacing: -2px;
  text-align: left;
}

.picto-avantage {
  display: inline-block;
  height: 42px;
  width: 42px;
  padding: 5px 0px;
  border-radius: 50%;
  background-color: #ffc800;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.picto-avantage i {
  font-size: 18px;
  margin:0;
}

.logo-agrement {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #efefef;
  margin: 0px 20px;
}

.reference-home {
  position: relative;
  height: 550px;
  width: 550px;
  padding: 20px;
  border-radius: 15px;
  margin: 0 auto;
  background-color: #efefef;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.caption-reference {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  padding: 20px;
  background-color: rgba(0, 0, 0, .5);
  z-index: 5;
  opacity: 0;
  transition: all .4s;
}

.caption-reference:hover {
  opacity: 1;
}

.caption-title {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Poppins SemiBold';
  font-size: 1.4em;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 20px;
}

.caption-infos {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  font-size: .8em;
  color: #fff;
  padding: 2px 6px;
  border-radius: 6px;
  border: #fff solid 1px;
  margin-right: 5px;
}

.caption-infos i {
  font-size: .7em !!important;
  color: #ffc800 !important;
}

.caption-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 95%;
  height: auto;
  font-family: 'Poppins';
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  border: #FFF solid 1px;
  transform: translateX(-50%);
  transition: all .4s;
  cursor: pointer;
}

.caption-button:hover {
  background: rgba(255,255,255,0.8);
  color: #000;
}

footer {
  position: relative;
  height: auto;
  width: auto;
  padding: 100px 0 20px 0;
  background: #000000;
}

.col-footer {
  position: relative;
  float: left;
  height: auto;
  color: #FFFFFF;
}

.col-footer p {
  font-size: .8em;
}

.h3-footer {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Poppins SemiBold';
  font-size: 1.4em;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 20px;
}

.logo-footer {
  position: relative;
  height: auto;
  width: auto;
  margin-bottom: 20px;
}

.logo-footer img {
  width: 200px;
}

.copyright {
  position: relative;
  height: auto;
  width: auto;
  font-size: .9em;
  color: #ffffff;
  margin-top: 50px;
}

.copyright-left {
  float: left;
}

.copyright-right {
  float: right;
}

.picto-coordo {
  position: relative;
  float: left;
  height: auto;
  width: 15%;
  text-align: center;
  color: #ffffff;
}

.text-coordo {
  position: relative;
  float: left;
  width: 75%;
}

.fullscreen-col {
  position: relative;
  float: left;
  height: 600px;
  width: 50%;
}

.fullscreen-col-grey {
  background-color: #f5f7fa;
}

.col-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.v-align {
  position: absolute;
  top: 50%
  left: 0;
  height: auto;
  width: 100%;
  transform: translateY(-50%);
}

.slick-item {
  position: relative;
  height: 375px !important;
  width: auto;
  overflow: hidden;
}

.img-slick-item {
  position: relative;
  height: 375px;
  width: auto;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.caption-slick-item {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  text-align: left;
  color: #ffffff;
  padding: 15px;
  background-color: rgba(0,0,0,.6);
}

.titre-caption-slick-item {
  font-family: 'Poppins SemiBold';
  font-size: .8em;
}

.lieu-caption-slick-item {
  font-family: 'Poppins Light';
  font-size: .8em;
}

.slick-slide {
  margin: 0 5px;
}

.activites > .row-activites {
  display: flex;
  align-items: stretch;
}

.activites > .row-activites:nth-child(even) {
  flex-direction: row-reverse;
}

.image-activites,
.text-activites {
  width: 50%;
}

.image-activites {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text-activites {
  padding: 100px 40px;
}

ul.classic {
  position: relative;
  list-style: none;
  margin: 30px 0px;
}

ul.classic li {
  margin-bottom: 10px;
  padding-left: 30px;
}

ul.classic li::before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  width: 24px;
  height: 24px;
  background-image: url("../img/puce.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.top-page {
  position: relative;
  height: auto;
  width: auto;
  padding: 200px 0px 150px 0px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.h1-top-page {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Poppins Bold';
  font-size: 3em;
  color: #FFFFFF;
  text-align: center;
}

.h1-top-projet {
  position: absolute;
  top: 55%;
  left: 50%;
  height: auto;
  width: 100%;
  font-family: 'Poppins Bold';
  font-size: 3em;
  color: #FFFFFF;
  text-align: center;
  transform: translate(-50%, -50%);
}

.arrow-bottom-projet {
  position: absolute;
  bottom: 40px;
  left: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 40px;
  color: #ffc800;
  transform: translateX(-50%);
}

.box-projets {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
}

.projet {
  position: relative;
  display: inline-block;
  height: 375px;
  width: 375px;
  margin: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.caption-projet {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 2;
  cursor: pointer;
  transition: all .3s;
}

.fil-ariane {
  position: relative;
  height: auto;
  width: auto;
  font-size: .9em;
  text-align: left;
  margin-bottom: 20px;
}

.row-projet {
  position: relative;
  /*display: flex;
  align-items: stretch;*/
}

.image-projet,
.description-projet {
  position: relative;
  height: auto;
  width: auto;
}

.image-projet {
  max-height: 450px;
  text-align: center;
}

.image-projet img {
  max-height: 450px;
}

.description-projet {
  padding: 50px 0px 50px 40px;
}

.titre-projet {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Poppins Bold';
  font-size: 1.3em;
  margin-bottom: 5px;
  text-align: center;
}

.galerie-projet {
  position: relative;
  height: auto;
}

.photo-galerie-projet {
  position: relative;
  display: inline-block;
  height: 250px;
  width: 250px;
  margin: 10px;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */


.bt-menu,
.menu-mobile {
  display: none;
}


/* Pour les écrans de mobiles */
@media (max-width: 768px) {

  nav.menu {
    display: none;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .bt-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 45px;
    width: 45px;
    background-image: url('../img/bt-menu.png');
    background-repeat: no-repeat;
    background-position: center;
  }

  .bt-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 45px;
    width: 45px;
    background-image: url('../img/bt-close-menu.png');
    background-repeat: no-repeat;
    background-position: center;
  }

  .menu-mobile {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 15px;
    z-index: 9;
  }

  nav.mobile {
    position: relative;
    height: auto;
    width: auto;
    list-style: none;
    padding: 50px 0px;
  }

  nav.mobile li {
    position: relative;
    height: auto;
    width: auto;
    padding: 10px 0px;
    text-align: center;
    font-family: 'Poppins Light';
  }

  .left-header {
    position: relative;
    float: none;
    width: auto;
    padding: 0px !important;
    text-align: center;
  }

  .right-header {
    display: none;
  }

  .content {
    padding: 0px 15px;
  }

  .no-flex-on-mobile {
    display: block !important;
  }

  .cpt-home {
    position: relative;
    height: auto;
    width: auto;
    padding: 15px;
    text-align: center;
  }

  .col-1-3,
  .col-2-3 {
    position: relative;
    display: block;
    float: none;
    width: auto;
    height: auto;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .col-2 {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .col-left,
  .col-right {
    padding: 0px;
  }

  .v-align {
    position: relative !important;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    transform: none;
  }

  .text-center-on-mobile {
    text-align: center !important;
  }

  .activites > .row-activites {
    flex-direction: column !important;
  }

  .image-activites,
  .text-activites {
    width: 100%;
    min-height: 400px;
  }

  .logo-agrement {
    margin: 20px !important;
  }

  .col-footer {
    position: relative;
    float: none;
    width: auto !important;
    height: auto;
    padding: 20px 0px;
    text-align: center;
  }

  .h3-footer {
    text-align: center;
  }

  .picto-coordo {
    display: none;
  }

  .text-coordo {
    width: 100%;
  }

  .slide-title{
    font-size: 1.5em !important;
    line-height: 1 !important;
    letter-spacing: -1px !important;
  }

  .slide-text {
    position: relative;
    font-size: .8em !important;
    line-height: 1.3 !important;
    max-width: 90%;
  }

  .row-projet {
    position: relative;
    display: flex;
    flex-direction: column !important;
    align-items: stretch;
  }

  .image-projet,
  .description-projet {
    width: 100%;
  }

  .description-projet {
    padding: 30px 0px;
  }

  .image-projet {
    height: 500px;
  }

  .images-projet {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .projet {
    position: relative;
    display: block;
    height: 375px;
    width: auto;
    margin: 15px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

}
