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

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

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

Typo 1 : Raleway;
Typo 2: Raleway;

*/

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

/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyC0IT4ttDfA.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: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyC0IT4ttDfA.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: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrcVIT9d0c8.woff)
    format("woff");
  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: "Caveat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v10/WnznHAc5bAfYB2QRah7pcpNvOx-pjSx6eIWpZz5Kmgq3sw.woff)
    format("woff");
  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: "Khula";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/khula/v7/OpNPnoEOns3V7G-piBvTpi9fXBXC.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: #fefefe;
  font-family: Raleway;
  margin: 0;
  padding: 0;
}

a {
  color: #f4981b;
}

p,
li {
  color: #222;
  font-family: "Raleway";
  font-size: 16px;
  margin: 20px 0;
}

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

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

.cta_fonce,
button {
  background: #f4981b;
  color: #fff;
  cursor: pointer;
  border: #f4981b;
  border-radius: 5px;
  display: inline-block;
  font-family: Raleway;
  font-size: 18px;
  padding: 7px 15px;
  text-decoration: none;
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

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

h1 {
  font-family: Raleway;
  font-size: calc(2vw + 5vh);
  font-weight: bold;
}

h2 {
  font-size: calc(1vw + 3vh);
}

h3 {
  font-size: calc(0.7vw + 3vh);
}

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

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

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: #f4981b;
  display: block;
  font-size: 12px;
  font-weight: 600;
  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;
}

.contact_sc {
  position: absolute;
  background: #009800;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 0;
  text-align: center;
}

.contact_er {
  position: absolute;
  background: #980800;
  width: calc(100% - 30px);
  left: 0;
  top: 0;
  padding: 15px;
  text-align: center;
}

.chiffre {
  font-family: "Raleway";
  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: auto;
  transition: ease 0.5s;
  width: 100%;
}

.block_blc {
  background: #191919;
  border-radius: 6px;
  box-shadow: 0 0 15px #0f0f0f;
  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;
}

.cadre1 {
  margin: auto;
  max-width: 1600px;
  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;
}

/* --------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;
  bottom: 0;
  color: #ccc;
  overflow: hidden;
  position: fixed;
  transition: height ease 0.4s;
  z-index: 99;
}

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 section {
  width: 100%;
}

.home .ctn_titre {
  background: #333;
  height: 50vh;
  text-align: center;
  position: relative;
}

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

.line_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line_nav nav > ul {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.line_nav nav > ul > li {
  list-style: none;
}

.line_nav nav > ul > li a {
  padding: 0 45px;
  text-decoration: none;
  font-size: 22px;
}

.line_nav nav > ul > li > ul {
  display: none;
}

.line_nav nav > ul > li:hover > ul {
  display: block;
  position: absolute;
  z-index: 9;
}

.line_nav nav > ul li > ul {
  background: #fff;
  list-style: none;
  padding-top: 25px;
  padding-left: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 0px #f00;
}

.line_nav nav > ul li > ul a {
  font-size: 18px;
}

.ctn_logo .logo {
  cursor: pointer;
  height: 110px;
  width: auto;
}

.ctn_droite {
  background: url("./images/phone_blc.svg") no-repeat 5% center / auto 80%
    #f4981b;
  padding: 15px 15px 15px 60px;
  border-radius: 3px;
  font-size: 18px;
}
.ctn_droite a {
  color: #fff;
  text-decoration: none;
}

section.navigation {
  background: #fff;
  transition: all ease 0.3s;
  overflow: initial;
  top: 0;
  left: 0;
  width: 100%;
}

section.navigation * {
  overflow: initial;
}

.navigation.scrolled {
  opacity: 0;
  position: fixed;
  top: -100px;
  z-index: 1;
}

.navigation.scrolled.show {
  opacity: 1;
  position: fixed;
  top: 0;
  z-index: 1;
}

/* INDEX */

.home h1 {
  text-transform: uppercase;
}

.subH1 {
  border-top: 1px solid #ccc;
  color: #999;
  display: inline;
  margin-top: -10px;
  padding-top: 5px;
}

.home h2 {
  margin-bottom: 0;
}

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

.subTitle {
  font-size: 12px;
  margin-top: 0;
  text-transform: uppercase;
}

.line_portfolio {
  width: 200%;
}

.line_portfolio .b10 {
  background: #666;
  cursor: pointer;
  float: left;
  height: 200px;
  margin: 0.5%;
  object-fit: cover;
  width: 10%;
}

.line_portfolio img {
  height: 200px;
  margin: 20px;
  object-fit: cover;
  object-position: center center;
  width: 10%;
}

.texture_bg {
  opacity: 0;
  position: absolute;
  transition: opacity ease 5s;
  z-index: -1;
}

.texture_bg.show {
  opacity: 1;
}

.ctn_chrono {
  background: url("./images/bg_chrono.svg") no-repeat center center;
  list-style: none;
  padding: 0 10%;
}

.ctn_chrono li {
  background: url("./images/etape_chrono.svg") no-repeat left top / auto 90%;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 50px;
  margin: 30px 3% 0;
  padding-left: 30px;
  padding-top: 20px;
  vertical-align: top;
  transition: ease 1.5s;
  width: calc(18% - 30px);
}

.ctn_chrono li strong {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.ctn_chrono.hide li:nth-child(1) {
  transform: translateX(-190%);
}

.ctn_chrono.hide li:nth-child(2) {
  transform: translateX(-290%);
}

.ctn_chrono.hide li:nth-child(3) {
  transform: translateX(-450%);
}

.ctn_chrono.hide li:nth-child(4) {
  transform: translateX(-580%);
}

.bg_blue {
  background: #f4981b;
  color: #fff;
}

.bg_blue p,
.bg_blue label {
  color: #fff;
}

.blockValeurs p {
  opacity: 0;
  transition: ease 0.5s opacity;
  position: absolute;
  width: 95%;
}

.blockValeurs {
  height: 170px;
}

.bg_blue h3 {
  color: #fff;
}

.blockValeurs p.active {
  opacity: 1;
}

.small {
  font-size: 12px;
}

.middle {
  font-size: 22px;
}

.big {
  font-size: 28px;
  font-weight: 600;
}

.ans {
  display: block;
  text-transform: uppercase;
  transform: skewX(-10deg);
}

.pose {
  display: block;
  text-transform: uppercase;
}

.agences {
  background: #111;
}

.agence {
  border-radius: 5px;
  box-shadow: 0 0 5px #000;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.agence img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.agence .gradienAgence {
  background: linear-gradient(0, #000f, #0000);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 103.2%;
  z-index: 2;
}

.agence .big {
  color: #fff;
  font-size: 18px;
  margin-top: 100px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.agence .small {
  color: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.call_basic {
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

section.garantie10 {
  background: url(/images/map_contact.jpg) no-repeat 100% center / 50% #222;
  color: #eee;
  margin: 80px 0 0;
  position: relative;
}

section.garantie10 p {
  color: #eee;
}

.garantie10 .years {
  color: #ccc;
  font-size: 420px;
  font-family: "Khula";
  left: 5%;
  position: absolute;
  top: -160px;
  transform: skewX(-18deg);
}

.ctn_garantie {
  margin-left: 30%;
  padding: 50px 0;
  width: 33%;
}

.macaron {
  height: 100px;
  margin-top: 270px;
  position: absolute;
  right: 50%;
  z-index: 2;
}

.macaron img {
  height: 100%;
}

.model {
  background: #f4981b99;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}

.model.select {
  background: #f4981bee;
}

.model img {
  display: block;
  height: 80px;
  margin: 20px auto;
}

.model .modelTitle {
  display: block;
  font-weight: 600;
}

.model .modelDesc {
  display: block;
  font-size: 12px;
  height: 80px;
  padding: 15px 30px 0;
}

section.portfolio {
  margin-top: 80px;
}

section.reviews {
  margin-top: 80px;
}

.review {
  background: #eee;
  border-radius: 3px;
  float: left;
  margin: 30px;
  overflow: initial;
  width: 300px;
}

.ctt_reviews {
  -ms-overflow-style: none;
  scrollbar-height: none;
}

.ctt_reviews .slider {
  margin: 50px 0;
  padding-left: 40%;
  width: 1080px;
}

.ctt_reviews::-webkit-scrollbar {
  display: none;
}

.review .ctt_star {
  margin-top: -5px;
}

.review .starReview {
  height: 20px;
  margin: -20px 5px 0;
}

.review .text {
  height: 100px;
  padding: 20px;
  text-align: justify;
}

.ddd_atelier button {
  background: #fff;
  color: #f4981b;
  display: inline-block;
  margin-top: 30px;
}

.atelier_conception .bg_blue {
  overflow: hidden;
}

.bulle_slide {
  border-radius: 3px;
  color: #fff;
  opacity: 0;
  position: absolute;
  transition: opacity ease 0.7s;
  width: 100%;
  height: 100%;
}

.bulle_slide.show {
  opacity: 1;
}

.bulle_slide strong {
  font-size: calc(1vw + 3vh);
  padding: 15px;
  position: absolute;
  right: 10%;
  text-shadow: 0 0 30px #2229;
  text-transform: uppercase;
  top: 30%;
  z-index: 99;
}

.bulle_slide p {
  color: #fff;
  font-size: 18px;
  position: absolute;
  z-index: 99;
  padding: 15px;
  top: 40%;
  right: 10%;
  width: 200px;
  text-align: right;
}

.bulle_slide img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}

.gradienslider {
  position: absolute;
  background: linear-gradient(-90deg, #f4981b, #fff0);
  height: 100%;
  width: 100%;
  inset: 0;
}

.line.show_anim {
  opacity: 0;
  transform: translateY(50px);
}

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

/**
 * Theater 
 */

.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 .closePic {
  background: url("/images/close.png") no-repeat center left / 20px;
  margin-left: 40px;
}

.controls .previousPic {
  background: url("/images/precedent_wh.svg") no-repeat center left / 20px;
}

.controls .nextPic {
  background: url("/images/suivant_wh.svg") no-repeat center right / 20px;
}

.controls button {
  transition: opacity 0.5s;
}

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

.block_presta {
  padding-top: 200px !important;
  overflow: hidden;
}

.block_presta.pointer {
  cursor: pointer;
}

.block_presta img {
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  object-fit: cover;
}

.block_presta p,
.block_presta a {
  background: #f4981b;
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 8px;
}

.block_presta a {
  padding: 0 8px 8px;
  text-decoration: none;
}

.block_step {
  border-radius: 3px;
  padding-top: 60px;
}

.block_step .step_number {
  position: absolute;
  font-weight: bold;
  font-style: italic;
  font-size: 100px;
  opacity: 0.2;
  top: 0;
}

.block_step strong {
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
}

.block {
  border-radius: 3px;
}

.block * {
  color: #fff !important;
}

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

.ctn_titre h1 {
  color: #fff;
}

.ctn_titre h2 {
  color: #fff;
}

body.page .ctn_titre {
  background: #f4981b;
  height: auto;
  padding: 150px 10% 25px;
  position: relative;
  text-align: left;
}

.ctn_titre li {
  display: initial;
}

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

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

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

.review {
  text-align: center;
}

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

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

.review b p {
  font-family: "Raleway";
  font-size: 16px;
  height: 40px;
}

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

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

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

.faq h3 {
  background: #f4981b;
  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;
}

.social.tel {
  text-decoration: none;
}

.social.tel span {
  display: inline-block;
  vertical-align: top;
  color: #f4981b;
  font-size: 25px;
  padding: 5px 0;
  margin-left: 10px;
  font-weight: bold;
}

footer h2 {
  color: #eee;
  font-family: "Raleway";
}

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

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

footer p {
  color: #dfdfdf;
  text-align: justify;
}

footer .logo_footer {
  margin-top: 40px;
}

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

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

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

.navFooter ul {
  list-style: none;
}

.navFooter a {
  font-size: 15px;
  line-height: 25px;
}

.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: #eee;
  font-size: 12px;
  text-align: center;
}

.preFooter_contact {
  background: #333;
  height: 75px;
}

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

  .img20 {
    width: 15%;
  }

  .img25 {
    width: 20%;
  }

  .img33 {
    width: 25%;
  }

  .img50 {
    width: 33%;
  }

  /* ---- */

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

  .nav_bar {
    background: #222;
    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 {
    background: url("./images/logo-jmg-nav.webp") repeat center center / 50%
      #f4981b;
    top: 0;
    height: 100%;
    left: -100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    z-index: 9;
  }

  nav ul ul {
    display: none !important;
  }

  nav li {
    display: block !important;
  }

  nav li a {
    color: #fff;
    font-weight: bold;
    font-size: 24px !important;
  }

  .line_nav nav > ul {
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

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

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

  h1 {
    font-size: calc(2vw + 5vh);
  }

  h2 {
    font-size: calc(1vw + 5vh);
  }

  h3 {
    font-size: calc(0.7vw + 5vh);
  }

  .line_portfolio {
    width: 400%;
  }

  /* Active menu */

  nav.show {
    left: 0;
    opacity: 1;
  }

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

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

  /* Main */

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

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

  .ctn_btn_nav {
    z-index: 999;
  }

  .gradienslider {
    background: linear-gradient(180deg, #1110, #111f);
    width: 100%;
  }

  .bulle_slide strong {
    left: 0;
    right: 0;
    top: 60%;
  }

  .bulle_slide p {
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    top: 75%;
  }

  .blockValeurs {
    height: 200px;
  }

  .home .ctn_titre {
    height: 80vh;
  }

  .home h1 {
    font-size: 50px;
  }

  .home h2.subH1 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  section.garantie10 {
    background: url(/images/map_contact.jpg) no-repeat 75% -890% / 300% #222;
    padding-bottom: 300px;
  }

  .garantie10 .years {
    display: block;
    font-size: 200px;
    left: 0;
    line-height: 200px;
    margin-bottom: -80px;
    position: relative;
    text-align: center;
    top: 0px;
  }

  .ctn_garantie {
    margin-left: 30px;
    width: calc(100% - 60px);
  }

  .agence .big {
    font-size: 25px;
  }

  .agence .small {
    font-size: 18px;
  }

  .ctt_model .model {
    height: 180px;
    width: calc(33% - 4%);
  }

  .model .modelTitle {
    font-size: 14px;
  }

  .line_portfolio .b10 {
    width: 25%;
  }

  .ctt_reviews .slider {
    padding-left: 0%;
  }

  /* Footer */

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

  .navFooter {
    text-align: center;
  }

  footer .logo_footer {
    width: 100%;
  }

  footer h2 {
    text-align: center;
  }
}

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

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

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

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

.red {
  background-color: #e74c3c;
}

.green {
  background-color: #89b422;
}

.orange {
  background-color: #d35400;
}

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