/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

/* GENERAL */
@font-face {
	font-family: "Averta";
	src: url(assets/_fonts/Averta-Regular.otf) format("opentype");
	font-weight: normal;
}

@font-face {
	font-family: "Averta";
	src: url(assets/_fonts/Averta-Bold.otf) format("opentype");
	font-weight: bold;
}

@font-face {
	font-family: "Averta";
	src: url(assets/_fonts/Averta-ExtraBold.otf) format("opentype");
	font-weight: 900;
}

@font-face {
	font-family: "CalendarNote";
	src: url(assets/_fonts/CalendarNoteTFB.ttf) format("truetype");
}

body{
	font-family: "Averta";
}

.back-to-top{
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	font-size: 20px; /* Increase font size */
	color: #FFFFFF;
	background: #958BC2;
	border: solid 2px #4C3C90;
	border-radius: 50px;
	padding: 14px 16px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover{
	background-color: #4C3C90;
}

.cp-vh{
	height: 100vh;
	min-height: 820px;
}

.cp-white{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.cp-purple{
	color: #4C3C90 !important;
	border-color: #4C3C90 !important;
}

.cp-purple-light{
	color: #958BC2 !important;
	border-color: #958BC2 !important;
}

.cp-pink{
	color: #D0A89E !important;
	border-color: #D0A89E !important;
}

.cp-pink-light{
	color: #E6CCC8 !important;
	border-color: #E6CCC8 !important;
}

.cp-pink-dark{
	color: #D3ADA3 !important;
	border-color: #D3ADA3 !important;
}

/*
.cp-green{
	color: #69F1A6 !important;
	border-color: #69F1A6 !important;
}

.cp-bg-green{
	background-color: #69F1A6;
}
*/

.cp-green{
	color: #5CE399 !important;
	border-color: #5CE399 !important;
}

.cp-bg-green{
	background-color: #5CE399;
}

.cp-bg-white{
	background-color: #FFFFFF !important;
}

.cp-bg-purple{
	background-color: #4C3C90;
}

.cp-bg-purple-light{
	background-color: #958BC2;
}

.cp-bg-pink{
	background-color: #E6CCC8 !important;
}

.cp-bg-pink-dark{
	background-color: #D3ADA3;
}

.cp-bg-pink-light{
	background-color: #E6CCC8;
}

.cp-title{
	font-size: 100px;
	line-height: 100px;
	font-weight: 900;
	text-transform: uppercase;
}

.cp-title-medium{
	font-size: 60px;
	line-height: 72px;
	font-weight: 900;
	text-transform: uppercase;
}

.cp-title-small{
	font-size: 35px;
	line-height: 42px;
	font-weight: 900;
	text-transform: uppercase;
}

.cp-content{
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

.cp-content b, .cp-content strong{
	font-weight: 800;
}

.cp-introduction{
	font-size: 35px;
	line-height: 42px;
	font-weight: normal;
}

.cp-introduction b, .cp-introduction strong{
	font-weight: 800;
}

.cp-baseline{
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
}

.cp-baseline strong, .cp-baseline b{
	font-weight: 800;
}

.cp-video{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.cp-button{
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	border: solid 2px;
	border-radius: 70px;
	padding: 7px 17px;
	display: inline-block;
	white-space: nowrap;
}

.cp-button.cp-pink:hover, .cp-button.cp-pink.active{
	background-color: #D0A89E;
	color: #FFFFFF !important;
	border-color: #D0A89E !important;
}

.cp-button.cp-pink-light:hover, .cp-button.cp-pink-light.active{
	background-color: #E6CCC8;
	color: #FFFFFF !important;
	border-color: #E6CCC8 !important;
}

.cp-button.cp-pink-dark:hover, .cp-button.cp-pink-dark.active{
	background-color: #D9BCB4;
	color: #FFFFFF !important;
	border-color: #D9BCB4 !important;
}

.cp-button.cp-purple:hover, .cp-button.cp-purple.active{
	background-color: #4C3C90;
	color: #FFFFFF !important;
	border-color: #4C3C90 !important;
}

.cp-image-left{
	position: relative;
	height: auto;
	width: 100%;
}

.cp-image-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.cp-image-right{
	position: relative;
	height: auto;
	width: 100%;
}

.cp-image-right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.cp-page-std{
	padding-top: 130px;
}
/* GENERAL */

/* HEADER */
.cp-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF89 50%, #FFFFFF45 75%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	z-index: 999;
	padding-top: 12px;
}

.cp-header.cp-bg-white{
	height: 117px;
}

.cp-header .navbar-expand-md .navbar-nav{
	column-gap: 35px;
}

.cp-header .navbar-expand-md .navbar-nav .nav-link, .trp-shortcode-switcher{
	color: #4C3C90 !important;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 !important;
}

.cp-header .navbar-expand-md .navbar-nav .nav-link{
	position: relative;
}

.cp-header .navbar-expand-md .navbar-nav .nav-link:after{
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	height: 3px;
	width: 100%;
	/*
	background-color: #4C3C90;
	*/
	background-color: #5CE399;
	opacity: 0;
	transition: all .5s;
}

.cp-header .navbar-expand-md .navbar-nav .nav-link:hover:after{
	opacity: 1;
}

.cp-header .trp-language-item{
	padding: 16px 16px 0 0;
}

.cp-header .trp-language-item__current{
	padding: 0 16px 0 0;
}

.cp-header .trp-language-item-name{
	color: #4C3C90 !important;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
/* HEADER */

/* FOOTER */
.cp-footer{
	padding-top: 224px;
	padding-bottom: 28px;
	font-size: 25px;
	line-height: 38px;
	font-weight: 900;
}

.cp-footer-logo img{
	max-width: 90% !important;
}

.cp-footer-socials{
	display: flex;
	column-gap: 30px;
}

.cp-footer-socials a{
	width: 77px;
	height: 83px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .5s;
	display: inline-block;
}

.cp-social-facebook{
	background-image: url(assets/images/CapteurProtect-Facebook.svg);
}

.cp-social-instagram{
	background-image: url(assets/images/CapteurProtect-Instagram.svg);
}

.cp-social-linkedin{
	background-image: url(assets/images/CapteurProtect-Linkedin.svg);
}

.cp-social-facebook:hover{
	background-image: url(assets/images/CapteurProtect-Facebook-Hover.svg);
}

.cp-social-instagram:hover{
	background-image: url(assets/images/CapteurProtect-Instagram-Hover.svg);
}

.cp-social-linkedin:hover{
	background-image: url(assets/images/CapteurProtect-Linkedin-Hover.svg);
}

.cp-footer-region-row{
	padding-top: 140px;
	padding-bottom: 95px;
}

.cp-footer-region{
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 6.4px;
	text-transform: uppercase;
}

.cp-footer-region-content{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 70px;
	justify-content: center;
	align-items: center;
}

.cp-footer-region-content img{
	max-height: 70px;
}

.cp-footer-links{
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}

.cp-footer-links a{
	color: #FFFFFF;
	font-weight: 900;
}

.cp-footer-links a:hover{
	color: #D0A89E;
}
/* FOOTER */

/* HOME */
.cp-slider{
	height: 1100px;
	max-height: 1100px;
	width: 100%;
	overflow: hidden;
}

/* Slick prend toute la place */
.cp-slider .slick-slider,
.cp-slider .slick-list,
.cp-slider .slick-track,
.cp-slider img {
  height: 100%;
  object-fit: cover;
}

.cp-slider::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none; /* laisse passer les clics */
	background: url(assets/images/CapteurProtect-Masque.webp) center / 100% 100% no-repeat;
	right: -2px;
}

.cp-home-top-content{
	padding-left: 16%;
	padding-right: 32%;
}

.cp-home-top-elements{
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.cp-home-top-element span{  
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	padding: 11px 9px;
	display: inline-block;
}

.cp-home-certifications{
	margin-top: 40px;
}

.cp-home-top-button{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 100px;
}

.cp-home-numbers{
	font-family: 'CalendarNote';
	font-size: 185px;
	line-height: 213px;
	/*margin-top: 100px;*/
}

.cp-home-numbers-text{
	font-size: 50px;
	line-height: 60px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 180px;
}

.cp-home-numbers-text-top{
	margin-top: 100px;
	margin-bottom: 10px;
}

.cp-home-outside-image{
	position: relative;
}

.cp-home-outside-image img{
	width: 100%;
	aspect-ratio: 1 / 1.1;
	object-fit: cover;
	object-position: center center;
}

.cp-home-outside-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: url(assets/images/CapteurProtect-Masque-Outside.webp) center / 100% 100% no-repeat;
}

.cp-home-inside-dispositifs{
	background-color: rgba(211, 173, 163, 0.6);
	padding: 40px 50px;
	border-radius: 30px;
}

.cp-home-outside-elements{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 22px;
	row-gap: 17px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.cp-home-outside-element span{  
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	padding: 11px 9px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.cp-home-outside-button{
	display: flex;
	column-gap: 24px;
}

.cp-home-inside-block{
	display: grid;
  place-items: center; 
}

.cp-home-inside-block > * {
  grid-area: 1 / 1; /* superposition */
  max-width: 100% !important;
}

.cp-home-inside-dispositif-name{
	font-size: 15px;
	line-height: 18px;
	font-weight: 900;
	text-transform: uppercase;
	transition: all .5s;
}

.cp-home-inside-dispositif:hover .cp-home-inside-dispositif-name{
	color: #4C3C90 !important;
}

.cp-home-inside-dispositif-icon{
	height: 114px;
	display: flex;
	justify-content: center;
	align-items: end;
}

.cp-home-inside-dispositif-icon svg{
	max-height: 100%;
	max-width: 100%;
}

.cp-home-inside-dispositif-icon svg path{
	transition: all .5s;
}

.cp-home-inside-dispositif:hover .cp-home-inside-dispositif-icon svg path{
	fill: #4C3C90 !important;
}

.cp-home-inside-dispositifs-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 20px;
}

.cp-home-protectives{
	padding-bottom: 95px;
}

.cp-home-video-presentation{
	padding: 105px;
	aspect-ratio: 16 / 9;
}

.cp-home-video-presentation video{
	width: 100%;
	height: 100%;
	object-fit: cover; /* ou contain */
}

.cp-home-frise {
  height: 282px;
  overflow: hidden; /* clip l'animation, empêche le scroll horizontal */
}

.cp-home-frise-track {
  display: flex;
  height: 100%;
  width: 200%; /* 10 images = 2× la largeur de l'écran */
  animation: frise-loop 15s linear infinite;
}

.cp-home-frise-track:hover {
  animation-play-state: paused;
}

.cp-home-frise-track img {
  flex: 0 0 10%; /* 10% de 200% = 10% de l'écran chacune, soit 5 × 20% */
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes frise-loop {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* recule de la moitié du track = les 5 premières */
}
/* HOME */

/* GAMMES */

.cp-gamme-header{
	position: relative;
	padding-bottom: 40px;
}

.cp-gamme-header-image{
	position: relative;
	height: 100%;
	max-height: 100%;
}

.cp-gamme-header-image img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center center;
}

.cp-gamme-header-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: url(assets/images/CapteurProtect-Masque-Gammes.webp) center / 100% 100% no-repeat;
}

.cp-gamme-header-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding-bottom: 40px;
	z-index: 600;
	color: #958BC2;
	font-size: 40px;
	line-height: 48px;
	text-align: right;
}

.cp-gamme-header-content b, .cp-gamme-header-content strong{
	color: #4C3C90;
	font-weight: 800;
}

.cp-gamme-list{
	display: flex;
}

.cp-gamme-list-element{
	flex: 1 1 0;
  height: 100%;
  width: 0;              /* important pour égalité parfaite */
  display: block;
}

.cp-gamme-list-element-icon{
	height: 114px;
	display: flex;
	justify-content: center;
	align-items: end;
}

.cp-gamme-list-element-icon svg path{
	fill: #D3ADA3 !important;
	transition: all .5s;
}

.cp-gamme-list-element-name{
	font-size: 15px;
	line-height: 18px;
	font-weight: 900;
	text-transform: uppercase;
	transition: all .5s;
}

.cp-gamme-list-element.active .cp-gamme-list-element-icon svg path, .cp-gamme-list-element:hover .cp-gamme-list-element-icon svg path{
	fill: #4C3C90 !important;
}

.cp-gamme-list-element.active .cp-gamme-list-element-name, .cp-gamme-list-element:hover .cp-gamme-list-element-name{
	color: #4C3C90 !important;
}

.cp-gamme-button-cover, .cp-gamme-button-under{
	background-color: transparent;
	font-weight: 900;
}

.cp-gamme-block{
	padding-top: 105px;
	padding-bottom: 105px;
}

.cp-gamme-type{
	padding-top: 80px;
	padding-bottom: 80px;
}

.cp-gamme-type .cp-button{
	text-transform: uppercase;
	font-weight: 900;
}
/* GAMMES */

/* PRODUCT */
.cp-gamme-products{
	overflow: hidden;
}

.cp-gamme-products .slick-prev:before, .cp-gamme-products .slick-next:before{
	color: #D0A89E;
	font-size: 40px;
}

.cp-gamme-products .slick-prev{
	left: 35px;
	z-index: 600;
}

.cp-gamme-products .slick-next{
	right: 35px;
	z-index: 600;
}

.cp-gamme-product-gallery{
	width: 100%;
	max-width: 100%;
}

.cp-gamme-product-gallery-main{
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 80px 45px;
	background-color: rgba(230, 204, 200, 0.2);
	border-radius: 10px;
	margin-bottom: 30px;
}

.cp-gamme-product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.cp-gamme-product-gallery-thumbnails{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.cp-gamme-product-gallery-thumb{
	aspect-ratio: 1 / 1;
	background-color: rgba(230, 204, 200, 0.2);
	border-radius: 10px;
	padding: 15px 10px;
	cursor: pointer;
	opacity: 0.6;
	border: 2px solid transparent;
}

.cp-gamme-product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cp-gamme-product-gallery-thumb:hover,
.cp-gamme-product-gallery-thumb.active {
  opacity: 1;
  border-color: #4C3C90;
}

.cp-product-title{
	font-size: 40px;
	line-height: 48px;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.cp-product-disclaimer{
	font-size: 15px;
	line-height: 18px;
}

.cp-product-colors{
	display: flex;
	gap: 10px;
}

.cp-product-color{
	width: 53px;
	height: 53px;
	border-radius: 50px;
}

.cp-product-texture{
	width: 53px;
	height: 53px;
	border-radius: 50px;
	background-position: center center;
	background-size: cover;
}

.cp-product-caracteristics{
	padding-top: 135px;
	padding-bottom: 135px;
	margin-top: 105px;
	clip-path: polygon(50% 50px, calc(50% + 65px) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 65px) 0);
}

.cp-product-caracteristics-image img{
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.cp-gamme-products .cp-home-top-button{
	margin-top: 40px;
}
/* PRODUCT */

/* CONTACT */
.cp-contact{
	padding-top: 80px;
	padding-bottom: 105px;
}

.cp-contact-title{
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 50px;
}

.cp-contact-title b{
	font-weight: 900;
}

.cp-contact-form p{
	margin-bottom: 0;
}

.cp-form-label{
	font-size: 35px;
	line-height: 42px;
	font-weight: 900;
	text-transform: uppercase;
	color: #D0A89E;
	margin-bottom: 10px;
}

.cp-contact-form input[type="text"], .cp-contact-form input[type="tel"], .cp-contact-form input[type="email"], .cp-contact-form textarea{
	width: 100%;
	max-width: 100%;
	resize: none;
	font-size: 20px;
	line-height: 24px;
	padding: 12px 21px;
	border: none;
	outline: none;
	color: #D0A89E;
	border-bottom: solid 1px;
}

.cp-contact-form [class^="col-"]{
	margin-bottom: 50px;
}

.cp-contact-form textarea{
	line-height: 58px;
	border-bottom: none;
	background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 61px, /* espace avant la ligne */
    #D0A89E 61px,        /* début de la ligne */
    #D0A89E 62px,        /* épaisseur de la ligne */
    transparent 62px,
    transparent 64px
  );

  background-size: 100% 64px;
  background-attachment: local;

  height: 256px;
}

.cp-contact-form textarea::placeholder{
	color: #D0A89E;
}

.cp-contact-form .wpcf7-not-valid-tip{
	font-size: 14px;
}

.cp-contact-form input[type="submit"]{
	font-size: 18px;
	line-height: 21px;
	font-weight: 900;
	border: solid 2px;
	border-radius: 70px;
	padding: 7px 17px;
	display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	color: #4C3C90;
}

.cp-contact-form input[type="submit"]:hover{
	background-color: #4C3C90;
	color: #FFFFFF !important;
	border-color: #4C3C90 !important;
}

.cp-contact-form .wpcf7-spinner{
	display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	font-size: 14px;
}

.cp-contact-form input[type="radio"], .cp-contact-form input[type="checkbox"]{
	display: none;
}

.cp-contact-form .wpcf7-radio, .cp-contact-form .wpcf7-checkbox{
	display: flex;
  flex-wrap: wrap;
	row-gap: 20px;
}

.cp-contact-form .wpcf7-radio .wpcf7-list-item-label, .cp-contact-form .wpcf7-checkbox .wpcf7-list-item-label{
	font-size: 20px;
	line-height: 24px;
	color: #D0A89E;
	border: solid 2px;
	border-radius: 70px;
	padding: 7px 17px;
	display: inline-block;
	cursor: pointer;
}

.cp-contact-form .wpcf7-radio .wpcf7-list-item-label:hover, .cp-contact-form label input[type="radio"]:checked + span, .cp-contact-form label input[type="checkbox"]:checked + span{
	/*
	background-color: #D0A89E;
	border-color: #D0A89E !important;
	*/
	background-color: #5CE399;
	border-color: #5CE399 !important;
	color: #FFFFFF !important;
}
/* CONTACT */

/* QUI SOMMES NOUS */
.cp-qsn{
	position: relative;
	z-index: 30;
}

.cp-qsn-quote{
	position: relative;
	padding-top: 410px;
	padding-bottom: 420px;
	background-image: url(assets/images/CapteurProtect-Quote-Background.webp);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -320px;
	z-index: 5;
}

.cp-quote-sign span{
	font-size: 20px;
	line-height: 24px;
	padding: 5px 20px;
	display: inline-block;
}

.cp-quote-sign span b{
	font-weight: 900;
}

.cp-qsn-map{
	padding-bottom: 120px;
	padding-top: 120px;
	/*margin-top: -170px;*/
	position: relative;
	z-index: 20;
}

.cp-map-title{
	font-size: 70px;
	line-height: 75px;
}

.cp-qsn-video video{
	width: 100%;
	height: auto;
	max-width: 100%;
	aspect-ratio: 16 / 9;
}
/* QUI SOMMES NOUS */

/* UNDER PATCH */
.cp-under-pose{
	padding-top: 190px;
	padding-bottom: 190px;
	margin-top: -190px;
}

.cp-under-pose-2{
	padding-top: 160px;
}

.cp-under-pose-2 .cp-medics-develop-title{
	border-bottom: 0 !important;
	position: relative;
}

.cp-under-pose-2 .cp-medics-develop-title:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 12px;
	background-color: #69F1A6;
}

.cp-under-pose-2-video video{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.cp-under-pose video{
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 30px;
}

.cp-under-title{
	font-size: 50px;
	line-height: 75px;
	font-weight: 900;
	text-transform: uppercase;
}

.cp-under-products{
	padding-top: 150px;
	padding-bottom: 150px;
}

.cp-under-products-list{
	padding-top: 80px;
	padding-bottom: 80px;
}

.cp-under-products-list-element{
	padding-left: 50px;
	padding-right: 50px;
}

.cp-under-products-list-img{
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: rgba(230, 204, 200, 0.31);
	padding: 50px;
}

.cp-under-products-list img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* UNDER PATCH */

/* AVANTAGES */
.cp-uses-elements-container{
	position: relative;
}

.cp-uses-title{
	font-size: 48px;
	line-height: 66px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 15px 55px;
	display: inline-block;
	z-index: 50;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 0;
	left: 50%;
	width: max-content;
}

.cp-uses-elements-container-2 .cp-uses-title{
	position: relative;
	top: initial;
	left: initial;
	transform: initial;
}

.cp-uses-elements{
	position: relative;
	z-index: 40;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 100px;
}

.cp-uses-elements-container-2 .cp-uses-elements{
	column-gap: 100px;
	row-gap: 50px;
}

.cp-uses-element-image{
	width: 100%;
	aspect-ratio: 1 / 1;
}

.cp-uses-element-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.cp-uses-element-text{
	margin-top: 15px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
	text-transform: uppercase;
}

.cp-medics{
	position: relative;
	padding-top: 492px;
	padding-bottom: 221px;
	background-image: url(assets/images/CapteurProtect-Avantages-Background.webp);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -270px;
}

.cp-medics-post-title{
	font-size: 50px;	
	line-height: 60px;
}

.cp-medics-title{
	font-size: 60px;	
	line-height: 72px;
	font-weight: 900;
}

.cp-medics a, .cp-uses a{
	position: relative;
	z-index: 900;
	pointer-events: all;
}

.cp-medics-certificates{
	background-color: rgba(211, 173, 163, 0.6);
	padding: 67px 74px;
	border-radius: 30px;
}

.cp-medics-certificates p:last-child{
	margin-bottom: 0;
}

.cp-medics-develop-title{
	font-size: 50px;	
	line-height: 60px;
	font-weight: 900;
	border-bottom: solid 12px #69F1A6 !important;
	padding-bottom: 30px;
}

.cp-medics-develop-introduction{
	font-size: 25px;
	line-height: 30px;
}

.cp-medics-develop-introduction strong, .cp-medics-develop-introduction b{
	font-weight: 800;
}

.cp-medics-develop-notice{
	padding: 32px;
	border-radius: 27px;
}

.cp-medics-develop-notice-link{
	font-size: 14px;
	line-height: 17px;
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: solid 2px;
}

.cp-medics-develop-notice-link:hover{
	color: #FFFFFF !important;
}
/* AVANTAGES */

/* MAP */
.ol-marker{
	width: 99px;
	height: 99px;
}

.ol-marker>img, .wpgmza_map .ol-marker > img{
	transform: initial !important;
}

.cp-store-locator{
	padding-top: 44px;
	padding-bottom: 44px;
}

.cp-map-where{
	margin-top: -189px;
}

.cp-map .wpgmza-address.addressInput{
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	border: solid 2px;
	border-radius: 70px;
	padding: 7px 17px;
	display: inline-block;
	white-space: nowrap;
	z-index: 800;
	background-color: transparent;
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	outline: none;
	width: auto !important;
	display: inline-block;
}

.cp-map .wpgmza-search{
	z-index: 800;
}

.cp-map .wpgmza-standalone-component input:not([type="checkbox"]):focus, .wpgmza-standalone-component select:focus{
	color: #FFFFFF !important;
	border: solid 2px #FFFFFF !important;
}

.cp-map ::placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.cp-map ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.cp-map-actions{
	z-index: 800;
	display: flex;
	justify-content: center;
}

.cp-map-where .cp-map-actions{
	justify-content: start;
}

.cp-map .wpgmza_map .wpgmza-inner-stack .wpgmza-store-locator svg, .cp-map .wpgmza-standalone-component .wpgmza-store-locator svg{
	background-color: transparent !important;
	border-radius: 50px !important;
	border: solid 2px #FFFFFF !important;
}

.cp-map .wpgmza_map .ol-info-window-plain{
	padding: 24px;
	border-radius: 20px;
	width: auto;
	overflow: hidden;
}

.cp-map .ol-info-window-close{
	display: none;
}

.cp-map .wpgmza_gallery_placeholder{
	width: 490px;
	max-width: 100% !important;
}

.cp-map .wpgmza_gallery_placeholder .wpgmza-gallery, .cp-map .wpgmza_gallery_placeholder .wpgmza-gallery .wpgmza-gallery-stage, .cp-map .wpgmza_gallery_placeholder .wpgmza-gallery .wpgmza-gallery-stage .wpgmza-gallery-item{
	width: 100%;
	max-width: 100%;
}

.cp-map .wpgmza-gallery .wpgmza-gallery-stage .wpgmza-gallery-item{
	margin-bottom: 23px;
}

.cp-map .wpgmza-gallery .wpgmza-gallery-stage .wpgmza-gallery-item img{
	height: 217px;
	max-height: 217px;
	object-fit: cover;
	border-radius: 15px;
}

.cp-map .wpgmza_infowindow_description{
	font-size: 15px !important;
	line-height: 23px !important;
	color: #4C3C90;
}

.cp-map .wpgmza_infowindow_description b, .cp-map .wpgmza_infowindow_description strong{
	font-weight: 800;
}

.cp-map .wpgmza_infowindow_description h1{
	font-size: 18px !important;
	line-height: 21px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	color: #4C3C90;
}

.cp-map .wpgmza_infowindow_description a{
	font-size: 18px !important;
	line-height: 21px !important;
	font-weight: 900 !important;
	color: #E6CCC8;
	margin-bottom: 16px;
	display: inline-block;
}

.cp-map .wpgmza_infowindow_description a.cp-button{
	text-transform: uppercase;
	margin-bottom: 35px;
}

.cp-map .wpgmza_infowindow_description h2{
	font-size: 20px !important;
	line-height: 23px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	color: #958BC2;
}
/* MAP */

/* POSE DE PATCH */
.cp-pose-videos{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 50px;
	row-gap: 100px;
}
/* POSE DE PATCH */

/* PROTECTIVES */
.cp-protectives-socials-bottom{
	display: flex;
	column-gap: 56px;
	justify-content: center;
}

.cp-protectives-socials-bottom a{
	width: 145.2px;
	height: 156.51px;
	background-position: center center;
	background-size: contain;
	transition: all .5s;
}

.cp-protectives-socials-bottom .cp-protectives-facebook{
	background-image: url(assets/images/CapteurProtect-Protectives-Facebook.svg);
}

.cp-protectives-socials-bottom .cp-protectives-facebook:hover{
	background-image: url(assets/images/CapteurProtect-Protectives-Facebook-Hover.svg);
}

.cp-protectives-socials-bottom .cp-protectives-instagram{
	background-image: url(assets/images/CapteurProtect-Protectives-Instagram.svg);
}

.cp-protectives-socials-bottom .cp-protectives-instagram:hover{
	background-image: url(assets/images/CapteurProtect-Protectives-Instagram-Hover.svg);
}

.cp-protectives-socials-bottom .cp-protectives-linkedin{
	background-image: url(assets/images/CapteurProtect-Protectives-Linkedin.svg);
}

.cp-protectives-socials-bottom .cp-protectives-linkedin:hover{
	background-image: url(assets/images/CapteurProtect-Protectives-Linkedin-Hover.svg);
}

.cp-protectives-content{
	padding-top: 130px;
	padding-bottom: 150px;
}

.cp-protectives-content .cp-medics-develop-title{
	border-bottom: 0 !important;
	position: relative;
	text-transform: uppercase;
}

.cp-protectives-content .cp-medics-develop-title:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 12px;
	background-color: #69F1A6;
}

.cp-protectives-description{
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url(assets/images/CapteurProtect-Peau.webp);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
    margin-top: -170px;
}

.cp-protectives-description-baseline{
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 800;
}

.cp-share{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 50px;
	border-radius: 30px;
}

.cp-share p{
	margin-bottom: 0;
}

.cp-protectives-socials{
	display: flex;
	column-gap: 30px;
	justify-content: start;
}

.cp-protectives-socials a{
	width: 77px;
	height: 83px;
	background-position: center center;
	background-size: contain;
	transition: all .5s;
}

.cp-protectives-socials .cp-protectives-facebook{
	background-image: url(assets/images/CapteurProtect-Facebook-Top.svg);
}

.cp-protectives-socials .cp-protectives-facebook:hover{
	background-image: url(assets/images/CapteurProtect-Facebook-Top-Hover.svg);
}

.cp-protectives-socials .cp-protectives-instagram{
	background-image: url(assets/images/CapteurProtect-Instagram-Top.svg);
}

.cp-protectives-socials .cp-protectives-instagram:hover{
	background-image: url(assets/images/CapteurProtect-Instagram-Top-Hover.svg);
}

.cp-protectives-socials .cp-protectives-linkedin{
	background-image: url(assets/images/CapteurProtect-Linkedin-Top.svg);
}

.cp-protectives-socials .cp-protectives-linkedin:hover{
	background-image: url(assets/images/CapteurProtect-Linkedin-Top-Hover.svg);
}
/* PROTECTIVES */