/* RESPONSIVE */
@media(max-width:575px){
	.cp-protectives-socials-bottom a{
		background-repeat: no-repeat;
	}

	.cp-protectives-description{
		margin-top: -50px;
		background-size: auto 100%;
	}

	.cp-button{
		font-size: 14px;
	}

	.cp-pose-videos{
		grid-template-columns: 1fr;
	}

	.cp-home-numbers-text{
		margin-bottom: 60px;
	}

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

	.cp-slider{
		height: auto;
		max-height: 400px;
	}

	.cp-home-top-element span{
		font-size: 15px;
		line-height: 21px;
	}

	.cp-home-frise{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		height: auto;
	}

	.cp-home-frise img{
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
	}

	.cp-home-frise img:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.cp-home-video-presentation{
		padding: 10px;
	}

	.cp-home-inside-dispositifs{
		padding: 40px 25px;
	}

	.cp-home-inside-dispositifs-list{
		grid-template-columns: 1fr 1fr;
	}

	.cp-home-outside-elements{
		grid-template-columns: 1fr 1fr;
	}

	.cp-home-outside-element span{
		font-size: 17px;
		line-height: 17px;
	}

	.cp-home-top-content{
		padding-left: 0;
		padding-right: 0;
	}

	.cp-home-numbers{
		font-size: 70px;
		line-height: 80px;
	}

	.cp-header{
		position: absolute;
	}

	.cp-qsn{
		padding-top: 120px;
	}

	.cp-qsn-quote{
		padding-top: 50px;
		padding-bottom: 50px;
		background-size: auto 100%;
		margin-top: 0;
	}

	.cp-qsn-map{
		margin-top: 0;
	}

	.cp-map-title, .cp-title-medium{
		font-size: 35px;
		line-height: 35px;
	}

	.cp-vh{
		height: initial;
		min-height: initial;
	}

	.cp-image-left{
		height: auto;
	}

	.cp-image-left img{
		object-fit: contain;
		object-position: top left;
	}

	.cp-gamme-header-image{
		height: 350px;
	}

	.cp-gamme-header-content{
		position: relative;
		height: auto;
		top: initial;
		left: initial;
	}

	.cp-footer{
		padding-top: 50px;
		padding-bottom: 20px;
	}

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

	.cp-footer-region{
		flex-direction: column;
		row-gap: 30px;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 16px;
		line-height: 30px;
	}

	.cp-contact-title, .cp-form-label{
		font-size: 25px;
		line-height: 30px;
	}

	.cp-gamme-list{
		flex-wrap: wrap;
		gap: 30px;
	}

	.cp-gamme-list-element{
		flex: initial;
		width: calc(50% - 15px);	
	}

	.cp-baseline{
		font-size: 22px;
		line-height: 30px;
	}

	.cp-product-title{
		font-size: 30px;
		line-height: 35px;
	}

	.cp-title-small{
		font-size: 25px;
	}

	.cp-header .navbar-expand-md .navbar-nav{
		padding-top: 30px;
		row-gap: 15px;
		text-align: left;
	}

	.cp-header .navbar-expand-md .navbar-nav .nav-link, .trp-shortcode-switcher, .cp-header .trp-language-item-name{
		color: #FFFFFF !important;
	}

	.trp-shortcode-arrow{
		fill: #FFFFFF;
	}

	.cp-page-std, .cp-under-patch{
		padding-top: 150px;
	}

	.cp-under-pose{
		margin-top: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.cp-under-title{
		font-size: 30px;
		line-height: 35px;
	}

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

	.cp-image-right{
		text-align: right;
	}

	.cp-image-right img{
		max-width: 80% !important;
	}

	.cp-medics{
		padding-bottom: 50px;
		padding-top: 50px;
		margin-top: 0;
		background-size: auto 100%;
	}

	.cp-medics-certificates{
		padding: 20px;
	}

	.cp-uses-title{
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 10px;
		width: auto;
	}

	.cp-uses-elements{
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.cp-home-protectives-image{
		text-align: center;
	}

	.cp-home-protectives-image img{
		max-width: 60% !important;
	}

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

	.cp-footer-region-content{
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
}

@media(min-width:576px) and (max-width:767px){
	.cp-protectives-description{
		margin-top: -50px;
		background-size: auto 100%;
	}

	.cp-pose-videos{
		grid-template-columns: 1fr 1fr;
	}

	.cp-home-numbers-text{
		margin-bottom: 60px;
	}

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

	.cp-slider{
		height: auto;
	}

	.cp-home-top-element span{
		font-size: 22px;
		line-height: 29px;
	}

	.cp-home-frise{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		height: auto;
	}

	.cp-home-frise img{
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
	}

	.cp-home-frise img:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.cp-home-video-presentation{
		padding: 10px;
	}

	.cp-home-inside-dispositifs{
		padding: 40px 25px;
	}

	.cp-home-inside-dispositifs-list{
		grid-template-columns: 1fr 1fr;
	}

	.cp-home-outside-elements{
		grid-template-columns: 1fr 1fr;
	}

	.cp-home-outside-element span{
		font-size: 17px;
		line-height: 17px;
	}

	.cp-home-top-content{
		padding-left: 0;
		padding-right: 0;
	}

	.cp-home-numbers{
		font-size: 70px;
		line-height: 80px;
	}

	.cp-header{
		position: absolute;
	}

	.cp-qsn{
		padding-top: 120px;
	}

	.cp-qsn-quote{
		padding-top: 50px;
		padding-bottom: 50px;
		background-size: auto 100%;
		margin-top: 0;
	}

	.cp-qsn-map{
		margin-top: 0;
	}

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

	.cp-vh{
		height: initial;
		min-height: initial;
	}

	.cp-image-left{
		height: auto;
	}

	.cp-image-left img{
		object-fit: contain;
		object-position: top left;
	}

	.cp-vh{
		height: initial;
		min-height: initial;
	}

	.cp-gamme-header-image{
		height: 350px;
	}

	.cp-gamme-header-content{
		position: relative;
		height: auto;
		top: initial;
		left: initial;
	}

	.cp-footer{
		padding-top: 50px;
		padding-bottom: 20px;
	}

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

	.cp-footer-region{
		flex-direction: column;
		row-gap: 30px;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 16px;
		line-height: 30px;
	}

	.cp-contact-title, .cp-form-label{
		font-size: 28px;
		line-height: 35px;
	}

	.cp-gamme-list{
		flex-wrap: wrap;
		gap: 30px;
	}

	.cp-gamme-list-element{
		flex: initial;
		width: calc(33% - 20px);	
	}

	.cp-page-std, .cp-under-patch{
		padding-top: 150px;
	}

	.cp-under-pose{
		margin-top: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.cp-under-title{
		font-size: 30px;
		line-height: 35px;
	}

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

	.cp-image-right{
		text-align: right;
	}

	.cp-image-right img{
		max-width: 80% !important;
	}

	.cp-medics{
		padding-bottom: 50px;
		padding-top: 50px;
		margin-top: 0;
		background-size: auto 100%;
	}

	.cp-medics-certificates{
		padding: 20px;
	}

	.cp-uses-title{
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.cp-uses-elements{
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.cp-title-medium{
		font-size: 50px;
		line-height: 50px;
	}

	.cp-home-protectives-image{
		text-align: center;
	}

	.cp-home-protectives-image img{
		max-width: 60% !important;
	}

	.cp-header .navbar-expand-md .navbar-nav .nav-link, .trp-shortcode-switcher, .cp-header .trp-language-item-name{
		color: #FFFFFF !important;
	}

	.cp-header .navbar-expand-md .navbar-nav{
		padding-top: 30px;
		row-gap: 15px;
		text-align: left;
	}

	.trp-shortcode-arrow{
		fill: #FFFFFF;
	}

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

	.cp-footer-region-content{
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
}

@media(min-width:768px) and (max-width:991px){
	.cp-protectives-description{
		margin-top: -50px;
		background-size: auto 100%;
	}

	.cp-uses-elements-container-2 .cp-uses-elements{
		column-gap: 40px;
	}

	.cp-uses-elements-container-2 .cp-medics-develop-title{
		font-size: 24px;
		line-height: 35px;
	}

	.cp-pose-videos{
		grid-template-columns: 1fr 1fr;
	}

	.cp-header-logo img{
		max-width: 150px !important;
	}

	.cp-header .navbar-expand-md .navbar-nav{
		/*margin-right: 0 !important;*/
		column-gap: 15px;
		text-align: center;
	}

	.cp-header .navbar-expand-md .navbar-nav .nav-link, .trp-shortcode-switcher, .cp-header .trp-language-item-name{
		font-size: 11px;
		line-height: 15px;
	}

	.trp-current-language-item__wrapper:not(.trp-hide-arrow) svg{
		height: 15px;
		width: 15px;
	}

	.trp-language-item{
		min-height: 15px !important;
	}

	.cp-qsn{
		padding-top: 120px;
	}

	.cp-qsn-quote{
		padding-top: 50px;
		padding-bottom: 50px;
		background-size: cover;
		margin-top: 0;
	}

	.cp-qsn-map{
		margin-top: 0;
	}

	.cp-image-left{
		height: auto;
	}

	.cp-image-left img{
		object-fit: contain;
		object-position: top left;
	}

	.cp-vh{
		height: initial;
		min-height: initial;
	}

	.cp-gamme-header-image{
		height: 350px;
	}

	.cp-gamme-header-content{
		position: relative;
		height: auto;
		top: initial;
		left: initial;
	}

	.cp-footer{
		padding-top: 50px;
		padding-bottom: 20px;
	}

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

	.cp-footer-region{
		flex-direction: column;
		row-gap: 30px;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 16px;
		line-height: 30px;
	}

	.cp-gamme-list{
		flex-wrap: wrap;
		gap: 30px;
	}

	.cp-gamme-list-element{
		flex: initial;
		width: calc(25% - 30px);	
	}

	.cp-image-right{
		text-align: right;
	}

	.cp-image-right img{
		max-width: 60% !important;
	}

	.cp-uses-title{
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.cp-uses-elements{
		grid-template-columns: 1fr 1fr 1fr;
	}

	.cp-title-medium{
		font-size: 50px;
		line-height: 50px;
	}

	.cp-uses-element-text{
		font-size: 18px;
		line-height: 24px;
	}

	.cp-home-protectives-image, .cp-home-outside-image{
		text-align: center;
	}

	.cp-home-protectives-image img{
		max-width: 60% !important;
	}

	.cp-home-video-presentation{
		padding: 30px;
	}

	.cp-home-numbers{
		font-size: 140px;
		line-height: 180px;
	}

	.cp-slider{
		height: auto;
	}

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

@media(min-width: 992px) and (max-width:1330px){
	.cp-protectives-description{
		margin-top: 0px;
		background-size: auto 100%;
	}

	.cp-uses-elements-container-2 .cp-uses-elements{
		column-gap: 40px;
	}

	.cp-uses-elements-container-2 .cp-medics-develop-title{
		font-size: 24px;
		line-height: 35px;
	}

	.cp-header .navbar-expand-md .navbar-nav .nav-link, .trp-shortcode-switcher{
		font-size: 14px;
		line-height: 17px;
	}

	.cp-slider{
		height: auto;
	}

	.cp-home-top-content{
		padding-right: 5%;
		padding-left: 5%;
		padding-top: 100px;
	}

	.cp-content{
		font-size: 17px;
		line-height: 20px;
	}

	.cp-introduction{
		font-size: 20px;
		line-height: 26px;
	}

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

	.cp-qsn{
		padding-top: 85px;
	}

	.cp-image-left{
		height: auto;
	}

	.cp-image-left img{
		object-fit: contain;
		object-position: top left;
	}

	.cp-qsn-quote{
		margin-top: 0;
		padding-top: 150px;
		padding-bottom: 150px;
		background-size: cover;
	}

	.cp-qsn-map{
		margin-top: 0;
	}

	.cp-vh{
		height: initial;
		min-height: initial;
	}

	.cp-gamme-header-image{
		height: 500px;
	}

	.cp-gamme-header-content{
		position: relative;
		height: auto;
		top: initial;
		left: initial;
	}

	.cp-gamme-list{
		flex-wrap: wrap;
		gap: 30px;
	}

	.cp-gamme-list-element{
		flex: initial;
		width: calc(16.66% - 25px);
	}

	.cp-under-pose{
		margin-top: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.cp-title-medium{
		font-size: 36px;
		line-height: 45px;
	}

	.cp-baseline{
		font-size: 23px;
		line-height: 30px;
	}

	.cp-uses-title{
		font-size: 25px;
		line-height: 30px;
	}

	.cp-uses-element-text{
		font-size: 20px;
		line-height: 25px;
	}
}

@media(min-width: 1331px) and (max-width:1399px){
	.cp-protectives-description{
		margin-top: 0px;
		background-size: auto 100%;
	}

	.cp-image-left{
		height: auto;
	}

	.cp-uses-title{
		font-size: 38px;
		line-height: 48px;
	}

	.cp-slider{
		height: auto;
	}

	.cp-home-top-content{
		padding-right: 5%;
		padding-left: 5%;
		padding-top: 100px;
	}

	.cp-content{
		font-size: 17px;
		line-height: 20px;
	}

	.cp-introduction{
		font-size: 20px;
		line-height: 26px;
	}
}

@media(min-width: 1400px) and (max-width:1696px){
	.cp-protectives-description{
		margin-top: 0px;
		background-size: auto 100%;
	}
	
	.cp-uses-title{
		font-size: 38px;
		line-height: 48px;
	}

	.cp-uses-element-text{
		font-size: 22px;
		line-height: 30px;
	}

	.cp-slider{
		height: auto;
	}

	.cp-home-top-content{
		padding-right: 5%;
		padding-left: 5%;
		padding-top: 100px;
	}

	.cp-home-inside-dispositifs-list{
		grid-template-columns: 1fr 1fr;
	}
}

@media(min-width: 1697px){
	
}
/* RESPONSIVE */

/* Mobile : 2 images visibles */
@media (max-width: 767px) {
  .cp-home-frise-track {
    width: 500%; /* 10 images × (100% / 2 images visibles) */
  }
  .cp-home-frise-track img {
    width: 10%; /* 1 image = 1/10 du track = 1/2 de l'écran */
  }
}

/* Tablette : 3 images visibles */
@media (min-width: 768px) and (max-width: 1023px) {
  .cp-home-frise-track {
    width: calc(10 * 100% / 3);
  }
  .cp-home-frise-track img {
    width: calc(100% / 10);
  }
}

/* Tablette large : 4 images visibles */
@media (min-width: 1024px) and (max-width: 1279px) {
  .cp-home-frise-track {
    width: 250%; /* 10 images × (100% / 4 images visibles) */
  }
  .cp-home-frise-track img {
    width: 10%; /* 1 image = 1/10 du track = 1/4 de l'écran */
  }
}

/* Desktop : 5 images visibles */
@media (min-width: 1280px) {
  .cp-home-frise-track {
    width: 200%;
  }
  .cp-home-frise-track img {
    width: 10%;
  }
}