/* ------JeLoueMonSiteWeb.Com------ */
/* --------2020------- */
/* ---------v5-------- */
/* ------PreTheme----- */
/* ------CRYSTAL------ */

/* ----- Commun ------ */

/*
Couleur 1 : #c64572;
Couleur 2 : #F05926;

Typo 1 : Montserrat;
Typo 2: Montserrat;

*/

/* --------Font------- */

/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(./typ/JTUQjIg1_i6t8kCHKm45_QpRyS7m0dR9pA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./typ/JTURjIg1_i6t8kCHKm45_cJD3gnD_vx3rCs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./typ/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* ------General------ */

body {
  background: #eee;
  font-family: Montserrat;
  margin: 0;
  padding: 0;
}

a {
  color: #c64572;
}

p {
  color: #555;
  font-family: "Montserrat";
  font-size: 15px;
  margin: 20px 0;
}

.cta_clair {
  background: #c64572;
  color: #fff;
  cursor: pointer;
  border: #c64572;
  border-radius: 5px;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  padding: 7px 15px;
  text-decoration: none;
}

.cta_blc {
  background: #fff;
  color: #c64572;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  padding: 7px 15px;
  text-decoration: none;
}

.cta_fonce,
button {
  background: #c64572;
  color: #fff;
  cursor: pointer;
  border: #c64572;
  border-radius: 5px;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  padding: 7px 15px;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  margin: 10px 0;
}

h1 {
  font-size: 45px;
}

h2 {
  color: #444;
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

input[type="text"],
input[type="mail"],
input[type="tel"] {
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #444;
  font-size: 20px;
  outline: none;
  padding: 5px;
  width: calc(100% - 12px);
}

input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="mail"]:hover,
input[type="mail"]:active,
input[type="mail"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus {
  border: 1px solid #c64572;
}

textarea {
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #444;
  font-size: 20px;
  min-height: 193px;
  outline: none;
  padding: 5px;
  width: calc(100% - 12px);
}

textarea:hover {
  border: 1px solid #c64572;
}

input::placeholder,
textarea::placeholder {
  color: #ddd;
}

input[type="submit"] {
}

input[type="submit"]:hover {
}

input.error,
textarea.error {
  border-color: #c00;
  box-shadow: 0 0 5px #c004;
}

label {
  color: #555;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0 5px;
  text-transform: uppercase;
}

form button {
  margin-top: 30px;
}

hr {
  border-bottom: 1px solid #f9f9f9;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

.message_confirmation {
  background: #090;
  color: #eee;
  display: none;
  font-weight: bold;
  margin: 20px auto;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  width: 300px;
}

.message_erreur {
  background: #900;
  color: #eee;
  display: none;
  font-weight: bold;
  margin: 20px auto;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  width: 300px;
}

.aboutInput {
  display: none;
}

.chiffre {
  font-family: "Montserrat";
  font-size: 40px;
}

.center {
  text-align: center;
}

.justif {
  text-align: justify;
}

.right {
  text-align: right;
}

.img10 {
  margin: auto 1%;
  vertical-align: middle;
  width: 8%;
}

.img20 {
  margin: auto;
  width: 20%;
}

.img25 {
  margin: auto;
  width: 25%;
}

.img33 {
  margin: auto;
  width: 33%;
}

.img50 {
  margin: auto;
  width: 50%;
}

.img66 {
  margin: auto;
  width: 66%;
}

.img75 {
  margin: auto;
  width: 75%;
}

.img100 {
  margin: auto;
  width: 100%;
}

.nb {
  filter: saturate(0);
}

.opa5 {
  opacity: 0.5;
}

.zoom1 {
  transform: scale(1.1);
}

.zoom2 {
  transform: scale(1.2);
}

section {
  margin: auto;
  overflow: hidden;
}

main {
  padding-bottom: 100px;
}

.line {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.block_blc {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px #ccc;
  overflow: hidden;
  position: relative;
}

.block_blc p:first-child {
  margin-top: 0;
}

.block_blc p:last-child {
  /*margin-bottom: 0;*/
}

.block_blc .line_message {
  font-size: 18px;
  left: 0;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.block_blc .light {
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bg_rouge {
  background: #f33;
  color: #fff;
}

.bg_vert {
  background: #080;
  color: #fff;
}

.bandeau,
.bandeau * {
  color: #eee;
}

.border_dashed {
  border: 1px dashed #ccc;
  padding: 0 20px;
}

.cadre_large {
  margin: auto;
  overflow: hidden;
  width: 90%;
}

.cadre1 {
  margin: auto;
  max-width: 1800px;
  overflow: hidden;
  width: 90%;
}

.cadre2 {
  margin: auto;
  max-width: 1600px;
  overflow: hidden;
  width: 90%;
}

.cadre3 {
  margin: auto;
  max-width: 1200px;
  overflow: hidden;
  width: 90%;
}

.cadre4 {
  margin: auto;
  max-width: 800px;
  overflow: hidden;
  width: 90%;
}

main .cadre1,
main .cadre2,
main .cadre3,
main .cadre4 {
  padding: 15px;
}

.transi1 {
  transition: all cubic-bezier(0.3, 0.1, 0.33, 1) 0.5s;
}

.transi2 {
  transition: all cubic-bezier(0, 0.5, 0.5, 1) 1s;
}

.transip,
.transip * {
  transition: all cubic-bezier(0.3, 0.1, 0.33, 1) 0.5s;
}

.gradient1 {
  background: #c64572;
}

/* --------Col-------- */

.a20,
.a25,
.a33,
.a50,
.a66,
.a75,
.a100 {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.a20 {
  width: 20%;
}

.a25 {
  width: 25%;
}

.a33 {
  width: 33.33%;
}

.a50 {
  width: 50%;
}

.a66 {
  width: 66.66%;
}

.a75 {
  width: 75%;
}

.a100 {
  width: 100%;
}

.b20,
.b25,
.b33,
.b50,
.b66,
.b75,
.b100 {
  float: left;
  margin: 0.33%;
  padding: 0.33%;
  position: relative;
}

.b20 {
  width: calc(20% - 1.33%);
}

.b25 {
  width: calc(25% - 1.33%);
}

.b33 {
  width: calc(33.33% - 1.33%);
}

.b50 {
  width: calc(50% - 1.33%);
}

.b66 {
  width: calc(66.66% - 1.33%);
}

.b75 {
  width: calc(75% - 1.33%);
}

.b100 {
  width: calc(100% - 1.33%);
}

.c20,
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
  float: left;
  margin: 1.5%;
  padding: 2%;
  position: relative;
}

.c20 {
  width: calc(20% - 7%);
}

.c25 {
  width: calc(25% - 7%);
}

.c33 {
  width: calc(33.33% - 7%);
}

.c50 {
  width: calc(50% - 7%);
}

.c66 {
  width: calc(66.66% - 7%);
}

.c75 {
  width: calc(75% - 7%);
}

.c100 {
  width: calc(100% - 7%);
}

.d20,
.d25,
.d33,
.d50,
.d66,
.d75,
.d100 {
  float: left;
  margin: 2%;
  padding: 3%;
  position: relative;
}

.d20 {
  width: calc(20% - 10%);
}

.d25 {
  width: calc(25% - 10%);
}

.d33 {
  width: calc(33.33% - 10%);
}

.d50 {
  width: calc(50% - 10%);
}

.d66 {
  width: calc(66.66% - 10%);
}

.d75 {
  width: calc(75% - 10%);
}

.d100 {
  width: calc(100% - 10%);
}

.e20,
.e25,
.e33,
.e50,
.e66,
.e75,
.e100 {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.e20 {
  width: 20%;
}

.e25 {
  width: 25%;
}

.e33 {
  width: 33.33%;
}

.e50 {
  width: 50%;
}

.e66 {
  width: 66.66%;
}

.e75 {
  width: 75%;
}

.e100 {
  width: 100%;
}

.f20,
.f25,
.f33,
.f50,
.f66,
.f75,
.f100 {
  float: left;
  margin: 1.5%;
  padding: 2%;
  position: relative;
}

.f20 {
  width: calc(20% - 7%);
}

.f25 {
  width: calc(25% - 7%);
}

.f33 {
  width: calc(33.33% - 7%);
}

.f50 {
  width: calc(50% - 7%);
}

.f66 {
  width: calc(66.66% - 7%);
}

.f75 {
  width: calc(75% - 7%);
}

.f100 {
  width: calc(100% - 7%);
}

.b_marge {
  margin: 20px;
}

/* FOR TEST 

.c25, .c33, .c50, .c66, .c75, .c100 {
	background: #FFF;
	height: 50px;
}


/* ---------- Cookie ---------- */

section.cookies {
  background: #333;
  color: #ccc;
  overflow: hidden;
  position: relative;
  transition: height ease 0.4s;
  z-index: 999;
}

section.cookies .f75 {
  padding-top: 0;
}

section.cookies .f25,
section.cookies .f75 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}

section.cookies .img50 {
  margin: 10px auto;
  width: 40%;
}

section.cookies b {
  font-size: 11px;
}

section.cookies p {
  color: #999;
  font-size: 9px;
  margin: 10px 0;
}

section.cookies button {
  margin-top: 22px;
}

/* ---------- Header ---------- */

header {
  position: relative;
  z-index: 999;
}

header section {
  width: 100%;
}

header li {
}

.ctn_droite {
  opacity: 0;
  position: absolute;
  right: 0%;
  top: -35px;
}

/* --------Nav-------- */

header .navigation {
  position: absolute;
}

header .navigation .ctn_logo {
  opacity: 0;
  padding: 7px;
  position: absolute;
  top: -50px;
  width: 90px;
}

header .navigation ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

header .navigation .horizontal li {
  display: inline-block;
  list-style: none;
}

header .navigation .horizontal a {
  color: #eee;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

header .navigation .ctn_logo .logo {
  transform: translateY(2px) scale(1.3);
}

.btn_droite {
  background: #eee;
  bottom: 0;
  color: #eee;
  font-weight: bold;
  padding: 25px 40px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
}

.lien_sociaux {
  display: inline-block;
  height: 20px;
  margin: 5px 5px;
  width: 25px;
}

.lien_sociaux img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

/* Nav scroll */

header .navigation.scrolled {
  background: rgba(29, 29, 33, 0.8);
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 9;
}

header .navigation.scrolled .ctn_logo {
  cursor: pointer;
  height: 48px;
  left: 1%;
  opacity: 1;
  padding: 2px;
  top: 0;
}

header .navigation.scrolled .ctn_logo .logo {
  height: 100%;
  width: auto;
}

header .navigation.scrolled a {
  font-size: 12px;
  padding: 18px 30px;
}

header .navigation.scrolled .ctn_droite {
  height: 100%;
  opacity: 1;
  right: 1%;
  top: 0;
}

header .navigation.scrolled .ctn_droite a {
  border-radius: 0;
  color: #eee;
  height: 20px;
  margin: 15px 8px;
  padding: 0;
}

/* INDEX */

.home {
}

.home h1 {
  color: #eee;
}

.home h2 {
  color: #ddd;
}

.liste_btn ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.liste_btn li {
  list-style: none;
}

.liste_btn a {
  background: #eee;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: 140px;
}

/* Animation */

@keyframes nom {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(90deg);
  }
}

/* ----- Slider ----- */

.slider {
  overflow: hidden;
  position: relative;
}

.slider .btn_prev {
  background: url("./images/precedent.svg") no-repeat center center / 30px;
  left: 0;
}

.slider .btn_suiv {
  background: url("./images/suivant.svg") no-repeat center center / 30px;
  right: 0;
}

.slider .btn {
  cursor: pointer;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 2;
}

.slider:hover .btn {
  opacity: 0.55;
}

.slider .item-slide {
  left: 10%;
  position: absolute;
  right: 10%;
  width: 80%;
  z-index: 1;
}

.slider .item-slide.droite {
  opacity: 0;
  transform: translateX(50%);
}

.slider .item-slide.gauche {
  opacity: 0;
  transform: translateX(-25%);
}

/* ----- Home ----- */

.home .ctn_titre {
  background: linear-gradient(
    0deg,
    rgba(52, 52, 52, 0.25) 0%,
    rgba(20, 20, 20, 0.75) 100%
  );
  height: calc(100vh - 100px);
  overflow: hidden;
}

.home .ctn_titre h1 {
  font-size: 32px;
  margin: 18vh 0 5vh;
}
.home h2 {
  color: #444;
}

.logo_home {
  height: 200px;
}

.video_home {
  height: 100vh;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.categories {
  margin: 0;
  padding: 0;
}

.categories li {
  display: inline-block;
  list-style: none;
}

.categories li a {
  color: #999;
  font-size: 10px;
  padding: 4px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: ease 0.5s;
}

.categories li a:hover {
  color: #c64572;
}

.line_grid .b25 {
  height: 250px;
  overflow: hidden;
}

.img_grid {
  cursor: pointer;
  float: initial;
  height: 100%;
  object-fit: cover;
  transition: ease 0.5s;
  width: 100%;
}

.line_grid .img_grid:hover {
  transform: scale(1.05);
}

.grid_horizontal {
  grid-column-end: span 2;
  grid-row-end: span 1;
  max-height: 300px;
}

.grid_vertical {
  grid-column-end: span 1;
  grid-row-end: span 2;
}

.grid_neutre {
  grid-column-end: span 1;
  grid-row-end: span 1;
}

.line_event {
  position: relative;
}

.line_event .event {
  background: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 0 10px #cfcfcf;
  margin: 0.66%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: transform 0.5s ease;
  width: 400px;
}

.line_event .event img {
  height: 250px;
  object-fit: cover;
}

.line_event .event h3 {
  font-size: 23px;
  margin: 0 0 20px;
  text-align: center;
}

.line_event .event .date {
  color: #999;
  display: block;
  font-size: 12px;
  margin: 10px 0;
  text-align: center;
}

.line_event .event .ctt_event {
  font-size: 14px;
  padding: 20px;
}

.line_event .prevEvent {
  background: url("./images/precedent.svg") no-repeat center center / 20px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 99;
}

.line_event .prevEvent:before {
  background: linear-gradient(-90deg, #eee0, #eeef);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.line_event .suivEvent {
  background: url("./images/suivant.svg") no-repeat center center / 20px;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 99;
}

.line_event .suivEvent:before {
  background: linear-gradient(90deg, #eee0, #eeef);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ctn_equipe img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ctn_equipe p {
  font-size: 18px;
  text-align: center;
}

.theater {
  height: 100%;
}

.ctt_theater {
  display: none;
}
.ctt_theater.theater_on {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.th_prev {
  background-image: url("./images/client_pre.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30%;
  cursor: pointer;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 9999;
}

.th_suiv {
  background-image: url("./images/client_sui.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30%;
  cursor: pointer;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  z-index: 9999;
}

.theater img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.close_theater {
  background: url("./images/close.svg");
  background-size: cover;
  bottom: 2%;
  cursor: pointer;
  height: 50px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  width: 50px;
  z-index: 999;
}

/* ----- Page vierge ----- */

.ctn_titre h1 {
  color: #eee;
}

.ctn_titre h2 {
  color: #ddd;
}

.ctn_titre {
  background: no-repeat center center / cover #c64572;
  min-height: 140px;
  padding-top: 100px;
  position: relative;
  text-align: center;
}

.ctn_titre li {
  display: initial;
}

.ctn_titre ol {
  color: #eee;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.ctn_titre a {
  color: #ddd;
  text-decoration: none;
}

.ctn_title {
  position: relative;
  z-index: 1;
}

.degbk {
  background: #2226;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.ctn_youtube .block_blc {
  position: relative;
}

.ctn_youtube img {
  position: relative;
  width: 100%;
  z-index: 222;
}

.calque_titre_video {
  background: rgba(10, 10, 10, 0.5);
  bottom: 0;
  color: #eee;
  font-size: 18px;
  left: 0;
  padding: 15% 20%;
  position: absolute;
  opacity: 0;
  right: 0;
  text-align: center;
  top: 0;
  transition: ease 0.5s;
  z-index: 998;
}

.ctn_youtube .block_blc:hover .calque_titre_video {
  opacity: 1;
  padding: 27% 20%;
}

.theater iframe {
  border: 0;
  bottom: 0;
  height: 80%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
}

/* ----- Avis ----- */

.review {
  text-align: center;
}

.review .note {
  font-family: "Montserrat";
  font-size: 12px;
}

.review .note .ch_note {
  color: #c64572;
  font-size: 30px;
}

.review b p {
  font-family: "Montserrat";
  font-size: 20px;
}

.review .author {
  font-size: 12px;
  font-style: italic;
  margin: 10px 0;
}

.review .text {
  font-size: 15px;
}

/* ----- FAQ ----- */

.faq h3 {
  background: #c64572;
  color: #fff;
  font-size: 28px;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}

.faq .reponse {
  margin: 20px auto 40px;
}

/* ----- Footer ----- */

footer {
  background: #333;
  color: #dfdfdf;
}

footer section {
}

footer ul {
  margin: 0;
  padding: 0;
}

footer a {
  color: #dfdfdf;
  font-size: 11px;
}

footer p {
  color: #dfdfdf;
  font-size: 10px;
  text-align: justify;
}

section.contact-nous {
  background: #c64572;
  color: #eee;
}

section.contact-nous h2 {
  color: #eee;
}

section.main_footer {
  background: #444;
  position: relative;
}

.ctn_anim {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.ctn_anim .pattern {
  background: url("./images/pattern_footer.png") repeat center center / 80px;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.bulle_couleur {
  border-radius: 30px;
  filter: blur(100px);
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all ease 10s;
  z-index: 1;
}

.bulle_couleur1 {
  background: #444;
  height: 200px;
  width: 300px;
}

.bulle_couleur2 {
  background: #666;
  height: 100px;
  width: 300px;
}

.bulle_couleur3 {
  background: #c64572;
  height: 150px;
  width: 250px;
}

footer .navigation a {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  text-decoration: none;
}

.contact-nous a {
  font-size: 16px;
  text-decoration: none;
}

.contact-nous img {
  height: 50px;
}

.social {
  list-style: none;
}

.social a {
  display: inline-block;
  padding: 8px 0;
}

.social img {
  height: 40px;
}

.legal p,
.legal p a {
  color: #777;
  font-size: 10px;
  text-align: center;
}

footer .tag {
  background: #333;
  border-radius: 5px;
  font-size: 12px;
  line-height: 35px;
  padding: 5px;
}

footer .logo {
  opacity: 0.4;
}

/* -----Responsive---- */

.phone {
  display: none;
}

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

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

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

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

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

@media only screen and (max-width: 850px) {
  .a25,
  .a75 {
    width: 50%;
  }

  .b25,
  .b75 {
    width: calc(50% - 4%);
  }

  .c25,
  .c75 {
    width: calc(50% - 7%);
  }

  .d25,
  .d75 {
    width: calc(50% - 10%);
  }
}

@media only screen and (max-width: 600px) {
  .a20,
  .a25,
  .a50,
  .a33,
  .a66,
  .a75 {
    width: 100%;
  }

  .b20,
  .b25,
  .b50,
  .b33,
  .b66,
  .b75 {
    width: calc(100% - 1.33%);
  }

  .c20,
  .c25,
  .c50,
  .c33,
  .c66,
  .c75 {
    width: calc(100% - 7%);
  }

  .d20,
  .d25,
  .d50,
  .d33,
  .d66,
  .d75 {
    width: calc(100% - 10%);
  }

  .b_phone {
    padding: 1% !important;
  }

  .c_phone {
    padding: 2% !important;
  }

  .d_phone {
    padding: 4% !important;
  }

  .desk {
    display: none;
  }

  .phone {
    display: initial;
  }

  .img10 {
    margin: auto 1%;
    vertical-align: middle;
    width: 25%;
  }

  .img20 {
    width: 15%;
  }

  .img25 {
    width: 20%;
  }

  .img33 {
    width: 25%;
  }

  .img50 {
    width: 33%;
  }

  /* ---- */

  .ctn_btn_nav {
    border-radius: 100%;
    cursor: pointer;
    height: 50px;
    left: 10px;
    position: fixed;
    top: 10px;
    width: 40px;
    z-index: 10;
  }

  .nav_bar {
    background: #eee;
    border-radius: 4px;
    height: 2px;
    margin: 6px 0;
    width: 100%;
  }

  .ctt_btn_nav {
    bottom: 0;
    height: 23px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: ease 0.5s;
    width: 75%;
  }

  .ctn_btn_nav.open {
    left: 85%;
  }

  header section {
    overflow: initial;
  }

  section.cookies button {
    margin-top: 15px;
  }

  section.cookies .img50 {
    margin-top: 15px;
  }

  nav {
    background: rgba(29, 29, 33, 0.8);
    border-radius: 0;
    bottom: 0;
    height: 100%;
    left: -100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9;
  }

  nav li {
    display: block !important;
  }

  nav li a {
    font-size: 18px !important;
  }

  nav .logo {
    display: block;
    margin: 65px auto 10px;
    width: 250px;
  }

  .navigation .ctn_logo {
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
  }

  header .navigation .horizontal a {
    padding: 20px 40px;
  }

  .th_prev {
    background-position: center left;
    width: 40%;
  }

  .th_suiv {
    background-position: center right;
    width: 40%;
  }

  /* Active menu */

  nav.show {
    left: 0;
    padding-top: 100%;
    width: 100%;
  }

  .ctn_btn_nav.open .nav_bar:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .ctn_btn_nav.open .nav_bar:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .ctn_btn_nav.open .nav_bar:nth-child(3) {
    opacity: 0;
  }

  /* Main */

  main .cadre1,
  main .cadre2,
  main .cadre3,
  main .cadre4 {
    margin: auto;
    padding: 0;
    width: 98%;
  }

  .ctn_equipe .block_blc {
    width: calc(33.33% - 7%);
    height: 250px;
  }

  .ctn_equipe .block_blc img {
    height: 180px;
  }

  /* Footer */

  .social li {
    display: inline-block;
    margin: 15px;
  }

  .ctn_social.top_screen {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 999;
  }

  .home .ctn_titre {
    overflow: initial;
    position: initial;
  }

  .ctn_droite {
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    text-align: center;
    top: 20px;
    transition: 0;
    z-index: 9;
  }

  .home .ctn_droite {
    opacity: 0;
  }

  .home .ctn_droite.top_screen {
    opacity: 1;
  }

  .line_event .event {
    margin-left: -65px;
    width: calc(100% - 50px);
  }
}

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

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

@media only screen and (max-width: 320px) {
  nav .logo {
    display: block;
    margin: 60px auto 10px;
    width: 175px;
  }

  nav li a {
    font-size: 16px !important;
  }
}

/* ---------- Notification ---------- */

.red {
  background-color: #e74c3c;
}

.green {
  background-color: #4b8c1d;
}

.orange {
  background-color: #b24903;
}

.blue {
  background-color: #3498db;
}

.grey {
  background-color: #333333;
}

.ctn_notification {
  left: 0px;
  opacity: 0;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  top: -100px;
  transition: all cubic-bezier(0.3, 0.1, 0.33, 1) 0.5s;
  width: 100%;
  z-index: 999;
}

.ctn_notification.checked {
  opacity: 1;
  top: 0px;
}

.ctt_message {
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
