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

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

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

Typo 1 : Avant Garde;
Typo 2: Montserrat;

*/

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/montserrat/montserrat_regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/montserrat/montserrat_regular.ttf")
      format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/montserrat/montserrat_medium.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/montserrat/montserrat_medium.ttf")
      format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/montserrat/montserrat_bold.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/montserrat/montserrat_bold.ttf")
      format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"),
    url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/montserrat/montserrat_extrabold.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/montserrat/montserrat_extrabold.ttf")
      format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}

@font-face {
  font-family: "Avant Garde";
  font-style: normal;
  font-weight: 400;
  src: local("Avant Garde Std"), local("AvantGardeStd"),
    url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/avantgarde/avgr45w.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/avantgarde/avgr45w.ttf")
      format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}

@font-face {
  font-family: "Avant Garde";
  font-style: normal;
  font-weight: 600;
  src: local("Avant Garde Gothic LT Bold"), local("AvantGardeGothicLTBold"),
    url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/avantgarde/AvantGardeGothicLTBold.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/typ/avantgarde/AvantGardeGothicLTBold.otf")
      format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}

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

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

a {
  color: #c5aba0;
}

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

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

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

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

.pointer {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  font-family: Avant Garde;
  font-weight: 800;
  margin: 10px 0;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

input[type="text"],
input[type="mail"],
input[type="tel"],
input[type="email"] {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #333;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  outline: none;
  padding: 15px;
  transition: ease 0.5s;
  width: calc(100% - 32px);
}

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,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus {
  border: 1px solid #333;
}

textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #333;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  min-height: 239px;
  outline: none;
  padding: 15px;
  transition: ease 0.5s;
  width: calc(100% - 32px);
}

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

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

input.about {
  display: none;
}

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

.message_confirmation {
  background: #090;
  border-radius: 4px;
  display: none;
  height: 30px;
  margin: 20px auto;
  overflow: hidden;
  padding: 10px;
  width: 300px;
}

.message_erreur {
  background: #900;
  border-radius: 4px;
  display: none;
  height: 30px;
  margin: 20px auto;
  overflow: hidden;
  padding: 10px;
  width: 300px;
}

.notif_sc,
.contact_sc {
  background: #090;
  border-radius: 4px;
  border-radius: 6px;
  color: #eee;
  display: inline-block;
  left: 0;
  margin: 0 auto 20px;
  padding: 8px 14px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 33%;
  z-index: 9;
}

.notif_er,
.contact_er {
  background: #d00;
  border-radius: 4px;
  color: #eee;
  display: inline-block;
  left: 0;
  margin: 0 auto 20px;
  padding: 8px 14px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 33%;
  z-index: 9;
}

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

.invert {
  filter: invert(100%);
}

.opa5 {
  opacity: 0.5;
}

.zoom1 {
  transform: scale(1.1);
}

.zoom2 {
  transform: scale(1.2);
}

section {
  margin: auto;
  overflow: hidden;
}

main {
}

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

.block_blc {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px #ccc;
  overflow: hidden;
  border-radius: 4px;
  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;
  border-radius: 4px;
  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;
}

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

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

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

.cadre4 {
  margin: auto;
  max-width: 500px;
  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: rgb(52, 152, 219);
  background: linear-gradient(
    25deg,
    rgba(52, 152, 219, 1) 0%,
    rgba(39, 174, 96, 1) 100%
  ) !important;
}

/* --------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: 1%;
  padding: 1%;
  position: relative;
}

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

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

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

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

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

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

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

.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;
  transition: height ease 0.4s;
  position: fixed;
  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: 11;
}

header section {
  width: 100%;
}

header video {
  height: 100vh;
  width: 100%;
}

header .cadre1 {
  position: relative;
}

.deg_video {
  background: linear-gradient(0, #3330, #333233aa);
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

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

header .navigation {
  position: absolute;
  z-index: 10;
}

header .navigation .ctn_logo {
  padding: 7px;
  position: absolute;
  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-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  padding: 40px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

/* Nav scroll */

header .navigation.scrolled {
  background: #373735;

  height: 50px;
  position: fixed;
  top: 0;
  z-index: 10;
}

header .navigation.scrolled .ctn_logo {
  height: 48px;
  padding: 2px;
}

header .navigation.scrolled .ctn_logo .logo {
  height: 100%;
  transform: scale(2) translateX(15px);
  width: auto;
}

header .navigation.scrolled a {
  padding: 15px 40px;
}

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

header .navigation.scrolled .ctn_droite a {
  background: #c5aba0;
  border-radius: 0;
  color: #eee;
  height: 100%;
}

header .ctn_social {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
  margin-bottom: auto !important;
}

header .ctn_social a {
  margin: 0 5px;
  text-decoration: none;
}

header .scrolled .ctn_social a {
  padding: 0;
}

header .ctn_social img {
  filter: invert();
}

.ctt_social {
  display: none;
}

/* INDEX */

#mouse {
  bottom: 50px;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 9;
}

#mouse path {
  fill: #fff;
}

.line_presta a {
  border: 1px solid #ccc;
  color: #333;
  display: block;
  margin: 10px;
  padding: 30px 5px;
  position: relative;
  text-decoration: none;
  z-index: 4;
}

.line_presta a img {
  height: 300px;
  object-fit: cover;
  opacity: 0.7;
  position: relative;
  transition: ease 1s;
  transform: scale(1.09);
  width: 100%;
  z-index: 2;
}

.line_presta a:hover img {
  opacity: 1;
  transform: translateY(-5px) scale(1.09);
}

.line_presta strong {
  bottom: 30px;
  color: #eee;
  display: block;
  font-family: Avant Garde;
  font-size: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 0 1px #333233cc, 0 0 20px #333233;
  z-index: 3;
}

.fadeTitle {
  color: #bbb;
  font-family: "Avant Garde";
  font-size: 60px;
  margin: 0;
  text-align: center;
}

.line_presta .preTitle {
  bottom: 45px;
  color: #333;
  font-family: Avant Garde;
  font-size: 22px;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.line_presta div .descrition_presta {
  color: #666;
  font-size: 14px;
  opacity: 0;
  transition: ease 0.5s;
  text-align: center;
  line-height: 20px;
}

.line_presta div:hover .descrition_presta {
  opacity: 1;
}

section.bg_grisclair {
  background: #e5e5e5;
}

.border {
  border: 1px solid #ccc;
  padding: 10px;
}

.preTitle {
  color: #999;
  font-family: Avant Garde;
  font-size: 40px;
  margin: 0;
}

section.contact {
  background: #c5aba0;
}

.ctt_social {
  bottom: 0;
  height: 150px;
  position: fixed;
  right: 0;
  transition: ease 0.5s;
  z-index: 9;
}

.ctt_social a {
  display: block;
  height: 30px;
  margin: 20px;
  opacity: 0.7;
  position: relative;
  transition: ease 0.5s;
  width: 30px;
}

.ctt_social a:hover {
  opacity: 1;
}

.ctt_social a img {
  width: 100%;
}

.pf_entreprises p,
.pf_evenements p {
  color: #fff;
  font-family: Avant Garde;
  font-size: 25px;
  font-style: italic;
}

.cite {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/quote.png")
    no-repeat center center / auto 75% #c5aba0 !important;
}

.cite p {
  font-style: italic;
  font-size: 33px;
  font-family: Avant Garde;
}

/* Animation */

@keyframes move {
  0% {
    opacity: 0;
    transform: translateY(-10%) scale(1, 0.1);
  }

  40% {
    opacity: 1;
    transform: translateY(50px) scale(1, 1);
  }

  80% {
    opacity: 0;
    transform: translateY(100px) scale(1, 0.1);
  }

  100% {
    opacity: 0;
    transform: translateY(-10%) scale(1, 0.1);
  }
}

#mouse .move {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: move;
  animation-timing-function: ease;
  transform-origin: center center;
}

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

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

.slider .btn_prev {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/precedent.svg")
    no-repeat center center / 20px;
  left: 0;
}

.slider .btn_suiv {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/suivant.svg")
    no-repeat center center / 20px;
  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%);
}

/* --- Carrousel --- */

.carrousel .image_client {
  float: left;
  height: 100px;
  margin: 0;
  object-fit: contain;
  opacity: 0.5;
}

.carrousel {
  height: 100px;
  margin-top: 140px;
  overflow: hidden;
  position: relative;
}

.carrousel .btn_prev {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/precedent.svg")
    no-repeat center center / 40px;
  left: 0;
}

.carrousel .btn_suiv {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/suivant.svg")
    no-repeat center center / 40px;
  right: 0;
}

.grad_carrou_left,
.grad_carrou_right {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 9;
}

.grad_carrou_left {
  background: linear-gradient(-90deg, #efefef00, #efefefff);
}

.grad_carrou_right {
  background: linear-gradient(90deg, #efefef00, #efefefff);
  right: 0;
}

.carrousel .btn {
  cursor: pointer;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 5;
}

.carrousel:hover .btn {
  opacity: 0.8;
}

.carrousel .ctn {
  transition: ease 0.5s;
}

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

.ctn_titre h1 {
  color: #eee;
}

.ctn_titre h2 {
  color: #ddd;
}

.ctn_titre {
  height: 180px;
  padding-top: 100px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.ctn_titre li {
  display: initial;
}

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

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

div.portfolio {
  display: grid;
  gap: 20px;
  grid-auto-rows: minmax(300px, 300px);
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 20px;
  width: 95%;
}

div.portfolio > * {
  position: relative;
  width: 100%;
  transition: ease 0.7s;
  transform: translateY(0px);
  z-index: 2;
}

div.portfolio img {
  object-fit: cover;
  height: 100%;
}

div.portfolio .row2 {
  grid-row: auto / span 2;
  height: 100%;
}

div.portfolio .col2 {
  grid-column: auto / span 2;
}

div.portfolio .row3 {
  grid-row: auto / span 3;
  height: 100%;
}

div.portfolio .col3 {
  grid-column: auto / span 3;
}

div.portfolio .row4 {
  grid-row: auto / span 4;
  height: 100%;
}

div.portfolio .col4 {
  grid-column: auto / span 4;
}

div.portfolio .infos {
  background: #c5aba0;
  height: auto;
  padding: 20px;
  width: auto;
}

div.portfolio .hidden {
  opacity: 0;
  transform: translateY(50px);
}

.line_formules .title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.line_formules .price {
  display: block;
  font-size: 22px;
  font-weight: 200;
}

.clq_univers {
  background: linear-gradient(0, #3330, #c5aba0ff);
  height: 80vh;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.typ_manu {
  color: #866659;
  display: block;
  font-family: Avant Garde;
  font-size: 60px;
  margin-top: 60px;
  position: relative;
  text-align: center;
  transform: scale(0.6);
  z-index: 1;
}

.typ_serif {
  color: #fff;
  display: block;
  font-family: Avant Garde;
  font-size: 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.infos h2 {
  color: #fff;
  font-size: 28px;
  margin: 0;
  text-align: center;
}

.infos table td {
  vertical-align: top;
}

.infos tr th {
  text-align: center;
}

.infos .prix td {
  text-align: center;
  width: 33%;
}

.infos .desc_formules td strong {
  font-size: 14px;
  display: block;
}
.infos .desc_formules p {
  text-align: center;
  font-size: 11px;
}

.center.subref {
  color: #555;
  font-size: 9px;
}

.theater {
  display: none;
}

.theater.open {
  background: #333233cc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 999;
}

.theater.open img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 999;
  height: 95%;
  width: 95%;
  object-fit: contain;
}

.controls {
  background: linear-gradient(0deg, #333233ff, #33323300);
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
  padding-top: 17%;
}

.controls button {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 5px 25px 5px 25px;
}

.controls .downloadPic {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/download.png")
    no-repeat center left / 20px;
  margin-left: 40px;
}

.controls .closePic {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/close.png")
    no-repeat center left / 20px;
}

.controls .previousPic {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/precedent_wh.svg")
    no-repeat center left / 20px;
}

.controls .nextPic {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/suivant_wh.svg")
    no-repeat center right / 20px;
}

.controls button {
  transition: opacity 0.5s;
}

.controls button.hide {
  opacity: 0;
  pointer-events: none;
}

.bottomLink {
  background: linear-gradient(0deg, #33323366, #33323300);
  bottom: 0;
  padding-top: 17%;
  pointer-events: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.bottomLink a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 5px 25px 5px 25px;
  pointer-events: auto;
  text-decoration: none;
}

.bottomLink a.videos {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/icos_videos.webp")
    no-repeat center left/ auto 100%;
  padding-left: 50px;
}

.bottomLink a.photos {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/icos_photos.webp")
    no-repeat center left/ auto 100%;
  padding-left: 50px;
}

.bottomLink a.comeback {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/precedent_wh.svg")
    no-repeat center left/ auto 50%;
  padding-left: 30px;
}

.linkToSub img {
  width: 100%;
}

.linkToSub p::before {
  color: #ccc;
  content: "Voir la galerie";
  display: block;
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 3px;
}

.linkToSub p {
  background: linear-gradient(0, #333233ff, #33323300);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 50px 0 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.pf_entreprises,
.pf_evenements {
  grid-auto-rows: minmax(auto, 500px) !important;
}

.pf_entreprises > .img_container,
.pf_evenements > .img_container {
  cursor: pointer;
  position: relative;
}

.pf_entreprises .img_container img,
.pf_evenements .img_container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.pf_entreprises .img_container p,
.pf_evenements .img_container p {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: linear-gradient(#33323300, #333233ff);
  margin: 0;
  padding: 45px 0 20px;
}

/* Page mariage */

.page_mariage .ctn_titre ol,
.page_mariage .ctn_titre ol a {
  color: #fff;
}

.page_mariage .ctn_titre {
  position: absolute;
  width: 100%;
  height: 400px;
}

.page_mariage .ctn_social {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.page_mariage .sub_title {
  font-size: 25px;
  font-family: Avant Garde;
  color: #fff;
  margin-top: 0;
}

.page_mariage .ctn_social a {
  display: block;
  margin: 0 20px;
}

.page_mariage .ctn_social a img {
  height: 30px;
  filter: invert();
}

.carrousel_videos {
  height: 340px;
  margin: 0px auto 50px;
  overflow: hidden;
  position: relative;
  width: 95%;
}

.carrousel_videos .img_videos {
  float: left;
  height: 300px;
  margin: 20px;
  object-fit: cover;
}

.carrousel_videos .img_videos:first-child {
  margin-left: 0;
}

.carrousel_videos .btn_prev {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/precedent.svg")
    no-repeat left center / 40px;
  left: 0;
}

.carrousel_videos .btn_suiv {
  background: url("https://storage.googleapis.com/storage.agence-raaw.fr/assets/images/suivant.svg")
    no-repeat right center / 40px;
  right: 0;
}

.carrousel_videos .btn {
  cursor: pointer;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 19;
}

.carrousel_videos:hover .btn {
  opacity: 0.8;
}

.carrousel_videos .ctn {
  transition: ease 0.5s;
  width: 200%;
  display: flex;
}

aside.theater iframe {
  height: 90vh;
  width: 90%;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border: none;
  z-index: 9999;
}

/* RESEAU SOCIAUX */

.btn_rs {
  color: #333233;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  justify-content: end;
  text-decoration: none;
  font-weight: 600;
  font-size: 26px;
  margin: 10px 5px;
  box-shadow: 0 0 30px #5551;
  border: 1px solid #0002;
  position: relative;
}

.btn_rs img {
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0001;
  padding: 10px;
}

.pageContact .calq_phone {
  display: none;
}

.pageContact .clq_univers {
  background: #c5aba0;
}

.pageContact h1,
.pageContact h2 {
  color: #333233;
}

/* DDD  */

aside.ddd {
  background: #fff;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 99;
}

aside.ddd .group_form {
  padding: 20px;
}

aside.ddd .group_form input[type="text"] {
  border: 1px solid #999;
  font-size: 18px;
  padding: 10px;
  width: calc(100% - 22px);
}

aside.ddd .group_form input[type="text"]:hover {
  border: 1px solid #c5aba0;
}

aside.ddd .group_form .list {
  border: 1px solid #999;
  cursor: pointer;
  height: 44px;
  overflow: hidden;
  transition: all cubic-bezier(0.3, 0.1, 0.33, 1) 0.5s;
}

aside.ddd .group_form .list:hover {
  border: 1px solid #c5aba0;
}

aside.ddd .group_form .list[disabled],
.option[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

aside.ddd .group_form .list .option {
  border-bottom: 1px solid transparent;
  color: #333233;
  float: none;
  font-size: 18px;
  height: 22px;
  padding: 10px;
  transition: border ease 0.5s;
}

aside.ddd .group_form .list.open .option {
  border-bottom: 1px solid #eee;
  transition: border ease 0.5s;
}

aside.ddd .group_form .list.open {
}

aside.ddd .group_form .ctn_option {
  overflow: hidden;
  position: relative;
  transition: all cubic-bezier(0.3, 0.1, 0.33, 1) 0.5s;
}

.group_form {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.8s;
}

.group_form.visible {
  height: auto;
  opacity: 1;
  pointer-events: initial;
}

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

.review {
  text-align: center;
}

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

.review .note .ch_note {
  color: #c5aba0;
  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;
}

.review .starReview {
  height: 30px;
}

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

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

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

.appeleznous a {
  font-weight: 400;
}

.appeleznous img {
  float: left;
  margin-right: 20px;
}

.appeleznous span {
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.etrerappele img {
  float: left;
  margin-right: 20px;
  width: 50px;
}
.etrerappele input.etre-rappele-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c5aba0;
  color: #fff;
  float: initial;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 5px;
  width: calc(100% - 100px);
}

.etrerappele input.etre-rappele-input::placeholder {
  color: #999;
  font-weight: 400;
}

.etrerappele button {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #c5aba0;
  font-size: 15px;
  padding: 5px 15px;
  transition: ease 0.5s;
}

.etrerappele button:hover {
  background: #c5aba0;
}

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

footer {
  background: #333;
  color: #dfdfdf;
  position: relative;
  z-index: 2;
}

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: #373735;
}

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

footer .navigation a {
  display: inline-block;
  padding: 4px 0;
  font-size: 15px;
  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;
}

/* -----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%);
  }

  header .ctn_social {
    display: none !important;
  }

  .ctt_social {
    display: block;
  }
}

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

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

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

  .img10phone {
    width: 10%;
  }

  .img20 {
    width: 15%;
  }

  .img25 {
    width: 20%;
  }

  .img33 {
    width: 25%;
  }

  .img50 {
    width: 33%;
  }

  /* ---- */

  .ctn_btn_nav {
    border-radius: 100%;
    cursor: pointer;
    height: 40px;
    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;
    width: 55%;
  }

  header section {
    overflow: initial;
  }

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

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

  nav {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgb(52, 52, 52, 0.8);
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    padding-top: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
  }

  nav li {
    display: block !important;
  }

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

  nav .logo {
    display: block;
    margin: 30px auto;
    width: 100px;
  }

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

  .calq_phone {
    background: linear-gradient(0deg, #fff0, #333f);
    height: 250px;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  /* Active menu */

  nav.show {
    height: 80vh;
    padding-top: 20vh;
  }

  .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_logo img {
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
  }

  header .navigation .ctn_logo {
    height: 45px;
    padding: 7px;
    position: fixed;
    width: 90px;
    z-index: 99;
  }

  header .navigation .horizontal a {
    color: #fff;
    text-align: center;
  }

  .ctn_titre {
    height: 180px;
  }

  /* Main */

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

  .carrousel_videos {
    height: 160px;
  }

  .carrousel_videos .img_videos {
    height: 120px;
  }

  .line_presta a img {
    opacity: 1;
  }

  .line_presta div .descrition_presta {
    opacity: 1;
  }

  section.bg_grisclair {
    padding: 20px;
  }

  .carrousel {
    margin-top: 0;
  }

  .carrousel .image_client {
    padding: 0 2%;
  }

  div.portfolio {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(200px, auto);
  }

  div.portfolio .row1phone {
    grid-row: auto / span 1;
    height: 300px;
  }

  div.portfolio .col1phone {
    grid-column: auto / span 1;
  }

  div.portfolio .row2phone {
    grid-row: auto / span 2;
    height: 620px;
  }

  div.portfolio .col2phone {
    grid-column: auto / span 2;
  }

  div.portfolio .row3phone {
    grid-row: auto / span 3;
    height: 940px;
  }

  div.portfolio .col3phone {
    grid-column: auto / span 3;
  }

  div.portfolio .col3,
  div.portfolio .col4 {
    grid-column: auto / span 2;
  }

  .pf_entreprises p {
    font-size: 23px;
  }

  .cite p {
    font-size: 21px;
  }

  .typ_manu {
    margin-top: 0px;
  }

  .contact_er,
  .contact_sc {
    width: 75%;
  }

  .ctt_video_home video {
    height: 60vh;
  }

  /* Footer */

  .appeleznous span {
    font-size: 24px;
  }

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

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

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

@media only screen and (max-width: 320px) {
  .ctt_video_home video {
    height: 75vh;
  }

  .controls button {
    font-size: 12px;
    padding: 5px 20px;
  }
}

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