/* gestion media */

@media only screen and (min-width: 1600px){

	.rightactive h3{
		text-align:left;
	}

	.activeText{
		background-color: rgba(0, 0, 0, 0.6);
	}

	.hauteur-article{
		height:250px;
	}
	.hauteur-article h3 {
		font-size:24px;
	}
	.hauteur-article p {
		font-size:18px;
		opacity: 0.5;
		margin-top:30px;
	}

	.imgProduct{
		height:310px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1600px){

	.rightactive h3{
		text-align:left;
	}

	.activeText{
		background-color: rgba(0, 0, 0, 0.6);
	}

	.hauteur-article{
		height:250px;
		font-family: 'Dosis', sans-serif;
	}
	.hauteur-article h3 {
		font-size:24px;
	}
	.hauteur-article p {
		font-size:18px;
		opacity: 0.5;
		margin-top:30px;
		font-family: 'Helvetica Neue';
	}

	.imgProduct{
		height:310px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

	.textIntroduction{
		left:50%;
		width: 80%;
	}
	.StepIntroduction{
		width: 100%;
		padding: 0 15px;
	}
	.vidIntr{
		width:80%;
		height: auto;
	}
	.rightactive h3{
		text-align:right;
	}

	.main-menu-mob{
		float:left;
		width:100%;
		height:200px;
		border-top:solid 1px #CCC;
		border-bottom:solid 1px #CCC;
		padding-left:50px;
		font-size:60px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    font-family: 'Dylan Gothic';
	}

	.activeText{
		background-color: rgba(0, 0, 0, 0.8);
	}

	.hauteur-article{
		height:500px;
	}
	.hauteur-article h3 {
		font-size:40px;
		color:#ffe424;
	}
	.hauteur-article p {
		font-size:35px;
		text-align:justify;
		opacity: 1;
		margin-top:60px;
	}

	.imgProduct{
		height:510px;
	}
}

@media only screen and (max-width: 767px){
	.beforeIntroduction{
		display: none!important;
	}
	.titleIntro{
		font-size:24px;
	}
	.nextIntroduction{
		z-index: 2000;
	}
	.msgIntroduction{
		font-size:18px;
	}
	.textIntroduction{
		left:0;
		width: 100%;
		transform: initial;
	}
	.StepIntroduction{
		width: 100%;
		padding: 0 15px;
	}
	.vidIntr{
		width:90%;
		height: 150px;
		border:none;
		border-radius: initial;
		box-shadow: initial;
	}
	.rightactive h3{
		text-align:left;
	}

	.main-menu-mob{
		float:left;
		width:100%;
		height:200px;
		border-top:solid 1px #CCC;
		border-bottom:solid 1px #CCC;
		padding-left:50px;
		font-size:60px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    font-family: 'Dylan Gothic';
	}

	.activeText{
		background-color: rgba(0, 0, 0, 0.8);
	}

	.hauteur-article{
		height:500px;
	}
	.hauteur-article h3 {
		font-size:40px;
		color:#ffe424;
	}
	.hauteur-article p {
		font-size:35px;
		text-align:justify;
		opacity: 1;
		margin-top:60px;
	}

	.imgProduct{
		height:510px;
	}
}