/*Fichier de style custom klub*/

body {
	background: #f2f2f2;
}

/************************************
* 
*	PAGE PORTAIL
*
* /************************************/


/* Mise en forme du menu buger Desktop */

.menu svg.open {
  cursor: pointer;
  height: 70px;
  width: 70px;
}

.menu svg.close {
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.menu svg path {
  fill: #D20028;
}
.menu ol {
  list-style-type: none;
}
.menu a[href] {
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 20px;
	font-family: 'Roboto';
	font-weight: 300;
}
.menu a[href]:hover:after {
  transform: scaleX(1);
}
.menu a[href]:after {
  content: '';
  position: absolute;
  top: 0;
  height: 28px;
  background: #fff;
  left: -5px;
  right: -8px;
  transition: transform 0.15s;
  transform-origin: left;
  transform: scaleX(0);
  z-index: -1;
}
.menu {
  position: fixed;
  width: 250px;
}
.menu__content {
  color: #fff;
  margin: 0;
  padding: 0 0 25px 0;
  position: absolute;
  right: 100%;
  top: 0;
  width: 250px;
  z-index: 2;
}
.menu__toggle-label {
  height: 44px;
  left: 0;
  position: absolute;
  width: 44px;
}
.menu__toggle-label svg {
  left: 50px;
  position: fixed;
  top: 80px;
  transition: transform 0.15s;
  z-index: 2;
}
.menu__toggle-label svg:nth-of-type(2) {
  left: 250px;
  transform: scale(0);
}
.menu__toggle {
  opacity: 0;
  position: fixed;
}
.menu__toggle:checked ~ .menu__toggle-label {
  background: rgba(0,0,0,0.65);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: background 0.15s;
  width: 100vw;
}
.menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(1) {
  transform: scale(0);
}
.menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(2) {
  left: 250px;
  transform: scale(1);
  transition: transform 0.15s;
  transition-delay: 0.925s;
}
.menu__toggle:checked ~ .menu__content {
  transform: translate(100%, 0);
}
.menu__toggle:checked ~ .menu__content .menu-item {
  transform: translateX(0);
  transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.15s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(1) {
  border-color: #fff;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(1) a[href]:after {
  background: #333333;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(2) {
  border-color: #333333;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(2) a[href]:after {
  background: #D20028;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) {
  border-color: #D20028;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) a[href]:after {
  background: #D20028;
}

.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) a[href]:after {
  background: #D20028;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(5) a[href]:after {
  background: #D20028;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(1) {
  transition-delay: 0.225s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(2) {
  transition-delay: 0.275s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) {
  transition-delay: 0.325s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) .menu-item:nth-of-type(1) {
  transition-delay: 0.375s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) .menu-item:nth-of-type(2) {
  transition-delay: 0.425s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) .menu-item:nth-of-type(3) {
  transition-delay: 0.475s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) {
  transition-delay: 0.525s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) .menu-item:nth-of-type(1) {
  transition-delay: 0.575s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) .menu-item:nth-of-type(2) {
  transition-delay: 0.625s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) .menu-item:nth-of-type(3) {
  transition-delay: 0.675s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(5) {
  transition-delay: 0.725s, 0.875s;
}
.menu__content > .menu-item {
  border-left: 8px solid transparent;
}
.menu__content > .menu-item > a {
  line-height: 44px;
  min-width: 60px;
}
.sub-menu {
  padding: 0 0 0 44px;
}
.menu-item {
  line-height: 44px;
  min-height: 44px;
  padding: 0 12px;
  transform: translateX(-100%);
}
.menu-item .menu-item {
  transform: translateX(-150%);
}

/*Mise en forme coordonée header*/
.crdHeader a {
    color: #333333;
}
.crdHeader .reseaux {
    width: 25px;
    margin-left: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.crdHeader #tel {
    width: 15px;
    margin-right: 10px;
}

.crdHeader:before {
    content: "";
    border: 10px solid #D20028;
    height: 80%;
    width: 45px;
    background-color: #D20028;
    position: absolute;
    top: 5px;
    right: -12px;
}
/*Animation*/
.reseaux:hover {
    transform: scale(1.2);
}

/************************************
* 
*	PAGE REVETEMENT
*
* /************************************/

/*Mise en forme du header */
/*bloc blanc*/
.containerWhite {
    background-color: #F2F2F2;
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 50%;
}
/*Taille des container*/
.containerLogo {
    width: 47%;
}

.descContainer {
    width: 60%;
    text-align: left;
    margin: 20px 30px 10px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logoWhiteContainer {
    width: 60%;
    margin-left: 40px;
}
/*Placement de éléments*/
.containerLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/*Taille des polices et couleurs*/
.red {
    color: #D20028;
}
.bigDesc {
    font-family: 'Questrial';
    font-size: 2.5vw;
    line-height: 100%;
}

.smallDesc {
    font-family: 'Roboto', Sans-Serif;
    font-size: 1.2vw;
    line-height: 130%;
}

/*coordonée*/
#coordo a {
    color: #F2F2F2;
}
#coordo img {
    width: 25px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
#coordo .tel {
    width: 15px !important;
}
#coordo:after {
    content: "";
    width: 50px;
    height: 89%;
    background-color: #D20028;
    position: absolute;
    top: 0;
    right: 0;
}
/*Animation*/
#coordo img:hover {
    transform: scale(1.2);
}

/*image banner*/
.logoSection img {
    width: 23%;
    margin-left: 6.7%;
}
.logoSection h1 {
    font-family: 'Questrial';
    color: #F2F2F2;
    font-size: 4.5vw;
    margin-left: 6.3%;
	width: 40%;
	margin-top: 15px;
}

/*navbar revetment*/
.navbar {
    display: flex;
    justify-content: space-between;
    margin-left: -40px;
    transition: all linear 0.3s;
}

.navbar {
    list-style: none;
}
.navbar li {
    position: relative;
    width: 100%;
    text-align: center;
    height: 60px;
    position: relative;
}
.navbar li a {
    text-decoration: none;
    color: #F2F2F2;
    font-family: 'Roboto', Sans-Serif;
    font-size: 1.2vw;
    transition: 0.3s all linear;
}
ul.dropdown li {
    display: block;
    padding-right: 50px;
}
ul.dropdown li a:hover {
    color: #D20028;
}
ul.dropdown {
    z-index: 999;
    width:60%;
    position: absolute;
    left: 50%;
    background: #333333;
    transition: 0.3s linear;
    padding-top: 20px;
    transform: scaleY(0) translate(-50%);
    transform-origin: top;
    top: 100%;
}
.navbar li a:hover {
    color: #333333;
}
.navbar li:hover ul.dropdown {
    transform: scaleY(1) translate(-50%);
}
ul.dropdown:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    background-image: url('https://www.cinesol.fr/wp-content/uploads/2022/07/after_dropdown.png');
    background-size: cover;
}

.soloLink:after {
    content: "";
    width: 60%;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
     background-image: url('https://www.cinesol.fr/wp-content/uploads/2022/07/after_dropdown.png');
    background-size: cover;
    transition: 0.3s linear;
    opacity: 0;
    bottom: 0%;
}
.soloLink:hover:after {
    opacity: 1;
}

/*navbar balisage*/
.navbar-balisage {
    display: flex;
    justify-content: space-between;
    margin-left: -40px;
    transition: all linear 0.3s;
}

.navbar-balisage {
    list-style: none;
}
.navbar-balisage li {
    position: relative;
    width: 100%;
    text-align: center;
    height: 60px;
    position: relative;
}
.navbar-balisage li a {
    text-decoration: none;
    color: #F2F2F2;
    font-family: 'Roboto', Sans-Serif;
    font-size: 0.92vw;
    transition: 0.3s all linear;
}
.navbar-balisage ul.dropdown li {
    display: block;
    padding-right: 50px;
}
.navbar-balisage ul.dropdown li:nth-child(1) {
	margin-bottom: 30px;
}
.navbar-balisage ul.dropdown li a:hover {
    color: #D20028;
}
.navbar-balisage ul.dropdown {
    z-index: 999;
    width:60%;
    position: absolute;
    left: 50%;
    background: #333333;
    transition: 0.3s linear;
    padding-top: 20px;
    transform: scaleY(0) translate(-50%);
    transform-origin: top;
    top: 97%;
}
.navbar-balisage li a:hover {
    color: #D20028;
}
.navbar-balisage li:hover ul.dropdown {
    transform: scaleY(1) translate(-50%);
}
.navbar-balisage ul.dropdown:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    background-image: url('https://www.cinesol.fr/wp-content/uploads/2022/07/after_dropdown.png');
    background-size: cover;
    filter: invert(15%) sepia(78%) saturate(4992%) hue-rotate(341deg) brightness(79%) contrast(112%);
}

.navbar-balisage .soloLink:after {
    content: "";
    width: 60%;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
     background-image: url('https://www.cinesol.fr/wp-content/uploads/2022/07/after_dropdown.png');
    background-size: cover;
    transition: 0.3s linear;
    opacity: 0;
    bottom: 0%;
    filter: invert(15%) sepia(78%) saturate(4992%) hue-rotate(341deg) brightness(79%) contrast(112%);
}
.navbar-balisage .soloLink:hover:after {
    opacity: 1;
}
    

/*Stichy navbar*/
.navbar.sticky {
    background: #D20028;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    padding-top: 20px;
    margin: 0 auto
}
.navbar-balisage.sticky {
    background: #333333;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    padding-top: 20px;
    margin: 0 auto
}

/*Animation header section balisage*/
body:not(.rtl) .elementor-4923 .elementor-element.elementor-element-e5b8d16 {
    width: 45vw;
}
.laserContainer {
    height: 100vh;
    background: #333333;
    overflow: hidden;
    padding-left: 150px;
}
.laserContainer-ndm, .laser-ndm {
	height: 850px;
	overflow: hidden;
}

.laser {
    position: relative;
    display: flex;
}
.laser span {
    position: relative;
    width: 5px;
    height: 60px;
    background: #D20028;
    margin: 0 4px;
    border-radius: 20%;
    box-shadow: 0 0 0 10px #D2002844,
    0 0 50px #D20028, 
    0 0 100px #D20028;
    animation: animate 15s linear infinite;
    animation-duration: calc(120s / var(--i))
}
.laser span:nth-child(even){
    background: #D20028;
    box-shadow: 0 0 0 10px #D2002844,
    0 0 50px #D20028, 
    0 0 100px #D20028;
}
@keyframes animate {
    0% {
        transform: translateY(100vh) scale(0);
    }
    100% {
        transform: translateY(-10vh) scale(1);
    }
}

/*Acceuil*/
/*Banniere milieu de page*/
.containerBan {
    background-color: #F2F2F2;
    display: flex;
    padding: 50px 70px;
    width: 100%;
    margin: 0 auto;
    position: relative
}
.logoBan {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.red {
    color: #D20028;
}
.descBan {
    width: 70%;
    margin-left: 50px;
}
.descBan h3 {
    font-family: 'Questrial';
    font-size: 35px;
}
.descBan p {
    font-family: 'Roboto';
    font-size: 17px
}
.triBack {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.5s ease-in-out;
}
.containerBan:hover .triBack {
    bottom: -35px;
	right: -35px;
}

/************************************
* 
*	PAGE BALISAGE
*
* /************************************/

/*Placement des liens de l'image balisage en absolute*/
.balisage-container {
    position: relative;
}

.plinthe:hover, .ndm:hover, .seuil:hover, .indicateur:hover {
    animation: none;
    box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 1rem #D20028,
            0 0 0.8rem #D20028,
            0 0 1rem #D20028,
            inset 0 0 1.2rem #D20028;
}

.plinthe {
    width: 15.5%;
    height: 20.5%;
    position: absolute;
    border: 1px solid red;
    top: 5.5%;
    left: 6%;
    border-radius: 50%;
    animation: light 3s infinite linear;
	cursor: pointer;
}

.ndm {
    width: 16%;
    height: 21.5%;
    position: absolute;
    border: 1px solid red;
    top: 9.2%;
    right: 10.5%;
    border-radius: 50%;
    animation: light 3s infinite linear;
}

.seuil {
    width: 15.5%;
    height: 20.5%;
    position: absolute;
    border: 1px solid red;
    right: 2%;
    bottom: 5.5%;
    border-radius: 50%;
    animation: light 3s infinite linear;
}

.indicateur {
    width: 15.5%;
    height: 20.5%;
    position: absolute;
    border: 1px solid red;
    bottom: 3.5%;
    left: 1.4%;
    border-radius: 50%;
    animation: light 3s infinite linear;
}
.plinthe, .ndm, .indicateur, .seuil {
    cursor: pointer;
}

/*Animation*/
@keyframes light {
    0% {
        box-shadow: 0 0 0rem #fff,
            0 0 0rem #fff,
            0 0 0rem #D20028,
            0 0 0rem #D20028,
            0 0 0rem #D20028,
            inset 0 0 0rem #D20028;
    }
    20% {
        box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 1rem #D20028,
            0 0 0.8rem #D20028,
            0 0 1rem #D20028,
            inset 0 0 1.2rem #D20028;
    }
    40% {
        box-shadow: 0 0 0rem #fff,
            0 0 0rem #fff,
            0 0 0rem #D20028,
            0 0 0rem #D20028,
            0 0 0rem #D20028,
            inset 0 0 0rem #D20028;
    }
    60% {
        box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 1rem #D20028,
            0 0 0.8rem #D20028,
            0 0 1rem #D20028,
            inset 0 0 1.2rem #D20028;
    }
    100% {
        box-shadow: 0 0 0rem #fff,
            0 0 0rem #fff,
            0 0 0rem #D20028,
            0 0 0rem #D20028,
            0 0 0rem #D20028,
            inset 0 0 0rem #D20028;
    }
}

/************************************
* 
*	PAGE ACTUALITE REVETEMENT
*
* /************************************/
.page-numbers {
    display: inline-block;
    background: #333333;
    width: 50px;
}
.current {
    background: #D20028;
}
/*Style baniere actualité*/
.elementor-2419 .elementor-element.elementor-element-607b616 .elementor-button-icon svg {
    width: 0.5em;
}
.elementor-2419 .elementor-element.elementor-element-607b616 .elementor-button {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.elementor-2419 .elementor-element.elementor-element-607b616 .elementor-button:hover .elementor-button-icon svg {
    filter: invert(17%) sepia(72%) saturate(6022%) hue-rotate(341deg) brightness(78%) contrast(114%);
}
#ville span::before {
    content: "";
    width: 50px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('https://www.cinesol.fr/wp-content/uploads/2022/08/icone_ville_article.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#cinema span::before {
    content: "";
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 30px;
    background: url('https://www.cinesol.fr/wp-content/uploads/2022/08/icone_cinema_article.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/************************************
* 
*	PAGE OFFRES
*
* /************************************/
/*Selecteur de catégories*/
.containerSelect {
    display: flex;
    justify-content: space-between;
}
.containerSelect a {
    text-decoration: none;
    color: #333333;
}
.select {
    width: 225px;
    height: auto;
	cursor: pointer;
}
.selectTitle p {
    font-family: 'Questrial';
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}
.selectImg::before {
    content: "";
    width: 225px;
    height: 225px;
    display: block;
    background-color: #D20028;
    opacity: 0.7;
    position: absolute;
    transition: 0.3s linear;
    transform: scaleY(1);
    transform-origin: top;
}

.selectImg img {
    width: 225px;
    height: 225px;
    object-fit: cover;
}
/*Article dynamique*/
.containerArticle {
    height: auto;
    position: relative;
    margin-top: 60px;
}
.imgArticle img {
    width: 60%;
    height: 710px;
    object-fit: cover;
    margin-top: 50px;
}
.descArticle {
    background: #D20028;
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.descTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.descTitle h3 {
    font-family: 'Questrial';
    color: #F2F2F2;
    font-size: 45px;
}
.descTitle img {
    width: 90px;
    height: 90px
}
.desc {
    color: #F2F2F2;
    font-family: 'Roboto';
    font-size: 17px;
}
.descButton button {
    background: #333333;
    font-size: 30px;
    font-family: 'Roboto';
    text-align: center;
    width: 100%;
    padding: 10px 30px 10px 30px
}
.greyArrow {
    display: none;
}
.arrowArticle:hover .greyArrow {
    display: block;
    cursor: pointer;
}
.arrowArticle:hover .whiteArrow {
    display: none;
}
/*Animation*/
.offre-roll:hover .selectImg::before {
    transform: scaleY(0);
    transform-origin: top;
}
.offre-roll:hover .selectTitle p {
    color: #D20028;
}

.offre-roll a:focus {
    color: #D20028 !important;
}
.descButton button:hover {
    transform: scale(0.9);
    background: #F2F2F2;
    color: #D20028;
}
.defaultImg::before {
    transform: scaleY(0) !important;
}
.defaultTitle a p{
    color: #D20028 !important;
}
.selectTitle.offre-active {
    color: #D20028 !important;
}

.offre-active .selectImg::before {
    transform: scaleY(0);
    transform-origin: top;
}
.offre-list ul li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 10px;
    opacity: 0;
    transition: all linear 0.3s;
    font-family: 'Questrial';
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.offre-list ul li:hover {
    color: #D20028;
}

.offre-list ul {
    padding: 0;
}

.offre-roll:hover .offre-list ul li {
    opacity: 1;
}


/************************************
* 
*	PAGE OFFRES BALISAGE
*
* /************************************/

/*Bloc recherche pages normes balisage*/
/*Selecteur de catégories*/
.containerSelect-balisage {
    display: flex;
    justify-content: space-between;
}
.containerSelect-balisage a {
    text-decoration: none;
    color: #333333;
}
.containerSelect-balisage .select {
    width: 225px;
    height: auto;
}
.containerSelect-balisage .selectTitle p {
    font-family: 'Questrial';
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}
.containerSelect-balisage .selectImg::before {
    content: "";
    width: 225px;
    height: 225px;
    display: block;
    background-color: #D20028;
    opacity: 0.7;
    position: absolute;
    transition: 0.3s linear;
    transform: scaleY(1);
    transform-origin: top;
}
.containerSelect-balisage .selectImg img {
    width: 225px;
    height: 225px;
    object-fit: cover;
}
/*Article dynamique*/
.containerArticle-balisage {
    height: auto;
    position: relative;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.containerArticle-balisage .imgArticle {
    position: absolute;
    left: 0px;
    z-index: 0;
    width: 60%;
}

.containerArticle-balisage .imgArticle:after {
    content: "";
    display: block;
    height: 200px;
    width: 100px;
}
 
.containerArticle-balisage .imgArticle img {
    width: 100%;
    height: 710px;
    margin-top: 50px;
    object-fit: cover;
}
.containerArticle-balisage .descArticle {
    background: #D20028;
    width: 45%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: inherit;
}
.containerArticle-balisage .descTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.containerArticle-balisage .descTitle h2 {
    font-family: 'Questrial';
    color: #F2F2F2;
    font-size: 40px;
}
.containerArticle-balisage .descTitle img {
    width: 90px;
    height: 90px
}
.containerArticle-balisage .desc {
    color: #F2F2F2;
    font-family: 'Roboto';
    font-size: 16px;
}
.containerArticle-balisage .descButton button {
    background: #333333;
    font-size: 20px;
    font-family: 'Roboto';
    text-align: center;
    width: 100%;
    padding: 10px 30px 10px 30px
}
.containerArticle-balisage .greyArrow {
    display: none;
}
.containerArticle-balisage .arrowArticle:hover .greyArrow {
    display: block;
    cursor: pointer;
}
.containerArticle-balisage .arrowArticle:hover .whiteArrow {
    display: none;
}

.containerArticle-balisage .spacer {
    margin-bottom: 170px;
}

.container-eclairage {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
	gap: 10px;
}

.eclairage ul {
	padding-left: 20px;
	list-style-type: square;
}

.eclairage ul li::marker {
	color: #333333;
	font-size: x-large;
}

.eclairage-title {
    font-size: 20px;
}

.eclairage-title {
    margin-bottom: 10px;
}

/*.eclaire-tips {
    position: relative;
    padding-left: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.eclaire-tips:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #333333;
    position: absolute;
    left: 0px;
    top: 4px;
}*/

.dimension-title {
	margin-bottom: 10px;
}

.nezPointille .dimension-title:nth-child(5) {
    margin-top: 10px;
}

.alimentation .dimension, .nezContinue .dimension, .nom2 .dimension {
    margin-bottom: 10px;
}

/*Animation*/
.containerSelect-balisage .select:hover .selectImg::before {
    transform: scaleY(0);
    transform-origin: top;
}
.containerSelect-balisage .select:hover .selectTitle p {
    color: #D20028;
}
.containerSelect-balisage a:focus .selectImg::before {
    transform: scaleY(0) !important;
}
.containerSelect a:focus {
    color: #D20028 !important;
}
.containerArticle-balisage .descButton button:hover {
    transform: scale(0.9);
    background: #F2F2F2;
    color: #D20028;
}
.containerSelect-balisage .defaultImg::before {
    transform: scaleY(0) !important;
}
.containerSelect-balisage .defaultTitle {
    color: #D20028;
}
/*Bloc dynamique balisage*/
.desc-balisage  {
    width: 40% !important;
}
/*Style box balise*/
.contain {
    display: flex;
    justify-content: space-between;
}
.imgbal {
    width: 100%;
    height: 530px;
    display: table-cell;
    vertical-align: middle
}
.balisage .box img {
    width: 90%;
    float: right;
}
.balisage input, .balisage .box{
    display: none;
}
.balisage .wrapperContainer {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}
/*Style color picker*/
.balisage label {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-top: 10px
}
.balisage .wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.balisage .wrapper label {
    cursor: pointer
}
.balisage .wrapperTitle {
    font-family: 'Questrial';
    font-size: 16px;
    text-transform: uppercase;
}
.redPicker {
    background-color: #D20028;
}
.bluePicker {
    background-color: blue;
}
.yellowPicker {
    background-color: yellow;
}
.orangePicker {
    background-color: orange;
}
.pinkPicker {
    background-color: #fa00d1;
}
.greenPicker {
    background-color: #22eaf6;
}
.whitePicker {
    background-color: #fff;
	border: 1px solid #000;
}
/*Style selecteur de vitess*/
.balisage .speedSelector img {
    width: 60px;
    height: 60px;
}
.first.select, .second.select, .third.select {
    box-shadow: 0px 0px 10px 5px #D20028;
    border-radius: 10px;
}

.container-box h3 {
    text-align: end;
    font-family: "Questrial";
    font-size: 35px;
}

.reasurance-france {
    width: 155px;
}

.reasurance-service {
    width: 100px;
}

.reasurance-brevet {
    width: 90px;
}

.container-reasurance {
    display: flex;
    justify-content: end;
    gap: 50px
}

.block-reasurance {
    text-align: center;
}

.block-reasurance img {
    margin-bottom: 20px;
}

.block-reasurance p {
    font-family: "Questrial";
    font-size: 17px;
    text-transform: uppercase;
}

#nezPointille .desc .dimension {
    margin-bottom: 20px
}

/************************************
* 
*	PAGE CONTACT
*
* /************************************/
.elementor-element-9cb6884 .elementor-button[type="submit"], .elementor-element-973b161 .elementor-button[type="submit"]{
    width: 40%
}
.elementor-element-9cb6884 label[for="form-field-field_280a6b3"], .elementor-element-973b161 label[for="form-field-field_280a6b3"]{
    font-family: 'Roboto', Sans-Serif;
    font-size: 15px !important;
    margin-left: 40px;
}
.elementor-element-9cb6884 label[for="form-field-field_280a6b3"]:before, .elementor-element-973b161 label[for="form-field-field_280a6b3"]:before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: 10px;
    bottom: 0px;
}
.elementor-element-9cb6884 label[for="form-field-field_280a6b3"]:after, .elementor-element-973b161 label[for="form-field-field_280a6b3"]:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #D20028;
    position: absolute;
    left: 15px;
    bottom: 5px;
    display: none;
}
.elementor-element-9cb6884 #form-field-field_280a6b3, .elementor-element-973b161 #form-field-field_280a6b3{
    display: none;
}
.elementor-element-9cb6884 .elementor-field-type-recaptcha_v3, .elementor-element-973b161 .elementor-field-type-recaptcha_v3{
    margin: 20px 0px;
}
input[id="form-field-field_280a6b3"]:checked + label[for="form-field-field_280a6b3"]:after {
    display: block !important;
}
.elementor-element-9cb6884 input::placeholder, textarea::placeholder, .elementor-element-973b161 input::placeholder, textarea::placeholder{
    font-size: 20px;
    font-family: 'Questrial', Sans-Serif;
}
/*Toggle switch*/
.btn-switch {
  font-size: 0.4em;
	position: relative;
	display: inline-block;		
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-switch__radio {
	display: none;
}
.btn-switch__label {
	display: inline-block;	
	padding: .75em .3em .75em .3em;
	vertical-align: top;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.1;
	color: #333333;
  cursor: pointer;
	transition: color .2s ease-in-out;
}
.btn-switch__label + .btn-switch__label {
  padding-right: .75em;
	padding-left: 0;
}
/*Label switch*/
.btn-switch__txtNo {
	position: absolute;
	z-index: 2;
  display: inline-block;
   min-width: 1.5em;
	opacity: 1;
	pointer-events: none;
	transition: opacity .2s ease-in-out;
  transform: translateX(20px);
}
.btn-switch__txtYes {
	position: relative;
	z-index: 2;
  display: inline-block;
   min-width: 1.5em;
	opacity: 1;
	pointer-events: none;
	transition: opacity .2s ease-in-out;
  transform: translateX(-95px);
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
	opacity: 0;
}
.btn-switch__label:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333333;
	border-radius: 1.5em;
	box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
	transition: background .2s ease-in-out;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
	background: #333333;
}
.btn-switch__label_no:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: .5em;
	bottom: .5em;
	left: .5em;
	width: 2em;
	background: #D20028;
	border-radius: 1em;	
	pointer-events: none;
	box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
	transition: left .2s ease-in-out, background .2s ease-in-out;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
	left: calc(45% - 2.5em);
	background: #D20028;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_no:after {
    left: calc(100% - 2.5em);
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
	z-index: 1;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
	color: #D20028;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_no {
    color: #D20028
}

/************************************
* 
*	PAGE NORME
*
* /************************************/
/*Bloc loi*/
.elementor-54 .elementor-element.elementor-element-6ba3d2f7 > .elementor-widget-container {
    min-height: 1px !important;
}
.containerLoi {
    width: 80%;
    border: 1px solid #D20028;
    padding: 50px;
    float: right;
}
.titleLoi h3 {
    font-family: 'Questrial';
    font-size: 40px;
    color: #D20028;
    text-align: center
}
.descLoi p {
    font-family: 'Questrial';
    font-size: 30px;
}
.elementor-element.elementor-element-80751db, .elementor-element.elementor-element-7a26490, .elementor-element-0234589, .elementor-element-63dad0b {
    border-bottom: 2px solid #D20028;
}

/************************************
* 
*	PAGE REALISATION
*
* /************************************/
.elementor-element-ea3537a {
    cursor: pointer;
    margin: 0 auto;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0px;
}
.bloc-real .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}
.elementor-2654 .elementor-element.elementor-element-5973e0f .elementor-cta__content {
    min-height: 370px !important;
}

.openPop {
    cursor: pointer;
}
.elementor-element-5973e0f .elementor-cta__bg-wrapper::after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333333;
    z-index: 100;
    opacity: 0.5;
}
.elementor-element-5973e0f .elementor-cta__button-wrapper {
    position: absolute;
    left: 5px;
    bottom: 0;
}
.elementor-element-5973e0f .elementor-cta__button {
    font-size: 15px !important;
}
/*popup modal realisations*/
/*Désactivation des textes suivants*/
#popPagination span {
    padding: 10px 15px;
    font-size: 20px;
    background: #333333;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
#popPagination {
    text-align: end;
}
#popPagination a {
    color: #F2F2F2;
}
.firstPage.select {
    color: #D20028 !important;
}
/*Conatiner général du modal avec overlay*/
.modal-container {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.modal-container.show {
    opacity: 1;
    z-index: 1000;
}
/*Style fenetre centrale modal*/
.modal {
    background-color: #D20028;
    color: #F2F2F2;
    width: 1000px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
    transition: 0.5s all ease-in-out;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
}
.modal.showUp {
    opacity: 1;
    transform: rotateY(0deg);
}
/*Titre de la popup*/
.modalTitle {
    width: 100%;
    background-color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px
}
/*Placement contenue image et texte*/
.contenuePop {
    display: flex;
}
.popText, .popImg {
    width: 50%;
}
.popText {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 450px;
}
.detailPop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.detailPop p {
    margin-top: 10px;
}
/*Style du bouton*/
.popText button {
    background: #333333;
    width: 100%;
    font-size: 20px;
    font-family: 'Roboto';
    padding: 10px 30px;
    transition: 0.3s linear;
    position: relative;
}
.popText button:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 15px;
    left: 20%;
    background: url('https://www.cinesol.fr/wp-content/uploads/2022/07/arrowBtnRouge.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
/*Style des différents texte*/
.modal p {
    font-size: 17px;
    font-family: 'Roboto';
}
.modal h3 {
    font-size: 35px;
    color: #F2F2F2;
}
.modal h4 {
    font-size: 25px;
    color: #F2F2F2;
    position: relative;
    padding-left: 30px;
}
.modal h4:before {
    content: "";
    width: 50px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('https://www.cinesol.fr/wp-content/uploads/2022/08/icone_ville_article.png');
    background-size: contain;
    background-repeat: no-repeat;
}
/*Bouton de fermeture*/
.closePop {
    font-size: 25px !important;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s linear;
}

.popImg {
  margin-right: 30px;
}

.popImg img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
/*Animation*/
.popText button:hover {
    transform: scale(0.9);
    background: #F2F2F2;
    color: #D20028;
}
.closePop:hover {
    color: #D20028;
}
#popPagination span:hover {
    color: #D20028;
}
#popPagination a:focus {
    color: #D20028 !important;
}

.slick-dots {
  margin: -50px 0 0 0;
  padding: 0;
  text-align: center;
  height: 40px;
  position: relative;
  z-index: 99999;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -9999px;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
  display: block;
  padding: 0;
  border-radius: 30px;
  margin: 10px;
}

.slick-dots li button:focus {
  outline: 0;
}

/************************************
* 
*	MODELE
*
* /************************************/

/*Modele bloc decouvrir offre/realisations*/
.elementor-element-a8867e1 .elementor-button-icon svg {
    width: 0.5em;
}
.elementor-element-a8867e1 .elementor-button {
    width: 100% !important;
}

.elementor-element-a8867e1 .elementor-button span {
    text-align: left;
}
.elementor-element-a8867e1 .elementor-button {
    padding: 10px 30px;
}

.elementor-element-28d7ad2 .elementor-button-icon svg {
    width: 0.5em;
}
.elementor-element-28d7ad2 .elementor-button {
    width: 100%;
}
.elementor-element-28d7ad2 .elementor-button span {
    text-align: left;
}
.elementor-element-28d7ad2 .elementor-button {
    padding: 10px 30px;
}

/************************************
* 
*	CLASS GENERAL
*
* /************************************/
.elementor-cta__button {
	font-size: 15px !important;
	border: none !important;
}
.elementor-element-675fab6 a {
	color: #D20028;
	transition: all linear 0.3s;
}
.elementor-element-675fab6 a:hover {
	color: #D20028;
	border-bottom: 1px solid #D20028;
}
.text-mention a {
	transition: all linear 0.3s;
}
.text-mention a:hover {
	border-bottom: 1px solid #D20028;
	color: #D20028;
}
a {
	color: #F2F2F2;
	cursor: pointer;
}

a:hover {
	color: #F2F2F2;
}

a.red {
    color: #D20028;
    cursor: pointer;
    border-bottom: 1px solid #D20028;
}

a.red:hover {
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}


.list-text {
    position: relative;
    padding-left: 25px;
}

.list-text::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #D20028;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.dimension {
	border: 2px solid white;
	padding: 15px 10px;
}

.dimension-stats {
    position: relative;
    padding-left: 20px;
}

.dimension-stats::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #333333;
    position: absolute;
    left: 0px;
    top: 7px;
}

.bold-text {
	font-weight: bold;
	font-size: 20px;
	font-family: "Questrial";
}

.red-button .elementor-button-icon svg {
    width: 0.5em;
    
}
.red-button .elementor-button:hover .elementor-button-icon svg {
    filter: invert(10%) sepia(84%) saturate(5710%) hue-rotate(344deg) brightness(100%) contrast(102%);
}
.section-form .elementor-field-type-html {
    display: flex;
    justify-content: center;
    margin-bottom: 50px !important;
}

.large-red-button .elementor-button-icon svg {
    width: 0.5em;
    padding-top: 15px;
}
.large-red-button .elementor-button {
    text-align: left;
}
.large-red-button .elementor-button:hover .elementor-button-icon svg {
    filter: invert(17%) sepia(72%) saturate(6022%) hue-rotate(341deg) brightness(78%) contrast(114%);
}
.bloc-offre .elementor-button-icon svg {
    width: 0.5em;
}
.bloc-offre .elementor-button {
    width: 100% !important;
}

.bloc-offre .elementor-button span {
    text-align: left;
}
.bloc-offre .elementor-button {
    padding: 10px 30px;
}
.grey {
    color: #333333;
}
.black-button .elementor-button-icon svg {
    width: 0.6em;
}
.black-button .elementor-button {
    width: 100% !important;
}

.black-button .elementor-button span {
    text-align: left;
}
.black-button .elementor-button {
    padding: 10px 30px;
}
/*Post Carousel*/
.lae-posts-carousel {
    max-width: 100% !important;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0px;
}
.slick-initialized .slick-slide {
    transform: scale(1.01);
}

.balisage-button .elementor-button-icon svg {
    width: 0.5em
}

.balisage-button .elementor-button:hover .elementor-button-icon svg {
    filter: invert(16%) sepia(6%) saturate(14%) hue-rotate(316deg) brightness(108%) contrast(92%);
}

/*Footer*/
body.page-id-2581 #linkFooter, body.page-id-2581 #linkFooterOffres, body.page-id-2733 #linkFooter, body.page-id-2733 #linkFooterOffres{
	margin-bottom: 20px;
}

body.page-id-2581 .elementor-73 .elementor-element.elementor-element-a70891f > .elementor-widget-container, body.page-id-2733 .elementor-73 .elementor-element.elementor-element-a70891f > .elementor-widget-container {
	margin: 20px 0px 40px 0px;
}

body.page-id-2581 .elementor-73 .elementor-element.elementor-element-5e8b22e > .elementor-widget-container, body.page-id-2733 .elementor-73 .elementor-element.elementor-element-5e8b22e > .elementor-widget-container {
	margin: 20px 0px 75px 0px;
}

/*Background général du site*/
div.elementor-60, div.elementor-2764, div.elementor-2581, div.elementor-56, div.elementor-54, div.elementor-52, div.elementor-6, div.elementor-1343, div.elementor-1347, div.elementor-1349, div.elementor-1351, div.elementor-2733, div.elementor-1355, div.elementor-64, div.elementor-1359 {
	background-color: #F2F2F2;
	background-image: url('https://www.cinesol.fr/wp-content/uploads/2022/07/elementBackground.png');
	background-repeat: no-repeat;
	background-size: 1211px;
	background-position: bottom 0px right -1000px;
}
/************************************
* 
*	MENU MOBILE OFFCANVAS
*
* /************************************/
/*menu mobile offcanvas revetment*/
.offnavbar {
    padding: 0px;
}
.offnavItem {
    margin-bottom: 50px
}
.offnavbar li a{
    color: #F2F2F2;
    font-size: 20px;
    font-family: 'Roboto', Sans-Serif;
}
.offnavbar {
    list-style: none;
}
.offnavbar li {
    position: relative;
    width: 100%;
    text-align: center;
}
ul.offdropdown {
    padding: 0px;
    z-index: 999;
    width: 100%;
    position: absolute;
    top: 50px;
    background: #333333;
    transition: 0.2s linear;
    padding-top: 20px;
    transform: scaleY(0);
    transform-origin: top;
}
ul.offdropdown li {
    display: block;
    margin-bottom: 20px;
}
ul.offdropdown li a:hover {
    color: #D20028;
}
.offnavbar li a:hover {
    color: #333333
}
.offnavbar li:hover ul.offdropdown {
    transform: scaleY(1);
}
ul.offdropdown:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    background-image: url('https://www.cinesol.fr/wp-content/uploads/2022/07/after_dropdown.png');
    background-size: cover;
}
.offsoloLink:after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 0;
     background-image: url('https://www.cinesol.fr/wp-content/uploads/2022/07/after_dropdown.png');
    background-size: cover;
    transition: 0.2s linear;
    opacity: 0;
}
.offsoloLink:hover:after {
    opacity: 1;
}


/*menu mobile offcanvas balisage*/
.balisage-offnavbar.offnavbar {
    padding: 0px;
}
.balisage-offnavbar .offnavItem {
    margin-bottom: 50px
}
.balisage-offnavbar.offnavbar li a{
    color: #F2F2F2;
    font-size: 20px;
    font-family: 'Roboto', Sans-Serif;
}
.balisage-offnavbar.offnavbar {
    list-style: none;
}
.balisage-offnavbar.offnavbar li {
    position: relative;
    width: 100%;
    text-align: center;
}
.balisage-offnavbar ul.offdropdown {
    padding: 0px;
    z-index: 999;
    width: 100%;
    position: absolute;
    top: 50px;
    background: #333333;
    transition: 0.2s linear;
    padding-top: 20px;
    transform: scaleY(0);
    transform-origin: top;
}
.balisage-offnavbar ul.offdropdown li {
    display: block;
    margin-bottom: 20px;
}
.balisage-offnavbar ul.offdropdown li a:hover {
    color: #D20028;
}
.balisage-offnavbar.offnavbar li a:hover {
    color: #D20028
}
.balisage-offnavbar.offnavbar li:hover ul.offdropdown {
    transform: scaleY(1);
}
.balisage-offnavbar ul.offdropdown:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    background-image: url('https://www.cinesol.fr/wp-content/uploads/2022/07/after_dropdown.png');
    background-size: cover;
    filter: invert(16%) sepia(85%) saturate(5414%) hue-rotate(341deg) brightness(79%) contrast(112%);
}
.balisage-offnavbar .offsoloLink:after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 0;
     background-image: url('https://www.cinesol.fr/wp-content/uploads/2022/07/after_dropdown.png');
    background-size: cover;
    transition: 0.2s linear;
    opacity: 0;
    filter: invert(16%) sepia(85%) saturate(5414%) hue-rotate(341deg) brightness(79%) contrast(112%);
}
.balisage-offnavbar .offsoloLink:hover:after {
    opacity: 1;
}

/************************************
* 
*	RESPONSIVE
*
* /************************************/

/*********************************
 * Hauteur d'écran
 * *****************************/

@media screen and (max-height: 1000px) {
    .containerLogo {
        width: 38%;
    }
    .bigDesc {
        font-size: 25px !important;
    }
    .smallDesc {
        font-size: 15px !important;
    }
    .containerWhite {
        padding-bottom: 10px;
        padding-top: 10px;
    }
	.logoSection img {
        width: 15% !important;
        margin-left: 5.5% !important;
    }
    .logoSection h1 {
        font-size: 45px !important;
        margin-left: 5.5% !important;
		margin-top: 30px;
    }
	.navbar-balisage ul.dropdown:before {
		top: -22px;
	}
	.logoWhiteContainer {
		padding: 10px 0px;
	}
	.elementor-10556 .elementor-element.elementor-element-7e199d9 > .elementor-container {
		height: 575px !important;
	}
}

@media screen and (max-width: 1660px) {
	div.elementor-60, div.elementor-2764, div.elementor-2581, div.elementor-56, div.elementor-54, div.elementor-52, div.elementor-6, div.elementor-1343, div.elementor-1347, div.elementor-1349, div.elementor-1351, div.elementor-2733, div.elementor-1355, div.elementor-64, div.elementor-1359 {
		background-size: 1080px;
	}
	.elementor-10556 .elementor-element.elementor-element-7e199d9 > .elementor-container {
		height: 575px !important;
	}
}

/*********************************
 * Ecran portable
 * *****************************/

@media screen and (max-width: 1500px) {
	.elementor-10556 .elementor-element.elementor-element-7e199d9 > .elementor-container {
		height: 575px !important;
	}
    .menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(2), .menu__toggle-label svg {
        top: 50px;
    }
    .menu a[href] {
      font-size: 15px;
    }
	.smallDesc {
        font-size: 17px;
    }
    .logoWhiteContainer {
        width: 50%;
        margin-left: -15px
    }
	.logoSection img {
        width: 18%;
        margin-left: 6.5%; 
    }
    .logoSection h1 {
         margin-left: 6.2%;
         font-size: 3.8vw;
    }
	.soloLink:after {
        top: 33px;
    }
    ul.dropdown {
        top: 52px;
    }
    .navbar li {
        height: 55px;
    }
    .navItem{
        width: 21%;
    }
    ul.dropdown, .soloLink:after{
       width:80%; 
    }
    #menuList {
        margin-bottom: -2px;
    }
	.descTitle h3 {
        font-size: 40px;
    }
    .descTitle img {
        width: 80px;
        height: 80px;
    }
    .desc {
        font-size: 15px;
    }
    .descButton button {
        font-size: 20px;
    }
	.descBan, .containerBan {
        width: 100%;
    }
    .logoBan {
        width: 45%;
    }
    .descBan h3 {
        font-size: 25px;
    }
    .descBan p {
        font-size: 17px;
    }
	.elementor-2419 .elementor-element.elementor-element-fabf13c img {
        height: 450px !important;
    }
	.elementor-2419 .elementor-element.elementor-element-ebac0ea > .elementor-widget-container {
        font-size: 15px !important;
    }
    .elementor-2419 .elementor-element.elementor-element-ebac0ea > .elementor-widget-container {
        padding: 0% 10% 0% 0%;
    }
	.elementor-2419 .elementor-element.elementor-element-607b616 .elementor-button {
        font-size: 25px !important;
    }
	#ville span {
        font-size: 20px !important;
    }
	#cinema span {
        font-size: 20px !important;
    }
	.containerLoi {
        width: 90%;
    }
	.containerArticle-balisage .descTitle h2 {
        font-size: 40px;
    }
    .containerArticle-balisage .descTitle img {
        width: 80px;
        height: 80px;
    }
    .containerArticle-balisage .desc {
        font-size: 15px;
    }
    .containerArticle-balisage .descButton button {
        font-size: 20px;
    }
	.container-box h3 {
		font-size: ;
	}
}

@media screen and (max-width: 1350px) {
	.select {
        width: 160px;
    }
    .selectImg::before {
        width: 160px;
        height: 160px;
    }
    .selectTitle p {
        font-size: 12px;
    }
	.selectImg img {
    height: 160px;
}

	.offre-list ul li {
		font-size: 12px;
	}
	.titleLoi h3 {
        font-size: 30px;
    }
    .descLoi p {
        font-size: 20px;
    }
	.large-red-button .elementor-button-text {
        font-size: 20px;
    }
    .large-red-button .elementor-button-icon svg {
        padding-top: 7px;
        width: 0.5em;
    }
	.containerSelect-balisage .select {
        width: 160px;
    }
    .containerSelect-balisage .selectImg::before, .containerSelect-balisage .selectImg img {
        width: 160px;
        height: 160px;
    }
    .containerSelect-balisage .selectTitle p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
	.descTitle h3 {
        font-size: 35px;
    }
    .descTitle img {
        width: 70px;
        height: 70px;
    }
    .descArticle {
        padding: 30px;
    }
    .imgArticle img {
        height: 600px;
    }
	.elementor-element-07eb063 h3 {
        font-size: 30px !important;
    }
	.elementor-2419 .elementor-element.elementor-element-6bc773a .elementor-heading-title {
        font-size: 20px !important;
    }
	.elementor-2419 .elementor-element.elementor-element-607b616 .elementor-button {
        font-size: 20px !important;
    }
	#ville span {
        font-size: 15px !important;
    }
    #ville span::before {
        width: 20px;
        bottom: -10px;
        left: 0;
    }
	 #cinema span {
        font-size: 15px !important;
    }
    #cinema span::before {
        width: 30px;
        bottom: -10px;
        left: 40px;
    }
	.containerArticle-balisage .descTitle h2 {
        font-size: 35px;
    }
    .containerArticle-balisage .descTitle img {
        width: 70px;
        height: 70px;
    }
    .containerArticle-balisage .descArticle {
        padding: 30px;
    }
    .containerArticle-balisage .imgArticle img {
        height: 600px;
    }
	.navbar-balisage ul.dropdown li:nth-child(1) {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1250px) {
	.elementor-element-973b161 label[for="form-field-field_280a6b3"]:before {
		bottom: 20px;
	}
}

@media screen and (max-width: 1190px) {
    .ndm {
        right: 10.7%;
    }
    .seuil {
        bottom: 5.2%;
        right: 2.5%;
    }
}

/*********************************
 * Ecran tablette
 * *****************************/

@media screen and (max-width: 1024px) {
    .menu svg.open {
        width: 50px;
        height: 50px;
    }
    .menu__toggle-label svg {
        top: 90px;
    }
	.crdHeader .reseaux {
        width: 20px;
    }
    .crdHeader:before {
        width: 40px;
    }
	.containerWhite {
        width: 60%;
    }
    .smallDesc {
        font-size : 12px;
    }
    .logoWhiteContainer {
        width: 60%;
        margin-left: -35px;
    }
    .descContainer {
        margin: 20px 15px 10px 10px;
    }
	.logoSection img {
        margin-left: 5.3%;
        width: 25%;
    }
    .logoSection h1 {
        margin-left: 5%;
        font-size: 4.7vw;
    }
	.navbar li a {
        font-size: 1.6vw;
    }
    ul.dropdown {
         width:75%;
    }
	.laserContainer {
        width: 50vw !important;
        height: 520px !important;
    }
	.select {
        width: 130px;
    }
    .selectImg::before {
        width: 130px;
        height: 130px;
    }
    .imgArticle img {
        height: 500px !important;
    }
	.selectImg img {
		height: 130px;
	}
	.descBan, .containerBan {
        width: 100%;
    }
    .containerBan {
        padding: 20px 30px;
    }
    .descBan h3 {
        font-size: 25px;
    }
    .descBan p {
        font-size: 15px;
        line-height: 130%;
    }
    .triBack {
        width: 10%;
    }
    .containerBan:hover .triBack {
        bottom: -25px;
        right: -25px;
    }
    .logoBan {
        width: 30%;
    }
	 .elementor-64 .elementor-element.elementor-element-9cb6884 .elementor-button, .elementor-1359 .elementor-element.elementor-element-b95cc81 .elementor-button {
        font-size: 20px;
    }
    .elementor-element-9cb6884 label[for="form-field-field_280a6b3"], .elementor-element-973b161 label[for="form-field-field_280a6b3"] {
        font-size: 10px !important;
        margin-left: 35px;
    }
    .elementor-element-9cb6884 label[for="form-field-field_280a6b3"]:before, .elementor-element-973b161 label[for="form-field-field_280a6b3"]:before {
        width: 20px;
        height: 20px;
    }
    .elementor-element-9cb6884 label[for="form-field-field_280a6b3"]:after, .elementor-element-973b161 label[for="form-field-field_280a6b3"]:after {
        width: 15px;
        height: 15px;
        left: 12px;
        bottom: 2px;
    }
	iframe {
        height: 350px;
    }
	.containerLoi {
        width: 90%;
        
        margin: 0 auto;
    }
    .titleLoi h3 {
        font-size: 22px;
    }
    .descLoi p {
        font-size: 15px;
    }
	 .elementor-2654 .elementor-element.elementor-element-5973e0f .elementor-cta__content {
         min-height: 270px !important;
    }
	.slick-slider {
		padding: 0px !important;
	}
	.article-section {
        padding: 0px 30px 0px 30px !important;
    }
	.elementor-element-9cb6884 label[for="form-field-field_280a6b3"]:before, .elementor-element-973b161 label[for="form-field-field_280a6b3"]:before {
		bottom: 0px;
	}
	.containerSelect-balisage .select {
        width: 130px;
    }
    .containerSelect-balisage .selectImg::before, .containerSelect-balisage .selectImg img {
        width: 130px;
        height: 130px;
    }
    .containerSelect-balisage .imgArticle img {
        height: 500px !important;
    }
	.imgbal {
        height: 250px;
    }
    .balisage label, selector .speedSelector img {
        width: 35px;
        height: 35px;
    }
    .balisage .wrapperContainer {
        width: 40%;
    }
    .balisage .wrapperTitle {
        font-size: 13px;
    }
	.container-eclairage {
		flex-direction: column;
		align-items: center;
	}
	.containerArticle-balisage .spacer {
		margin-bottom: 0px;
	}
	.containerArticle {
		margin-top: 0px;
	}
	.list-text::before {
		width: 10px;
		height: 10px;
	}
	.elementor-2654 .elementor-element.elementor-element-5973e0f .elementor-cta__title {
		font-size: 20px !important;
	}
	.elementor-2654 .elementor-element.elementor-element-5973e0f .elementor-cta__description {
		font-size: 15px !important;
	}

	.list-text {
		padding-left: 15px;
	}
	.plinthe, .indicateur, .seuil {
        width: 16%;
        height: 20%;
    }
    .ndm {
        width: 16.8%;
        height: 21.4%;
		top: 9.2%;
		right: 10%;
    }
	.indicateur {
		bottom: 4%;
		left: 1.2%;
	}
	.seuil {
		right: 2%;
		bottom: 6%;
	}
	.elementor-element-5973e0f .elementor-cta__bg-wrapper::after {
        height: 120px;
    }
    .elementor-element-5973e0f .elementor-cta__button {
        font-size: 15px !important;
    }
    .elementor-element-5973e0f .elementor-cta__button-wrapper {
        bottom: 8px !important;
    }
	.modal {
        width: 90%;
        margin-bottom: 50px;
    }
    .modal p {
        font-size: 15px;
    }
    .popText {
        padding: 10px;
    }
    .popImg img {
        width: 95%;
    }
    .modal h3 {
        font-size: 25px;
    }
    .modal h4 {
        font-size: 17px
    }
    .popText button {
        font-size: 15px;
    }
    .modal h4:before {
        width: 40px;
        height: 30px;
    }
    .popText button:before {
        width: 15px;
        height: 15px;
    }
/*Style apparaition fenetre modal en mobile*/
    .modal {
        transform-style: inherit;
        transform: scale(0);
        transition: 0.5s all ease-in-out;
        opacity: 0;
    }
    .modal.showUp {
        opacity: 1;
        transform: scale(1);
    }
	.plinthe::before, .ndm::before, .indicateur::before, .seuil::before {
        opacity: 1;
        width: 200px;
        font-size: 1.5vw;
    }
    .plinthe::before {
        left: -7%;
        top: -25%;
    }
    .ndm::before {
        left: 5%;
        top: -25%;
    }
    .indicateur::before {
        left: -15%;
        bottom: -30%;
        top: inherit;
    }
    .seuil::before {
        left: 5%;
        top: inherit;
        bottom: -30%;
    }
	div.elementor-60, div.elementor-2764, div.elementor-2581, div.elementor-56, div.elementor-54, div.elementor-52, div.elementor-6, div.elementor-1343, div.elementor-1347, div.elementor-1349, div.elementor-1351, div.elementor-2733, div.elementor-1355, div.elementor-64, div.elementor-1359 {
		background-size: 855px;
		background-position: bottom -100px right -810px;
	}
	.menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(2), .menu__toggle-label svg {
		top: 85px;
	}
	.reasurance-france {
        width: 80px;
    }
    .reasurance-service {
        width: 53px;
    }
    .reasurance-brevet {
        width: 47px;
    }
    .block-reasurance img {
        margin-bottom: 10px;
    }
    .block-reasurance p {
        font-size: 12px;
    }
	.container-box h3 {
        font-size: 2.3vw;
    }
	.eclairage:nth-child(2) {
		margin-left: 15px;
	}
	.bold-text {
		font-size: 17px;
	}
	.container-eclairage {
        align-items: inherit;
    }
    .eclairage:nth-child(2) {
        margin-left: 0px;
    }
    .eclaire-tips {
        line-height: 13px;
    }
}

@media screen and (max-width: 930px) {
	.descTitle h3 {
        font-size: 30px;
    }
    .descTitle img {
        width: 50px;
        height: 50px;
    }
    .desc {
        font-size: 12px;
    }
    .descButton button {
        font-size: 15px;
    }
    .imgArticle img {
        height: 600px;
    }
    .descArticle {
        padding: 20px;
    }
	.containerArticle-balisage .descTitle h2 {
        font-size: 30px;
    }
    .containerArticle-balisage .descTitle img {
        width: 50px;
        height: 50px;
    }
    .containerArticle-balisage .desc {
        font-size: 12px;
    }
    .containerArticle-balisage .descButton button {
        font-size: 15px;
    }
    .containerArticle-balisage .imgArticle img {
        height: 600px;
    }
    .containerArticle-balisage .descArticle {
        padding: 20px;
    }
}

@media screen and (max-width: 850px) {
	.elementor-element-07eb063 h3 {
        font-size: 20px !important;
    }
}

/*********************************
 * Ecran Mobile
 * *****************************/

@media screen and (max-width: 767px) {
	.containerWhite {
        flex-wrap: wrap;
        width:100%;
    }
    .containerLogo {
        width: 100%;
    }
    .descContainer {
        width: 100%;
    }
    .logoWhiteContainer {
        width: 30%;
        margin-left: 0px;
        margin-top: 50px;
    }
    .descContainer {
        margin-left: 50px;
        text-align: center;
        margin: 50px 20px 50px 20px;
    }
    .bigDesc {
        font-size: 25px;
        text-align: center;
    }
	#coordo img {
        width: 20px;
    }
    #coordo:after {
        width: 40px;
    }
	.logoSection img {
        width: 85%;
        margin-left: 8%; 
    }
    .logoSection h1 {
        font-size: 10vw !important;
        margin-left: 8%;
		width: 100%;
    }
	.containerSelect {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
	.descArticle {
        position: inherit;
        width: 100%;
        gap: 20px;
    }
    .imgArticle img {
        width: 100%;
        height: 250px !important;
        margin-bottom: -10px;
        margin-top: 0px;
        object-fit: cover;
    }
    .descTitle h3 {
        font-size: 25px;
    }
    .descTitle img {
        width: 40px;
        height: 40px;
    }
	.offre-list {
		height: 0px;
	}

	.offre-roll:hover .offre-list {
		height: auto;
	}
	.logoBan {
        width: 100%;
    }
    .descBan {
        margin: 10px !important;
    }
    .containerBan {
        width:80%;
        flex-wrap: wrap;
        padding: 15px;
    }
    .descBan h3 {
        font-size: 20px;
        text-align: center;
    }
    .descBan p {
        font-size: 12px;
        text-align: center;
    }
    .logoBan img {
        width: 40%;
    }
    .containerBan:hover .triBack {
        bottom: -15px;
        right: -15px;
    }
	.containerBan:hover .triBack {
		bottom: 0px;
		right: 0px;
	}
	.elementor-2419 .elementor-element.elementor-element-fabf13c img {
        height: 200px !important;
    }
	.elementor-2419 .elementor-element.elementor-element-6bc773a .elementor-heading-title {
        font-size: 17px !important;
    }
	.elementor-2419 .elementor-element.elementor-element-ebac0ea > .elementor-widget-container {
        padding: 0px;
    }
	.elementor-64 .elementor-element.elementor-element-9cb6884 .elementor-field-type-html, .elementor-1359 .elementor-element.elementor-element-b95cc81 .elementor-field-type-html {
        padding-right: 30px;
    }
    .elementor-element-9cb6884 label[for="form-field-field_280a6b3"]:before, .elementor-element-973b161 label[for="form-field-field_280a6b3"]:before {
        top: 0;
    }
    .elementor-element-9cb6884 label[for="form-field-field_280a6b3"]:after, .elementor-element-973b161 label[for="form-field-field_280a6b3"]:after {
        top: 3px;
    }
    .elementor-element-9cb6884 .elementor-button[type="submit"], .elementor-element-973b161 .elementor-button[type="submit"] {
        width: 100%
    }
	iframe {
        height: 300px;
    }
	.containerLoi {
        width: 85%;
        padding: 50px 20px;
        float: inherit;
    }
    .titleLoi h3 {
        font-size: 20px;
    }
    .descLoi p {
        font-size: 15px;
    }
	.large-red-button .elementor-button-text {
        font-size: 15px;
    }
    .large-red-button .elementor-button-icon svg {
        padding-top: 0px;
        width: 0.3em;
    }
	.elementor-2654 .elementor-element.elementor-element-5973e0f .elementor-cta__content {
         min-height: 300px !important;
    }
	.elementor-52 .elementor-element.elementor-element-2950c749 > .elementor-background-overlay {
        background-size : 20%;
    }
	.article-section {
        padding: 0px 20px 0px 20px !important;
    }
	.article-text {
    	margin-bottom: 20px !important;
	}
	.containerSelect-balisage {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
	.containerArticle-balisage .descArticle {
        position: inherit;
        width: 100%;
        gap: 20px;
    }
    .containerArticle-balisage .imgArticle {
        position: inherit !important;
        height: 200px;
        width: 100%;
    }
    .containerArticle-balisage .imgArticle img {
        width: 100%;
        height: 250px !important;
        margin-bottom: -10px;
        margin-top: 0px;
    }
    .containerArticle-balisage .descTitle h2 {
        font-size: 25px;
    }
    .containerArticle-balisage .descTitle img {
        width: 40px;
        height: 40px;
    }
    .containerArticle-balisage .spacer {
        margin-bottom: 0px;
    }
	.desc-balisage {
        width: 100% !important;
        text-align: center !important;
    }
	.balisage .contain {
        flex-direction: column;
    }
    .imgbal {
        height: auto;
        text-align: center;
    }
    .balisage .box img {
        float: unset;
        width: 100%;
    }
    .balisage .wrapperContainer {
        width: 100%;
    }
	.big-actu-text {
        font-size: 12px !important;
        line-height: 15px !important;
    }
	.logoSection img {
        width: 65% !important;
    }
	.containerArticle {
		margin-top: 30px;
	}
    .indicateur {
        bottom: 5%;
    }
    
    .seuil {
        bottom: 7.1%;
        right: 2%;
    }
    .ndm {
        top: 8.5%;
        right: 10%;
    }
	.list-text::before {
        top: 9px;
    }
	.contenuePop {
        flex-direction: column;
    }
    .popText, .popImg {
        width: 100%;
    }
    .popText {
        padding: 10px 20px;
        height: 160px;
    }
    .popImg img {
        width: 100%;
        height:200px;
    }
    .modal p {
        font-size: 12px;
    }
    .modalTitle {
        padding: 0px 20px;
    }
    .modal {
        margin-bottom: 50px;
    }
	.plinthe::before, .ndm::before, .indicateur::before, .seuil::before {
        display: none;
    }
	div.elementor-60, div.elementor-2764, div.elementor-2581, div.elementor-56, div.elementor-54, div.elementor-52, div.elementor-6, div.elementor-1343, div.elementor-1347, div.elementor-1349, div.elementor-1351, div.elementor-2733, div.elementor-1355, div.elementor-64, div.elementor-1359 {
		background-position: bottom 150px right -810px;
	}
	.menu__toggle-label svg {
		left: 15px;
		top: 50px;
	}
	.menu__content {
		top: 0px;
	}
	.menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(2) {
		top: 40px;
		left: 200px;
		z-index: 1000000 !important;
	}
	.menu-item {
		line-height: 40px;
	}
	.menu a[href]:after {
		height : 20px;
	}
	.container-box h3 {
        font-size: 4.8vw;
    }
	.container-reasurance {
        justify-content: space-between;
        gap: 10px;
    }
	.bold-text {
        font-size: 15px;
    }
	.elementor-9925 .elementor-element.elementor-element-48cabd9 {
		width: 83px !important;
	}
	.elementor-9925 .elementor-element.elementor-element-48cabd9 img {
		width: 100% !important;
	}
	/* Footer */
	.elementor-element-11bf485 .elementor-widget-container, .elementor-element-f91bafb .elementor-widget-container, .elementor-element-43c8535 .elementor-widget-container{
		text-align: center;
		margin-top: 50px !important;
	}
	.elementor-element-43c8535 .elementor-widget-container {
		margin-bottom: 20px;
	}
}