
*, html, body, div, ul, li, img, h1, h2, h3 , h4, h5, p {
		box-sizing: border-box;
		padding:0;
		margin:0;
		margin-block-start: 0;
		margin-block-end: 0;
		margin-inline-start: 0;
		margin-inline-end: 0;
		padding-inline-start: 0;
		padding-inline-end: 0;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		pointer-events: auto;
        cursor: default;
	}
	h1#accueil{
    font-size:50px;
    line-height:55px;
    text-indent:105px;
    background: url('../img/liseret.svg') no-repeat left center;
    margin-bottom:72px;

  }
  
  h1#accueil span.light{
    
    
    font-weight: 300;
  }
	html, body {
		font-family: 'Source Sans 3' , sans-serif;
		min-width:300px;
		max-width:1023px;
		margin:auto;
		height:auto;
		display:block;
		background-color:rgb(255,255,255);
	}
html body #audio-config
	{
		width: 50px;
		height: 100px;
		position: fixed;
		z-index: 999999999999999999999;
		top: 50%;
		right: 0;
		text-align: center;
		display: block;
	}
	html body #audio-config #play{
		width: 50px;
		height: 50px;
		background-color: rgba(0,0,0,0.74);
		position:relative;
		top:0;
		right:0;
		z-index: 999999999999999999999;
		text-align: center;
		display: block;
		transition : all ease 0.5s;
		background: url("../img/audio/play_hover.png") no-repeat left center;
	}
	html body #audio-config #silence{
		width:50px;
		height: 50px;
		background-color: rgba(0,0,0,0.47);
		position:relative;
		top:0;
		right:0;
		z-index: 999999999999999999999;
		text-align: center;
		display: block;
		transition : all ease 0.5s;
		background: url("../img/audio/stop_hover.png");
		
	}
	html body #audio-config #play:hover
	{
		background: url("../img/audio/play.png") no-repeat left center;
	}
	html body #audio-config #silence.active,
	html body #audio-config #play.active
	{
		right:-50px;
		transition : all ease 0.5s;
	}
	html body #audio-config #silence.inactive,
	html body #audio-config #play.inactive
	{
		right: 0px;
		transition : all ease 0.5s;
	}
	
	html body #audio-config  #silence:hover
	{
		background: url("../img/audio/stop.png");
		transition : all ease 0.5s;
	}
	html body #Accueil{
		margin:auto;
		max-height:15640px;
		min-height:1564px;
		height: auto;
		min-width:300px;
		max-width:1023px;
		display:block;
		padding-top: 240px;
		width: 100%;
	}

	html body .section-1,
	html body .section-2,
	html body .section-2-1,
	html body .section-3{
		width:100%;
		min-height:1280px;
		min-width: 300px;
		max-width: 1023px;
		display: block;
		padding-bottom: 50px;
	}
	html body #tous-les-godets{
	    display: block;
	    min-height: 250px;
	    height: 250px;
	    width: 100%;
	    float: left;
	    padding-bottom: 0px;
	}
	
	html body .section-2 h1#quelles-motorisations,
	html body .section-2 h1#schemas-techniques,
	html body .section-2-1 h1#motorisation-9-5Cv,
	html body .section-2-1 h1#motorisation-14Cv,
	html body .section-2 h1#la-PH400-en-action,
	html body .section-2 h1#la-ph400,
	html body .section-2 h2#une-mini-pelle,
	html body h1#equipements,
	html body h2.category,
	html body .section-1a h1#conditions-generales-de-vente,
	html body .section-3a h1#mentions-legales {
	    background-color: rgba(254,217,40,1);
	    background-image: linear-gradient(to top, rgba(254,217,40,1), rgba(254,191,17,1));
	    -webkit-background-clip: text;
	    -moz-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    -moz-text-fill-color: transparent;
	    -webkit-text-fill-color: transparent;
	    text-fill-color: transparent;
	    background-clip: text;
	    background-size: 100%;
	    background-repeat: repeat;
	    display: block;
	}
	html body .section-2 h2#PHOENIX-400{
	    color: rgba(254,218,0,1);
		text-transform:uppercase;
		margin-bottom:5px;
		font-weight:900;
		min-width: 300px;
	    width: 100%;
	    max-width: 100%;
		font-size: 57px;
		line-height:60px;
		display: block;
	    text-align: center;
	    padding: 0px;
	    height: 60px;
	    
	    background-image: linear-gradient(to top, rgba(66,66,66,1),rgba(206,206,206,1));
		background-size: 100%;
  		background-repeat: repeat;
        -webkit-background-clip: text;
    	-moz-background-clip: text;
   		-webkit-text-fill-color: transparent; 
    	-moz-text-fill-color: transparent;
    	-webkit-text-fill-color: transparent; 
    	text-fill-color: transparent;
    	background-clip: text;
	 }
	html body .regular{
		font-weight:300;
	}
	html body .semi-bold{
		font-weight:500;
	}
	html body .bold{
		font-weight:700;
	}
	html body .black{
		font-weight:900;
	}
	html body .bold-caracteristiques-g{
		font-weight:700;
		color:rgba(66,66,66,1);
	}
	html body #caracteristiques .bold-caracteristiques-g{
		font-weight:700;
		color:rgba(254,218,0,0.74);
	}
	html body #PH400-voie-variable .bold-caracteristiques-g{
		font-weight:700;
		color:rgba(33,33,33,0.74);
	}
	html body .italic{
		font-style:italic;
		font-weight:200: ;
	}
	html body .grand-guillements{
	display:none;
	}
	html body .section-1a p.right,
	html body .section-3a p.right{
		text-align:right;
		padding-bottom:250px;
	}
	html body .section-1a a,
	html body .section-3a a{
		cursor:pointer;
		text-decoration: none;
		padding:2px;
		color:rgba(0,0,0,0.94);
		background-color:rgba(254,218,0,1);
		transition: all 0.6s ease;
	}
	html body .section-1a a:hover,
	html body .section-3a a:hover{
		cursor:pointer;
		text-decoration: none;
		padding:2px;
		color:rgba(0,0,0,0.94);
		background-color:rgba(0,0,0,1);
		color:rgba(254,218,0,1);
	}
	html body .section-1a .black{
		color:rgba(0,0,0,0.94);
		font-weight: 900;
	}
	html body .underline-overline{
		text-decoration: underline overline rgba(254,218,0,1);
	}
	html body .underline{
		text-decoration: underline;
	}
	html body .section-1a,
	html body .section-3a{
	width: 100%;	
	}
	html body .section-1a h2.rubrique,
	html body .section-3a h2.rubrique{
	background-color: rgba(254,218,0,1);
    width: 80%;
    padding: 10%;
    margin: 15% 0px 0px 10%;
    text-transform: uppercase;
    font-size: 17px;
	}

	html body .section-2 h1,
	html body .section-2 h2,
	html body .section-2-1 h1,
	html body .section-2-1 h2{
    color: rgba(254,218,0,1);
    text-transform: uppercase;
    font-weight: 900;
    min-width: 300px;
    width: 100%;
    max-width: 1023px;
    font-size: 37px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    margin: 30px 0px 0px 0px;
    font-weight: 800;
    display:block;
    float:left;
	}
	
	html body .section-3 h1{
	font-weight: 800;
    min-width: 300px;
    width: 100%;
    max-width: 1023px;
   	font-size: 50px;
    line-height: 60px;
    text-align: center;
    text-align: center;
    height: 140px;
   	margin: 144px 0px 0px 0px;
    display:block;
    float:left;
    background-color: rgba(206,206,206,1);
    background-image: linear-gradient(to top, rgba(0,0,0,1)25%,rgba(206,206,206,0.74)50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text;
    background-size: 100%;
    background-repeat: repeat;
    color: rgba(254,218,0,1);
    text-transform: uppercase;
     overflow-wrap: break-word;
	}

	html body .section-2 h1#schemas-techniques,
	html body .section-2 h1#la-PH400-en-action,
	html body .section-2 h1#quelles-motorisations,
	html body .section-2-1 h1#motorisation-9-5Cv,
	html body .section-2-1 h1#motorisation-14Cv,
	html body h1#equipements,
	html body .section-2 h1#la-ph400,
	html body .section-1a h1#conditions-generales-de-vente,
	html body .section-3a h1#mentions-legales{
	color: rgba(254,218,0,1);
    text-transform: uppercase;
    font-weight: 900;
    min-width: 300px;
    width: 100%;
    max-width: 100%;
   	font-size: 45px;
    line-height: auto;
    text-align: center;
    min-height: 60px;
    height:auto;
    margin:auto;
    line-height: 50px;
    font-weight: 800;
    display:block;
    overflow-wrap:break-word;
	}
	html body .section-2 h1#PH400,
	html body .section-2 h2#une-machine,
	html body .section-2 h1#quelle-motorisation,
	html body .section-2-1 h1#motorisation-9-5,
	html body .section-2-1 h1#motorisation-14{
	color: rgba(254,218,0,1);
    text-transform: uppercase;
    font-weight: 900;
    min-width: 300px;
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    height: 112px;
    margin: 30px 0px 0px 0px;
    font-weight: 800;
    display: block;
    float: left;
    overflow-wrap: break-word;
	}
	
	

	html body .section-2-1 #neuf-et-demi-Cv-caracteristiques h2,
	html body .section-2-1 #quatorze-Cv-caracteristiques h2 {
    background-image: linear-gradient(to top, rgba(254,217,40,1), rgba(254,191,17,1));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text;
    background-size: 100%;
    background-repeat: repeat;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    display: block;
    height: 40px;
    font-weight: 700;
	}

	html body #entete {
		background-color: rgb(254,218,0);		
		min-width:300px;
		max-width:1023px;
		width:100%;
		height:200px;
		z-index:99999999;
		position:fixed;
		display:block;
		box-shadow: 0px 30px 30px -30px rgba(50, 50, 93, 0.45);
		top:0;
		left:0;
	}
	html body #entete #entete-centred{
		min-width:300px;
		max-width:1023px;
		width: 100%;
		margin: auto;
		height:90px;
		z-index:99999999;
		position:relative;
		display:block;
    }

	html body #entete #entete_g{
		min-width: 300px;
    	max-width: 1023px;
    	width: 100%;
    	text-align: center;
    	height: 90px;
    	display: block;
    	margin: auto;
    	background: url("../img/drapeau-fr-by-atelier74.png") no-repeat center 64px;
	}
	
	html body #entete #entete_g h1#MiniPelle81{
		font-size: 45px;
    	line-height: 45px;
    	margin-top: 16px;
    	min-width: 100%;
    	max-width: 100%;
    	width: 100%;
    	height: 35px;
    	display: block;
	}

	html body #entete #entete_g h1#MiniPelle81 .regular{
		font-weight:300;}
	html body #entete #entete_g h1#MiniPelle81 .bold{
		font-weight:900;
	}
	html body #entete #entete_g h1#MiniPelle81 .encadrement{
		font-weight:300;
		background-color:rgba(0,0,0,1);
		color:rgba(254,218,0,1);
		padding:5px 18px 5px 18px;
		width:55px;
	}
	
	html body #entete #entete_g h2.baseline{
		font-size: 16px;
	    line-height: 18px;
	    font-weight: 500;
	    position: relative;
	    letter-spacing : 5.5px;
	    left: -35px;
	    top: 8px;
	}

	html body #entete #nav {
		float:left;
		text-align:center;
		min-width:300px;
		max-width:1023px;
		width:100%;
		margin-left:auto;
		margin-top:34px;

	}
	html body #entete #nav li{
		display:inline-block;
		float: left;
		color: rgb(0,0,0);
		text-transform:uppercase;
		font-size : 15px;
		height:60px;
		line-height:60px;
		margin:0;
		min-width:15%;
		max-width:40%;
		font-weight:300;
		text-align:center;
		vertical-align:middle;
		transition: all 0.6s ease;
		border-left:1px solid rgba(0,0,0,0.55);
	}
	
	html body #entete #nav li:first-child{
		border:0;
	}
	
	html body #entete #nav li#li-accueil,
	html body #entete #nav li#li-conseils{
		min-width:15%;
		max-width:auto;
		transition: all 0.2s ease;	
	}
	
	html body #entete #nav li#li-caracteristiques,
	html body #entete #nav li#li-equipements{
		min-width:35%;
		max-width:auto;
		transition: all 0.2s ease;	
	}
	html body #li-retour,
	html body #li-cgv,
	html body #li-mentions-legales,
	html body #li-conseil{
		min-width:25% !important;
		max-width:25% !important;
		transition: all 0.2s ease;	
	}

	


	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav,
	html body #entete #nav li#li-equipements ul#equipements-sous-nav{
		display: none;
	}
	
	
	html body #entete #nav li#li-caracteristiques:hover ul#caracteristiques-sous-nav,
	html body #entete #nav li#li-equipements:hover ul#equipements-sous-nav{
		position: absolute;
		left: 0;
		display:block;
		float: left;
		min-width: 300px;
		max-width: 1023px;
		width: 100%;
		height: auto;
		min-height: 60px;
		background-color: rgb(66,66,66,0.74) !important;
		color:rgba(0,0,0,0.25) !important;
		
	}
	
	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li,
	html body #entete #nav li#li-equipements ul#equipements-sous-nav li{

		border-top: 1px solid rgba(0,0,0,0.25);
	}





	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li,
	html body #entete #nav li#li-equipements ul#equipements-sous-nav li,
	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li a,
	html body #entete #nav li#li-equipements ul#equipements-sous-nav li a{
		position: relative;
		left: 0;
		display:block;
		float: left;
		min-width: 300px;
		max-width: 1023px;
		width: 100%;
		font-weight: 400 !important;
		
		color:rgba(255,255,255,0.55) !important;		
		background-color: rgb(0,0,0,0.47) !important;

		height: auto;
		min-height: 60px;
		transition: all 0.74s ease;
	}

	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li:hover,
	html body #entete #nav li#li-equipements ul#equipements-sous-nav li:hover,
	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li:hover a,
	html body #entete #nav li#li-equipements ul#equipements-sous-nav li:hover a,
	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li a:hover,
	html body #entete #nav li#li-equipements ul#equipements-sous-nav li a:hover,
	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li#quelle-motorisation:hover,
	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li#quelle-motorisation ul#motorisations-sous-nav li:hover,
	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li#quelle-motorisation:hover a,
	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li#quelle-motorisation ul#motorisations-sous-nav li:hover a{
		font-weight: 600 ;
		color:rgba(0,0,0,0.74) !important;
		background-color:rgba(254,218,0,0.47) !important;
		transition : all 0.74s ease;
	}

	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li#quelle-motorisation{
		min-height: 180px;
	}

	html body #entete #nav li#li-caracteristiques ul#caracteristiques-sous-nav li#quelle-motorisation ul#motorisations-sous-nav{
		position: relative;
		left: 0;
		display:block;
		float: left;
		min-width: 300px;
		max-width: 1023px;
		width: 100%;
		height: auto;
		min-height: 50px;
		color:rgba(0,0,0,0.55) !important;		
		background-color: rgb(255,255,255,0.45) !important;
	}
	
	html body #li-retour a,
	html body #li-cgv a,
	html body #li-mentions-legales a,
	html body #li-conseil a{
		width: 100%;
		height: 100%;
		text-decoration: none;
		display: block;
		color:rgba(0,0,0,0.55) !important;	

	}

	html body #entete #nav li#li-accueil a,
	html body #entete #nav li#li-conseils a,
	html body #entete #nav li#li-caracteristiques a,
	html body #entete #nav li#li-equipements a{
		width: 100%;
		height: 100%;
		text-decoration: none;
		display: block;
		color:rgba(0,0,0,0.55) !important;	

	}

	html body #entete #nav li#li-accueil:hover,
	html body #entete #nav li#li-conseils:hover,
	html body #entete #nav li#li-caracteristiques:hover,
	html body #entete #nav li#li-equipements:hover{
		font-weight: 400 ;
		color:rgba(254,218,0,1) !important;
		background-color:rgba(0,0,0,0.55) !important;
	}

	html body #entete #nav li#li-accueil:hover a,
	html body #entete #nav li#li-conseils:hover a,
	html body #entete #nav li#li-caracteristiques:hover a,
	html body #entete #nav li#li-equipements:hover a{
		font-weight: 900 ;
		color:rgba(254,218,0,1) !important;
		background-color:rgba(0,0,0,0.55) !important;
	}

	html body #entete #nav li#li-accueil.active a,
	html body #entete #nav li#li-caracteristiques.active a,
	html body #entete #nav li#li-equipements.active a,
	html body #entete #nav li#li-conseils.active a,
	html body #entete #nav li#li-cgv.active a,
	html body #entete #nav li#li-mentions-legales.active a,
	html body #entete #nav li#li-retour.active a,
	html body #entete #nav li#li-accueil.active,
	html body #entete #nav li#li-caracteristiques.active,
	html body #entete #nav li#li-equipements.active,
	html body #entete #nav li#li-conseils.active,
	html body #entete #nav li#li-cgv.active,
	html body #entete #nav li#li-mentions-legales.active,
	html body #entete #nav li#li-retour.active{
		font-weight: 900 ;
    	font-size: 18px;
		color:rgba(254,218,0,1) !important;
		background-color:rgba(0,0,0,1) !important;
	}
	
	html body #entete #entete_d{
		display:none;
	}
	
	html body .section-1,
	html body .section-1a{
		padding-top:250px;
	}
	
	html body .section-1{
		display:none;
	}
	html body .section-2 p.presentation-ph400{
		color: rgba(0,0,0,1);
	    padding: 0px;
	   	font-weight: 500;
	    width: 80%;
	    margin: auto;
	    overflow-wrap: break-word;
	    text-align: justify;
	}
	
	html body .section-2 p.presentation-ph400 a:hover{
		text-decoration:none;
		background-color:rgba(254,218,0,1);
		border-bottom: 0px solid rgba(254,218,0,0);
		transition : all 0.5s ease;
		width:auto;
		height:auto;
		padding:2px;
		color: rgba(0,0,0,0.74);
	}
	html body #entete_d ul#contacts{
		width: 100%;
		min-width: 265px;
		display: block;
		height: 60px;
		margin: auto;
		background-color: rgb(255,255,255);
	}
	
	html body ul.besoin-conseils-contacts li,
	html body #entete_d ul#contacts li{
		margin-top: 7px;
		width:32px;
		margin-left:14px;
		display: block;
		float: left;
		height:32px;
		top: 158px;
		list-style-type:none;
		transition:  margin 0.74s ease;
		text-indent: -9999999999999999999999999999999999999999999999999999px;

	}

	html body #entete_d ul#contacts li a,
	html body ul.besoin-conseils-contacts li a,
	html body #entete_d ul#contacts li.li-sticky-social a{
		position: absolute;
		cursor: pointer;
		user-select: none;
		display: block;
		min-width:32px;
		min-height:32px;
		width: 32px;
		height: 32px;
		text-indent: -9999999999999999999999999999999999999999999999999999px;
		background-color: rgba(255,255,255,0.74) !important;
		transition: all 0.74s ease;
	}
	html body #entete_d ul#contacts li a:hover,
	html body ul.besoin-conseils-contacts li a:hover,
	html body #entete_d ul#contacts li.li-sticky-social a:hover{
		transition: all 0.74s ease;
		background-color: rgba(255,255,255,1) !important;
	}
	html body #entete_d ul#contacts li.li-sticky-social{
		top: 0px;
		z-index: 99999999999999999999999;
		margin-left: 11%;
		transition : all 0.74s ease;
		text-indent: -9999999999999999999999999999999999999999999999999999px;	
	}
		
	html body ul.besoin-conseils-contacts li#facebook a.btn-facebook,	
	html body #entete_d li#facebook a.btn-facebook{
		background: url("../img/contacts/contacts.png") 0px center no-repeat;
	}
	
	html body ul.besoin-conseils-contacts li#facebook a.btn-facebook:hover,
	html body #entete_d li#facebook a.btn-facebook:hover{
		background: url("../img/contacts/contacts.png") -32px center no-repeat;
	}
	
	html body ul.besoin-conseils-contacts li#telephone a.btn-telephone,
	html body #entete_d li#telephone a.btn-telephone{
		background: url("../img/contacts/contacts.png") -64px center no-repeat;
	}
	
	html body ul.besoin-conseils-contacts li#telephone a.btn-telephone:hover,
	html body #entete_d li#telephone a.btn-telephone:hover{
		background: url("../img/contacts/contacts.png") -96px center no-repeat;
	}
	html body ul.besoin-conseils-contacts li#courriel a.btn-courriel,
	html body #entete_d li#courriel a.btn-courriel{
		background: url("../img/contacts/contacts.png") -128px center no-repeat;
	}
	
	html body ul.besoin-conseils-contacts li#courriel a.btn-courriel:hover,
	html body #entete_d li#courriel a.btn-courriel:hover{
		background: url("../img/contacts/contacts.png") -160px center no-repeat
	}
	
	html body #entete_d li#youtube a.btn-YT{
		background: url("../img/contacts/contacts.png") -192px center no-repeat;	
	}
	
	html body #entete_d li#youtube a.btn-YT:hover{
		background: url("../img/contacts/contacts.png") -224px center no-repeat;
	}
	html body .section-2 p.presentation-ph400 a{
		text-decoration:none;
		position :relative;
		top: 0;
		background-color:rgba(251,251,251,0);
		border-bottom: 3px solid rgba(254,218,0,0.74);;
		padding:2px;
		letter-spacing: 1.5px;
		transition : all 0.5s ease;
		color: rgba(0,0,0,1);
	}
	html body .section-2 h3{
		background-color:rgba(0,0,0,1);
		color: rgba(255,255,255,1);
		text-transform:uppercase;
		font-weight:900;
		min-width:319px;
		max-width:1023px;
		width:100%;
		height:65px;
		font-size:25px;
		line-height:65px;
		text-align:left;
		padding-left:0;
		margin-left:0px;
		background-repeat:no-repeat;
		background-position:right center;
		margin-bottom:5px;
		display:block;
	}
	
	html body .section-2 p{
		color:rgba(0,0,0,1);
		padding-left:0px;
		font-weight:500;
	}
	
	html body .section-2 p.accroche-ph-400{
		color:rgba(0,0,0,1);
		display:block;
		float:left;
		width:100%;
		padding:10px;
		padding-left:75px;
		font-weight:500;
	}
	
	html body .section-2 #sous-capot{
		display:block;
		height:auto;
		float:left;
		min-width:319px;
		max-width:1023px;
		width:100%;
		margin-top:74px;
		margin-bottom:150px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 30px -30px;
		background-color: rgba(255,255,255,1);
	}
	
	html body .section-2 #caracteristiques #sous-capot{
    display: block;
    height: 7500px;
    float:left;
	min-width: 319px;
    max-width: 1023px;
    width: 100%;
    margin-top: 74px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 30px -30px;
    background-color: rgba(255,255,255,1);
	}
	html body .section-2 #PH400-standard,
	html body .section-2 #PH400-voie-variable{
		display: block;
		width: 95%;
		height: 1480px;
		float: left;
	}
	html body .section-2 #PH400-standard .standard-intitule,
	html body .section-2 #PH400-voie-variable .voie-variable-intitule{
		display: block;
		width: 96%;
		height: 45px;
		font-size: 35px;
		text-align: center;
		text-transform: uppercase;
		margin: 2%;
		line-height: 45px;
	}
	html body .section-2 #neuf-demi-cv-standard{
		background-color:rgba(66,66,66,0.95);
	}
	html body .section-2 #quatorze-cv-standard{
		background-color:rgba(33,33,33,0.95);
	}
	html body .section-2 #neuf-demi-cv-voie-variable{
		background-color:rgba(254,218,0,0.95);
	}
	
	html body .section-2 #quatorze-cv-voie-variable{
		background-color:rgba(254,174,0,0.95);
	}
	html body .section-2 #neuf-demi-cv-standard,
	html body .section-2 #quatorze-cv-standard,
	html body .section-2 #neuf-demi-cv-voie-variable,
	html body .section-2 #quatorze-cv-voie-variable{
		display: block;
		width:80%;
		margin:10%;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	}
	html body .section-2 #PH400-standard .standard-intitule{
		background-image: linear-gradient(to top, rgba(33,33,33,1), rgba(102,102,102,1));
		font-weight: 700;
		color: #fff;
	}
	html body .section-2 #PH400-voie-variable .voie-variable-intitule{
		color: #333;
		font-weight: 700;
		background-image: linear-gradient(to top, rgba(254,191,17,1), rgba(254,217,40,1));
	}	
	
	html body .section-2 #neuf-demi-cv-standard p.motorisation,
	html body .section-2 #quatorze-cv-standard p.motorisation,
	html body .section-2-1 .motorisation{
	color: rgba(0,0,0,1);
    padding-left: 0;
    height: 54px;
    line-height: 50px;
    font-size: 45px;
    margin-bottom: 5px;
    text-align: center;
    border-top: 1px solid rgba(254,218,0,0.74);
    background-image: linear-gradient(to top, rgba(254,191,17,1), rgba(254,217,40,1));
    border-bottom: 1px solid rgba(254,218,0,0.74);
    box-shadow: rgb(0 0 0 / 75%) 0px 25px 25px -15px;
		
	}
	
	html body .section-2 #neuf-demi-cv-voie-variable p.motorisation,
	html body .section-2 #quatorze-cv-voie-variable p.motorisation{
	color: rgba(255,255,255,1);
    padding-left: 0;
    height: 54px;
    line-height: 50px;
    font-size: 45px;
    margin-bottom: 5px;
    text-align: center;
    border-top: 1px solid rgba(33,33,33,0.74);
    background-image: linear-gradient(to top, rgba(33,33,33,1), rgba(102,102,102,1));
    border-bottom: 1px solid rgba(33,33,33,0.74);
    box-shadow: rgb(0 0 0 / 75%) 0px 25px 25px -15px;

	}


	html body .section-2 #neuf-demi-cv-standard p.motorisation,
	html body .section-2 #neuf-demi-cv-voie-variable p.motorisation{
		font-weight:500;
	}
	html body .section-2 #quatorze-cv-standard p.motorisation,
	html body .section-2 #quatorze-cv-voie-variable p.motorisation,
	html body .section-2-1 .motorisation{
		font-weight:700;
	}
	html body .section-2 #neuf-demi-cv p.motorisation{
		font-weight:700;
	}

	html body .section-2 #quatorze-cv p.motorisation{
		font-weight:900;
	}

	html body .section-2 ul{
		list-style-type:none;
		color:rgba(254,218,0,1);
		padding:10px;
	}
	html body .section-2 #neuf-demi-cv-standard p.motorisation,
	html body .section-2 #quatorze-cv-standard p.motorisation,
	html body .section-2-1 .motorisation{
	color: rgba(0,0,0,1);
    padding-left: 0;
    height: 54px;
    line-height: 50px;
    font-size: 45px;
    margin-bottom: 19px;
    text-align: center;
    border-top: 1px solid rgba(254,218,0,0.74);
    background-image: linear-gradient(to top, rgba(254,191,17,1), rgba(254,217,40,1));
    border-bottom: 1px solid rgba(254,218,0,0.74);
    box-shadow: rgb(0 0 0 / 75%) 0px 25px 25px -15px;
		
	}
	
	html body .section-2 #neuf-demi-cv-voie-variable p.motorisation,
	html body .section-2 #quatorze-cv-voie-variable p.motorisation{
	color: rgba(255,255,255,1);
    padding-left: 0;
    height: 54px;
    line-height: 50px;
    font-size: 45px;
    margin-bottom: 19px;
    text-align: center;
    border-top: 1px solid rgba(33,33,33,0.74);
    background-image: linear-gradient(to top, rgba(33,33,33,1), rgba(102,102,102,1));
    border-bottom: 1px solid rgba(33,33,33,0.74);
    box-shadow: rgb(0 0 0 / 75%) 0px 25px 25px -15px;

	}


	html body .section-2 #neuf-demi-cv-standard p.motorisation,
	html body .section-2 #neuf-demi-cv-voie-variable p.motorisation{
		font-weight:500;
	}
	html body .section-2 #quatorze-cv-standard p.motorisation,
	html body .section-2 #quatorze-cv-voie-variable p.motorisation,
	html body .section-2-1 .motorisation{
		font-weight:700;
	}
	
	html body .section-2 #PH400-standard ul,
	html body.section-2-1 ul{
		list-style-type:none;
		color:rgba(254,218,0,1);
		padding:10px;
	}

	html body .section-2 #PH400-voie-variable ul{
		list-style-type:none;
		color:rgba(33,33,33,1);
		padding:10px;
	}
	
	html body .section-2 .modele,
	html body .section-2-1 .modele{
		font-size:35px;
		font-weight:900;
	}
	
	html body .section-2 #PH400-standard .usage,
	html body .section-2 #PH400-voie-variable .usage,
	html body .section-2-1 .usage{
		font-size: 15px;
    	font-weight: 600;
	}
	
	html body .section-2 #PH400-standard .modele-et-usage,
	html body .section-2 #PH400-voie-variable .modele-et-usage,
	html body .section-2-1 .modele-et-usage{
		display:block;
	}

	html body .section-2 .details-modele li,
	html body .section-2-1 .details-modele li{
		font-size:14px;
		font-weight: 500;
    	line-height: 21px;
    }
	html body .section-2 #quatorze-cv-standard .details-modele li,
	html body .section-2 #neuf-demi-cv-standard .details-modele li,
	html body .section-2-1 .details-modele li{
		color:rgba(254,218,0,0.74);
	}
	html body .section-2 #quatorze-cv-voie-variable .details-modele li,
	html body .section-2 #neuf-demi-cv-voie-variable .details-modele li{
		color:rgba(33,33,33,0.74);
	}
	html body .section-2 .details-modele .details,
	html body .section-2-1 .details-modele .details{
		text-indent: 7px;
	}
	html body .section-2 .modele{
	font-size:35px;
	font-weight:900;
	}
	
		
	html body .section-2 .details-modele{
		padding-bottom:50px;
	}
	
	html body .section-2 .prix{
		width:100%;
		display:block;
	}
	
	html body .section-2 .a-partir-de{
    margin-top: 15px;
    text-transform: uppercase;
    color: rgba(255,255,255,1);
    font-size: 27px;
    line-height: 30px;
    height: 30px;
    margin-left:35px;
	}
	html body .section-2 #PH400-voie-variable .a-partir-de{
		margin-top:15px;
		text-transform:uppercase;
		color:rgba(33,33,33,1);
		font-size:18px;
		line-height:18px;
		height:18px;
		margin-left:35px;
	}
	html body .section-2 .net {
		font-weight:300;
		font-size: 38px;
		line-height:35px;
		height:35px;
		color:rgba(255,255,255,1);
		margin-left:35px;
		margin-bottom:15px;
	}
	html body .section-2 #PH400-voie-variable .net{
		font-weight: 500;
    	font-size: 38px;
   		line-height: 35px;
    	height: 35px;
    	margin-left:35px;
    	color: rgba(33,33,33,1);
    	margin-bottom:15px;
	}
	html body .section-2 h2#quatre-configurations{
		background-image: linear-gradient(45deg, rgba(140,140,140,1),rgba(66,66,66,0.74),rgba(33,33,33,1));
        background-size: 100%;
  		background-repeat: repeat;
        -webkit-background-clip: text;
    	-moz-background-clip: text;
   		-webkit-text-fill-color: transparent; 
    	-moz-text-fill-color: transparent;
    	-webkit-text-fill-color: transparent; 
    	text-fill-color: transparent;
    	background-clip: text;
    }
	
	html body .section-3 h2#godets-standards,
	html body .section-3 h2#godets-speciaux{
		background-image: linear-gradient(to top, rgba(66,66,66,1),rgba(206,206,206,1));
		background-size: 100%;
  		background-repeat: repeat;
        -webkit-background-clip: text;
    	-moz-background-clip: text;
   		-webkit-text-fill-color: transparent; 
    	-moz-text-fill-color: transparent;
    	-webkit-text-fill-color: transparent; 
    	text-fill-color: transparent;
    	background-clip: text;
    	color: rgba(254,218,0,1);
    	text-transform: uppercase;
	}
	
	html body .section-3 h2#hydraulique-et-accessoires{
		background-image: linear-gradient(to top, rgba(66,66,66,1),rgba(206,206,206,1));
		background-size: 100%;
  		background-repeat: repeat;
        -webkit-background-clip: text;
    	-moz-background-clip: text;
   		-webkit-text-fill-color: transparent; 
    	-moz-text-fill-color: transparent;
    	-webkit-text-fill-color: transparent; 
    	text-fill-color: transparent;
    	background-clip: text;
    	color: rgba(254,218,0,1);
    }

	html body .section-2 p.citation-ph-400,
	html body #caracteristiques-PH400-en-action #sous-capot .gauche p{
		color: rgba(0,0,0,1);
    	margin: 26%;
    	text-align:justify;
    	font-weight: 500;
    	min-width: 250px;
    	width: 74%;
    	overflow-wrap: break-work;
    	margin: auto;
    	line-height: 25px;
    	padding-top:15px;
	}
	html body .section-2 p.citation-ph-400 a:hover,
	html body #caracteristiques-PH400-en-action #sous-capot .gauche p a:hover,
	html body .section-2 p.citation-ph-400 a:visited,
	html body #caracteristiques-PH400-en-action #sous-capot .gauche p a:visited{
    text-decoration: none;
    background-color: rgba(254,218,0,1);
    border-bottom: 0px solid rgba(254,218,0,0);
    transition: all 0.5s ease;
    width: auto;
    height: auto;
    padding: 2px;
    color: rgba(0,0,0,0.74);
	}
	html body .section-2 p.citation-ph-400 a,
	html body #caracteristiques-PH400-en-action #sous-capot .gauche p a {
    text-decoration: none;
    background-color: rgba(251,251,251,0);
    border-bottom: 3px solid rgba(254,218,0,0.74);
    padding: 2px;
    transition: all 0.5s ease;
    color: rgba(0,0,0,1);
	}
	

	html body #caracteristiques-plus-de-details #sous-capot{
		display:block;
		min-height:1260px;
		height:auto;
		min-width:300px;
		max-width:100%;
		width:100%;
		float:left;
		padding-top:0px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 30px -30px;
	}
		html body #caracteristiques-plus-de-details #sous-capot .rotation-tourelle-container{
		min-width:100%;
		max-width:100%;
		width:100%;
		position: relative;
		height:auto;
		margin: auto;
		display:block;
		float:left;
		background-color: rgba(255,255,255,1);
	}

	html body #caracteristiques-plus-de-details #sous-capot #vue-schematique,
	html body #caracteristiques-plus-de-details #sous-capot #vue-schematique img,
	html body #caracteristiques-plus-de-details #sous-capot #rotation-1 img,
	html body #caracteristiques-plus-de-details #sous-capot #rotation-2 img{
		min-width:375px;
		max-width:1023px;
		width:100%;
		height:auto;
	}
	html body #caracteristiques-plus-de-details #sous-capot #gauche-plus-de-details,
	html body #caracteristiques-plus-de-details #sous-capot #droite-plus-de-details{
		min-width:100%;
		max-width:100%;
		width:100%;
		min-height:630px;
		float:left;
		min-width:300px;
		max-width:1023px;
		display:block;
	}
	
	
	html body #caracteristiques-PH400-en-action #sous-capot{
	display: block;
    min-height: 700px;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    float: left;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 30px -30px;
    background-color: rgba(255,255,255,1);
	}

	html body #caracteristiques-quelle-motorisation #sous-capot{
		display:block;
		float:left;
		min-height:550px;
		height:auto;
		margin-bottom:100px;
		min-width:319px;
		max-width:1023px;
		width:100%;
		margin-top:74px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 30px -30px;
		background-color: rgba(255,255,255,1);
	}
	
	html body #caracteristiques-quelle-motorisation #sous-capot p,
	html body #caracteristiques-quelle-motorisation #sous-capot ul{
	float: left;
    margin:2.5% 7.5%;
    padding-left: 0;
    color: rgba(0,0,0,1);
    width: 85%;
    text-align: justify;
    text-justify: inner-word;
    font-weight: 500;
	}

	html body #caracteristiques-quelle-motorisation #sous-capot p.first{
		margin-top:90px;
	}

	html body #caracteristiques-quelle-motorisation #sous-capot ul li{
		margin: auto;
	    margin-top: 10px;
	    padding-left: 15px;
	    border-left: 4px solid rgba(254,218,0,0.74);
	}
	
	html body #caracteristiques-quelle-motorisation #sous-capot ul .bold{
		font-weight:900;
		text-transform:uppercase;
	}
	html body #caracteristiques-quelle-motorisation #sous-capot ul .regular{
		font-weight:500;
	}
	
	

	
	html body #caracteristiques-PH400-en-action #sous-capot .gauche{
		max-width: 80%;
	    margin: auto;
	    width: 80%;
	    height: auto;
	    color: rgba(0,0,0,1);
	    font-weight: 300;
	    text-align: justify;
	    display: block;
	    margin-top: 76px;
    }

	html body #caracteristiques-PH400-en-action #sous-capot .droite{
    	display: block;
    	float: left;
     	max-width:100%;
		width:100%;
		height:auto;
	}

	html body #caracteristiques-PH400-en-action #sous-capot .gauche .bold,
	html body #caracteristiques-PH400-en-action #sous-capot .droite .bold{
		font-weight:900;
		color:rgba(0,0,0,1);
	}
	
	html body #caracteristiques-PH400-en-action #sous-capot .droite .garanties{
	font-size:25px;
	font-weight:300;
	color:rgba(0,0,0,1);
	width: 100%;
    text-align: center;
    margin-top: 15px;
	}
	
	html body #caracteristiques-PH400-en-action #sous-capot .droite .pieces{
		font-size:20px;
		letter-spacing:1.25px;
		text-transform:uppercase;
		font-weight:300;
		color:rgba(0,0,0,1);
		margin-bottom:15px;
		width: 100%;
    	text-align: center;
    }
	
	html body #caracteristiques-PH400-en-action #sous-capot .droite .concue{
		font-size:15px;
		letter-spacing:0.25px;
		text-transform:uppercase;
		font-weight:300;
		color:rgba(0,0,0,1);
		width: 100%;
    	text-align: center;
    	margin-top: 25px;
    	display: block;
	}

	html body #caracteristiques-PH400-en-action #sous-capot .droite .made-in-france{
		margin: 0;
	    width: 100%;
	    text-align: center;
	    margin-top: 5px;
	    margin-bottom: 50px;
	}

	html body #caracteristiques-PH400-en-action #sous-capot .droite .made-in-france img{
		width:340px;
	}
	html body #caracteristiques-PH400-en-action #sous-capot .droite #ph400-action-img{
		margin-top:25px;
	}

	html body #caracteristiques-PH400-en-action #sous-capot .droite .etoile{
		font-weight:600;
		font-style:italic;
		font-size:13px;
		text-transform:uppercase;
		width: 100%;
    	text-align: center;
    }
	
	
	




	html body .section-2 .PH400-en-action-container{
		min-width: 100%;
	    max-width: 100%;
	    width: 100%;
	    position: relative;
	    height: auto;
	    margin: auto;
	    display: block;
	    margin-top: 44px;
	    margin-bottom: 23px;
  	}
  	html body #caracteristiques-plus-de-details h2.titre-plus-de-details{
	background-color: rgba(206,206,206,1);
    background-image: linear-gradient(45deg, rgba(0,0,0,1)25%,rgba(206,206,206,0.74)50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text;
    background-size: 100%;
    background-repeat: repeat;
    color: rgba(254,218,0,1);
    text-transform: uppercase;
    font-weight: 900;
    min-width: 300px;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    height: 111px;
    font-weight: 800;
    display: block;
    float: left;
    overflow-wrap: break-word;
	}

	html body .section-2-1 #neuf-et-demi-Cv-caracteristiques,
	html body .section-2-1 #quatorze-Cv-caracteristiques {
	    width:100%;
		min-width:300px;
		max-width:100%;
	    margin:auto;
	    margin-left: 0px;
	    float: left;
	    padding: 0px 15px;
	    background-color: rgba(255,255,255,1);
    }

	html body .section-2-1 #neuf-et-demi-Cv-caracteristiques ul,
	html body .section-2-1 #quatorze-Cv-caracteristiques ul{
		width:90%;
		min-width:300px;
		max-width:90%;
	}

	html body .section-2-1 #neuf-et-demi-Cv-caracteristiques ul li,
	html body .section-2-1 #quatorze-Cv-caracteristiques ul li{
		list-style-type:none;
		line-height:25px;
		font-weight:500;
	}

	html body .section-2-1 #neuf-et-demi-Cv-caracteristiques ul,
 	html body .section-2-1 #quatorze-Cv-caracteristiques ul {
	    margin:auto;
	    border-top: 1px solid rgba(254,218,0,0.74);
	    border-bottom: 1px solid rgba(254,218,0,0.74);
	    padding: 15.5px;
	    background-color: rgba(251,251,251,0.95);
	    width: 100%;
	    height:auto;
	    min-height: 1024px;    
	    margin-bottom: 50px;
	}

	html body .section-2-1 #neuf-et-demi-Cv-caracteristiques ul li#ensavoirplus,
	html body .section-2-1 #quatorze-Cv-caracteristiques ul li#ensavoirplus-1{
		text-align:center;
	}

	html body .section-2-1 #ensavoirplus a.bt-en-savoir-plus,
	html body .section-2-1 #ensavoirplus-1 a.bt-en-savoir-plus{
		width: 125px;
	    text-align: center;
	    height: 25px;
	    line-height: 90px;
	    min-width:300px;
	    font-size: 18px;
	    text-decoration: none;
	    color: rgba(0,0,0,0.74);
	    background-color: rgba(254,218,0,1);
	    padding: 7.4px;
	    background-image: linear-gradient(to bottom, rgba(254,217,40,1), rgba(254,191,17,1));
	    font-weight: 600;
	    transition: all 0.2s ease;
	    border: 1px solid rgba(254,218,0,0.74);
    }

	html body .section-2-1 #ensavoirplus a.bt-en-savoir-plus:hover,
	html body .section-2-1 #ensavoirplus-1 a.bt-en-savoir-plus:hover {
		text-transform: uppercase;
	    width: 125px;
	    text-align: center;
	    height: 25px;
	    line-height: 90px;
	    width:375px;
	    font-size: 22px;
	    text-decoration: none;
	    color: rgba(0,0,0,0.74);
	    background-color: rgba(254,218,0,0.74);
	    padding: 10px;
	    background-image: linear-gradient(to top, rgba(254,217,40,1), rgba(254,191,17,1));
	    font-weight: 900;
	    border: 3px solid rgba(254,218,0,0.74);
	}
	html body #bt-en-savoir-plus{
		width:75%;
		display: block;
		text-align: center;
		height:45px;
		font-size:15px;
		text-decoration:none;
		color:rgba(0,0,0,0.74);
		background-color:rgba(254,218,0,1);
		padding:10px;
		background-image: linear-gradient(to bottom, rgba(254,217,40,1), rgba(254,191,17,1));
		font-weight:600;
		transition: all 0.74s ease;
		border: 1px solid rgba(254,218,0,0.74);
		margin:50px auto;
	}
	html body #bt-en-savoir-plus:hover{
		text-transform: uppercase;
		font-size:15px;
		background-image: linear-gradient(to top, rgba(254,217,40,1), rgba(254,191,17,1));
		font-weight:700;
		border: 1px solid rgba(254,218,0,0.74);
		transition: all 0.74s ease;
	}
	html body #equipements-godets-standards,
	html body #equipements-godets-speciaux ,
	html body #equipements-hydrauliques,
	html body #equipements-accessoires{
		min-height: 1105px;
	    height: auto;
	    min-width: 100%;
	    max-width: 100%;
	    width: 100%;
	    float: left;
	    display: block;
	    background-color: rgba(255,255,255,1);
	}


	html body .section-3 .godets-standards-container,
	html body .section-3 .godets-speciaux-container,
	html body .section-3 .materiels-hydrauliques-container,
	html body .section-3 .accessoires-container{
		min-width: 300px;
    	max-width: 1023px;
    	width: 100%;
    	position: relative;
    	min-height: 1024px;
    	max-height: auto;
    	height: auto;
    	margin: auto;
    	display: block;
    	float: left;
    	box-shadow: rgb(51 45 41 / 15%) 0px 0px 38px;

	}
	html body .section-3 .godet-standard,
	html body .section-3 .godet-special,
	html body .section-3 .materiel-hydraulique,
	html body .section-3 .accessoire,
	html body .section-2 .axe-rotation-tourelle,
	html body .section-2 .a-la-une-video,
	html body .section-2 .PH400-en-action{
	  display: none;
	}
	
	html body .section-3 .godet-standard,
	html body .section-3 .godet-special,
	html body .section-3 .materiel-hydraulique,
	html body .section-3 .accessoire{
		min-width:100%;
		max-width:100%;
		width:100%;
		margin:auto;
		text-align:center;
		display:block;
	}

	html body .section-2 .axe-rotation-tourelle{
		min-width:100%;
		max-width:100%;
		width:100%;
		display:block;
		height:auto;
		margin:auto;
		text-align:center;
	}

html body .section-0 .a-la-une-container{
			min-width:480px;
		max-width:1024px;
		width:100%;
		height:auto;
		min-height:384px;
		max-height:768px;
    margin: auto;
    box-shadow: 8px 8px 20px 0px rgba(128,128,128,0.25);
    border: 15px solid rgb(0,0,0);
	}
	html body .section-0 .a-la-une-video{
			min-width:480px;
		max-width:1024px;
		width:100%;
		height:auto;
		min-height:384px;
		max-height:768px;
    	margin: auto;
    	display: block;
    	float: left;
    	box-shadow: rgb(51 45 41 / 15%) 0px 0px 38px;
	}
	html body .section-2 .PH400-en-action{
		min-width:100%;
		max-width:100%;
		width:100%;
		text-align:center;
		margin: auto;
		display:block;
	}

	html body .section-3 .godet-standard .partie-gauche-slide ul,
	html body .section-3 .godet-standard .partie-droite-slide ul,
	html body .section-3 .materiel-hydraulique .partie-gauche-slide ul,
	html body .section-3 .materiel-hydraulique .partie-milieu-slide ul,
	html body .section-3 .materiel-hydraulique .partie-droite-slide ul,
	html body .section-3 .accessoire .partie-gauche-slide ul,
	html body .section-3 .accessoire .partie-milieu-slide ul,
	html body .section-3 .accessoire .partie-droite-slide ul,
	html body .section-3 .godet-special .partie-gauche-slide ul,
	html body .section-3 .godet-special .partie-milieu-slide ul,
	html body .section-3 .godet-special .partie-droite-slide ul{
		list-style-type: none;
    	text-align: center;
	}
	
	html body .section-3 .godet-standard .partie-gauche-slide,
	html body .section-3 .godet-standard .partie-droite-slide{
		min-width:100%;
		max-width:100%;
		width:100%;
		float:left;
		display:block;
		height:50%;
	}
	html body .section-3 .materiel-hydraulique .partie-gauche-slide,
	html body .section-3 .materiel-hydraulique .partie-milieu-slide,
	html body .section-3 .accessoire .partie-gauche-slide,
	html body .section-3 .accessoire .partie-milieu-slide,
	html body .section-3 .godet-special .partie-gauche-slide,
	html body .section-3 .godet-special .partie-milieu-slide{
		min-width:100%;
		max-width:100%;
		width:100%;
		float:left;
		display:block;
		height:33.33%;
	}
	

	html body .section-3 .accessoire .partie-droite-slide,
	html body .section-3 .materiel-hydraulique .partie-droite-slide,
	html body .section-3 .godet-special .partie-droite-slide{
		min-width:100%;
		max-width:100%;
		width:100%;
		float:left;
		display:block;
		height:33.33%;
		background-color:#B2B2B2;
	}
	
	html body .section-3 .accessoire .partie-gauche-slide,	
	html body .section-3 .materiel-hydraulique .partie-gauche-slide,
	html body .section-3 .godet-special .partie-gauche-slide,
	html body .section-3 .godet-standard .partie-gauche-slide{
		background-color:rgb(255,255,255);
	}

	html body .section-3 .accessoire .partie-milieu-slide,
	html body .section-3 .materiel-hydraulique .partie-milieu-slide,
	html body .section-3 .godet-special .partie-milieu-slide{	
		background-color:rgba(254,254,254,1);
	}

	html body .section-3 .godet-special .partie-droite-slide,
	html body .section-3 .accessoire .partie-droite-slide,
	html body .section-3 .materiel-hydraulique .partie-droite-slide{
		background-color:rgba(178,178,178,1);
		min-height: 250px;
	}

	html body .section-3 .materiel-hydraulique .partie-gauche-slide p.compatible,
	html body .section-3 .godet-special .partie-gauche-slide p.compatible,
	html body .section-3 .accessoire .partie-gauche-slide p.compatible,
	html body .section-3 .godet-standard  .partie-gauche-slide p.compatible{
		font-size:25px;
		padding-left:0px;
		font-style:italic;
		font-weight:300;
		margin-bottom: 11px;
		    text-align: center;
	}
	html body .section-3 .materiel-hydraulique .partie-gauche-slide .compatibilite,
	html body .section-3 .godet-special .partie-gauche-slide .compatibilite,
	html body .section-3 .accessoire .partie-gauche-slide .compatible,
	html body .section-3 .godet-standard  .partie-gauche-slide .compatibilite {
		width:100%;
		min-width:100%;
		margin:auto;
		text-align: center;
	}
	html body .section-3 .accessoire .partie-gauche-slide .compatibilite .Cv,
	html body .section-3 .materiel-hydraulique .partie-gauche-slide .compatibilite .Cv,
	html body .section-3 .godet-special .partie-gauche-slide .compatibilite .Cv,
	html body .section-3 .godet-standard .partie-gauche-slide .compatibilite .Cv{
		display:inline-block;
		margin-left:2%;
		font-size:24px;
		padding:2%;
		margin-top:2%;
		color:#fff;
		width:28%;
		min-width:28%;
		max-width:28%;
	}
	html body .section-3 .accessoire .partie-gauche-slide .compatibilite #Cv-9-5,
	html body .section-3 .materiel-hydraulique .partie-gauche-slide .compatibilite #Cv-9-5,	
	html body .section-3 .godet-special .partie-gauche-slide .compatibilite #Cv-9-5,
	html body .section-3 .godet-standard .partie-gauche-slide .compatibilite #Cv-9-5{
		font-weight:700;
		background-color:rgba(102,102,102,0.95);
	}
	html body .section-3 .accessoire .partie-gauche-slide .compatibilite #Cv-14,
	html body .section-3 .materiel-hydraulique .partie-gauche-slide .compatibilite #Cv-14,	
	html body .section-3 .godet-special .partie-gauche-slide .compatibilite #Cv-14,
	html body .section-3 .godet-standard .partie-gauche-slide .compatibilite #Cv-14{
		font-weight:900;
		background-color:rgba(33,33,33,0.95)
	}
	html body .section-3 .godet-standard .partie-gauche-slide img,
	html body .section-3 .accessoire .partie-gauche-slide img,
	html body .section-3 .materiel-hydraulique .partie-gauche-slide img,
	html body .section-3 .godet-special .partie-gauche-slide img{
		height:auto;
		margin:auto;
		width: 100%;
	}
	
	html body .section-2 .PH400-en-action img{
		min-width:375px;
		max-width:667px;
		width:100%;
		height:auto;
	}
	html body .section-0 img{
		min-width:320px;
		max-width:1199px;
		height:auto;
		min-height:180px;
		width:100%;
		display:block;
		clear:both;
		max-height:768px;
	}

	html body .section-0 video{
		min-width:320px;
		max-width:1199px;
		height:auto;
		min-height:260px;
		width:100%;
		display:block;
		clear:both;
		max-height:768px;
	}
	html body .section-0 iframe{
		width:auto;
		height:auto;
		min-width:100%;
		max-width:1024px;
		width:360px;
		height:260px;
		min-height:auto;
		max-height:768px;
		
		display:block;
	}

	html body .section-2 .axe-rotation-tourelle img{
		min-width:100%;
		max-width:667px;
		width:100%;
		height:auto;
	}
	html body .section-3 .accessoire .partie-gauche-slide .compatibilite .Cv,
	html body .section-3 .materiel-hydraulique .partie-gauche-slide .compatibilite .Cv,
	html body .section-3 .godet-special .partie-gauche-slide .compatibilite .Cv{
		display:inline-block;
		margin-left:9px;
		font-size:24px;
		padding:8px;
		margin-top:8px;
		color:rgb(255,255,255);
		width:85px;
	}

	html body .section-3 .accessoire .partie-gauche-slide .compatibilite #Cv-9-5,
	html body .section-3 .materiel-hydraulique .partie-gauche-slide .compatibilite #Cv-9-5,	
	html body .section-3 .godet-special .partie-gauche-slide .compatibilite #Cv-9-5{
		font-weight:700;
		background-color:rgba(102,102,102,1);
	}

	html body .section-3 .accessoire .partie-gauche-slide .compatibilite #Cv-14,
	html body .section-3 .materiel-hydraulique .partie-gauche-slide .compatibilite #Cv-14,	
	html body .section-3 .godet-special .partie-gauche-slide .compatibilite #Cv-14{
		font-weight:900;
		background-color:rgba(33,33,33,1);
	}

	html body .section-3 .godet-standard  .partie-droite-slide{
		background-color:rgba(254,254,254,1);
	}

	html body .section-3 .accessoire .partie-droite-slide ul,
	html body .section-3 .materiel-hydraulique .partie-droite-slide ul,
	html body .section-3 .godet-special .partie-droite-slide ul,
	html body .section-3 .godet-standard .partie-droite-slide ul{
		height:350px;
		color:#000;
		margin:20px auto auto auto;
		min-width:319px;
		max-width:1023px;
		width:100%;
		text-align: center;
	}

	html body .section-3 .godet-standard .partie-droite-slide ul .descriptif-titre{
		margin-top: 50px;
	    font-size: 40px;
	    font-weight: 900;
	    text-overflow: ellipsis;
	    width: 100%;
	    min-width: 319px;
	    text-transform: uppercase;
	    height: auto;
	    line-height: 55px;
	}
	
	html body .section-3 .godet-special .partie-milieu-slide ul .descriptif-titre{
		margin-top: 50px;
	    font-size: 40px;
	    font-weight: 900;
	    text-overflow: ellipsis;
	    width: 100%;
	    min-width: 319px;
	    text-transform: uppercase;
	    height: auto;
	    line-height: 55px;
	}

	html body .section-3 .accessoire .partie-milieu-slide ul .descriptif-titre,
	html body .section-3 .materiel-hydraulique .partie-milieu-slide ul .descriptif-titre{
	margin-top: 50px;
    font-size: 40px;
    font-weight: 900;
    text-overflow: ellipsis;
    width: 100%;
    min-width: 319px;
    text-transform: uppercase;
    height: auto;
    line-height: 55px;
	}
		
	html body .section-3 .accessoire .partie-milieu-slide ul .descriptif-detail,	
	html body .section-3 .materiel-hydraulique .partie-milieu-slide ul .descriptif-detail,
	html body .section-3 .godet-special .partie-milieu-slide ul .descriptif-detail,
	html body .section-3 .godet-standard .partie-droite-slide ul .descriptif-detail{
		font-size:20px;
		font-style:italic;
		font-weight:300;
		margin-bottom:15px;
	}
	
	html body .section-3 .accessoire .partie-milieu-slide ul .descriptif-prix,
	html body .section-3 .godet-special .partie-milieu-slide ul .descriptif-prix,
	html body .section-3 .godet-standard  .partie-droite-slide ul .descriptif-prix,
	html body .section-3 .materiel-hydraulique .partie-milieu-slide ul .descriptif-prix{
		font-size: 30px;
	    line-height: 50px;
	    font-weight: 900;
	    background-color: rgba(254,218,0,1);
    	background-image: linear-gradient(to bottom, rgba(254,217,40,1), rgba(254,191,17,1));
	    padding: 10px;
	    margin: 22px auto;
	    min-width: 50%;
	    max-width: 74%;
	    width: 74%;
	}
	
	html body .section-3 .accessoire .partie-milieu-slide ul .descriptif-prix .ttc,
	html body .section-3 .materiel-hydraulique .partie-milieu-slide ul .descriptif-prix .ttc,	
	html body .section-3 .godet-special .partie-milieu-slide ul .descriptif-prix .ttc,
	html body .section-3 .godet-standard  .partie-droite-slide ul .descriptif-prix .ttc{
		font-size:15px;
		line-height:15px;
		height:15px;
		min-width:319px;
		max-width:1023px;
		width:100%;
		text-align:right;
	}

	html body .section-3 .accessoire .partie-milieu-slide ul .descriptif,
	html body .section-3 .materiel-hydraulique .partie-milieu-slide ul .descriptif,	
	html body .section-3 .godet-special .partie-milieu-slide ul .descriptif,
	html body .section-3 .godet-standard .partie-droite-slide ul .descriptif{
		font-size:20px;
		font-style:italic;
		font-weight:300;
		line-height:25px;
		margin:15px;
	}

	html body .section-3 .accessoire .partie-droite-slide p,
	html body .section-3 .godet-standard .partie-droite-slide p,	
	html body .section-3 .materiel-hydraulique .partie-droite-slide p,
	html body .section-3 .godet-special .partie-droite-slide p{
		display:block;
		text-align:justify;
		min-width:319px;
		max-width:1023px;
		width:60%;
		margin:20px auto;
		padding-top:15px;
		line-height:15px;
		
	}
	html body .section-3 .accessoire .partie-droite-slide .titre-descriptif,
	html body .section-3 .godet-standard .partie-droite-slide .titre-descriptif,	
	html body .section-3 .materiel-hydraulique .partie-droite-slide .titre-descriptif,
	html body .section-3 .godet-special .partie-droite-slide .titre-descriptif{
		display:block;
		text-align:justify;
		min-width:319px;
		max-width:1023px;
		width:60%;
		margin:20px auto;
		padding-top:15px;
		line-height:15px;
		text-transform: uppercase;
	}
	
	html body .section-3 .prev-godet-standard,
	html body .section-3 .next-godet-standard,
	html body .section-3 .prev-accessoire,
	html body .section-3 .next-accessoire,
	html body .section-2 .prev-PH400-en-action,
	html body .section-2 .next-PH400-en-action,
	
	html body .section-2 .prev-rotation-tourelle,
	html body .section-2 .next-rotation-tourelle{
		cursor: pointer;
    	position: absolute;
    	top: 50%;
		width:45px;
		margin-top: -24px;
		padding: 25px;
		font-size: 35px;
		transition: all 0.6s ease;
		user-select: none;
		background-color: rgba(254,218,0,1);
    	color:rgba(0,0,0,1);
		font-weight:300;
	}
	html body .section-0 .prev-a-la-une,
	html body .section-0 .next-a-la-une
	{
		cursor: pointer;
    	position: absolute;
    	top: 50%;
		width:45px;
		margin-top: 200px;
		padding: 25px;
		font-size: 35px;
		transition: all 0.6s ease;
		user-select: none;
		background-color: rgba(254,218,0,1);
    	color:rgba(0,0,0,1);
		font-weight:300;
	}
	html body .section-3 .prev-materiel-hydraulique,
	html body .section-3 .next-materiel-hydraulique,
	html body .section-3 .prev-godet-special,
	html body .section-3 .next-godet-special{
		cursor: pointer;
		position: absolute;
		top: 52%;
		width:45px;
		margin-top: -47px;
		padding: 25px;
		font-size: 35px;
		transition: all 0.6s ease;
		user-select: none;
		background-color: rgba(254,218,0,1);
    	color:rgba(0,0,0,1);
		font-weight:300;
	}
	
	html body .section-0 .prev-a-la-une,
	html body .section-2 .prev-PH400-en-action,
	html body .section-3 .prev-godet-standard,
	html body .section-3 .prev-materiel-hydraulique,
	html body .section-3 .prev-godet-special,
	html body .section-2 .prev-PH400-en-action,
	html body .section-2 .prev-rotation-tourelle{
		left:0;
		width: 65px;
		text-indent: 0px;
		transition: all 0.6s ease;
		background-color: rgba(254,218,0,1);
    	color:rgba(0,0,0,1);
	}
	html body .section-0 .next-a-la-une,
	html body .section-2 .next-PH400-en-action,
	html body .section-3 .next-godet-standard,
	html body .section-3 .next-materiel-hydraulique,
	html body .section-3 .next-godet-special,
	html body .section-2 .next-PH400-en-action,
	html body .section-2 .next-rotation-tourelle{
	  	right: 0;
	  	width: 65px;
	  	text-indent: 0px;
	  	transition: all 0.6s ease;
	}

	html body .section-3 .prev-godet-standard:hover,
	html body .section-3 .next-godet-standard:hover,
	html body .section-3 .prev-accessoire:hover,
	html body .section-3 .next-accessoire:hover,
	html body .section-2 .prev-PH400-en-action:hover,
	html body .section-2 .next-PH400-en-action:hover,
	html body .section-0 .prev-a-la-une:hover,
	html body .section-0 .next-a-la-une:hover,
	html body .section-3 .prev-materiel-hydraulique:hover,
	html body .section-3 .next-materiel-hydraulique:hover,
	html body .section-3 .prev-godet-special:hover,
	html body .section-3 .next-godet-special:hover,
	html body .section-2 .prev-rotation-tourelle:hover,
	html body .section-2 .next-rotation-tourelle:hover{
	 	background-color: rgba(0,0,0,1);
    	color:rgba(254,218,0,1);
	}

	html body .section-2 .next-a-la-une:hover,
	html body .section-2 .next-PH400-en-action:hover,
	html body .section-3 .next-godet-standard:hover,
	html body .section-3 .next-godets-hydraulique--autre:hover,
	html body .section-3 .next-godet-special:hover,
	html body .section-2 .next-PH400-en-action:hover,
	html body .section-2 .next-a-la-une:hover,
	html body .section-2 .next-rotation-tourelle:hover{
	 	text-indent: 15px;
	 	transition: all 0.6s ease;
	 	width: 65px;
	 	
    	background-color: rgba(0,0,0,1);
    	color:rgba(254,218,0,1);
	}
	html body .section-2 .prev-a-la-une:hover,
	html body .section-2 .prev-PH400-en-action:hover,
	html body .section-3 .prev-godet-standard:hover,
	html body .section-3 .prev-materiel-hydraulique:hover,
	html body .section-3 .prev-godet-special:hover,
	html body .section-2 .prev-a-la-une:hover,
	html body .section-2 .prev-PH400-en-action:hover,
	html body .section-2 .prev-rotation-tourelle:hover{
	 	text-indent: -15px;
	 	transition: all 0.6s ease;
	 	width: 65px;
		
		background-color: rgba(0,0,0,1);
    	color:rgba(254,218,0,1);
	}

	
	html body .section-3 .fade-godet-standard,
	html body .section-3 .fade-godet-special,
	html body .section-3 .fade-accessoire,
	html body .section-3 .fade-materiel-hydraulique,
	html body .section-2 .fade-rotation-tourelle,
	html body .section-2 .fade-a-la-une,
	html body .section-2 .fade-PH400-en-action{
	   -webkit-animation: 0.2s blur ease-in;
          animation: 0.2s blur ease-in;
	}

	 @-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
	
	
	html body .section-1a p,
	html body .section-2a p,
	html body .section-3a p{
		min-width: 80%;
		max-width: 80%;
		width: 80%;
		padding: 2.5%;
		color: #4d4d4d;
		margin: auto;
		text-align: justify;
	}

	html body #besoin-d-un-conseil{
		display:block;
		min-height:410px;
		height:auto;
		min-width:100%;
		width:100%;
		max-width:100%;
		float:left;
		padding-top:0;
	}

	html body #besoin-d-un-conseil #pied-page{
		margin: 0;
	    list-style-type: none;
	    padding: 0;
	    width: 100%;
	    height: 200px;
	    padding-top: 10px;
	    display: block;
	    float: left;
	    background: url("../img/logo-artisan/logo-artisan.png") center 75px no-repeat;
	    background-size: 21%;
	  }
	
	html body #besoin-d-un-conseil #pied-page .top a#lien-accueil-2{
		border-left: none;
	}
	html body #besoin-d-un-conseil #pied-page .top a{
		text-decoration: none;
		margin-top: 15px;
    	width: 33.33%;
    	height: 25px;
    	font-size: 15px;
    	text-transform: uppercase;
    	font-weight: 500;
    	transition: all 0.6s ease;
    	text-align: center;
    	line-height: 25px;
    	display: block;
    	float: left;
    	color: rgba(0,0,0,1);
    	border-left: 1px solid rgba(66,66,66,0.74);
	}
	html body #besoin-d-un-conseil #pied-page .top a:hover{
		text-decoration: none;
	    font-weight: 900;
	    transition: all 0.6s ease;
	    color: rgba(0,0,0,0.55) !important;
	    font-size: 18px;
	    background: transparent !important;
	}

	html body #besoin-d-un-conseil .pied-page-droits p{
		width: 80%;
		margin: auto;
		margin-top: 17.5px;
		font-weight:300;
		font-size:14px;
		text-transform:uppercase;
	}


	html body #besoin-d-un-conseil .pied-page-droits{
		height: auto;
	    line-height: 17.5px;
	    display: block;
	    float: left;
	    min-width: 319px;
	    max-width: 1023px;
	    width: 100%;
	    overflow-wrap: break-word;
	    text-align: center;
	    font-size: 15px;
	    background-color: rgb(66,66,66);
	    color: rgb(254,218,0);
	}
		html body #besoin-d-un-conseil .pied-page-2{
		background-color: rgb(0,0,0);
		display:block;
		float:left;
		height: 95px;
		line-height: 75px;
		
		width: 100%;
		min-width: 300px;
		border-bottom: 1px solid rgb(254,218,0);
	}
	html body .section-4 .pied-page-2 li:first-child{
		padding:0;
		border-left: none;
		width:50%;
		line-height: 75px;
		height:75px;
		display:block;
		float:left;
		text-align:center;
		border-left : 0px;
	}
	html body .section-4 .pied-page-2 li{
		padding:0;
		width:50%;
		line-height: 75px;
		height:75px;
		display:block;
		float:left;
		text-align:center;
		border-left : 1px solid rgba(254,218,0,0.74);
		margin-top: 1.5%;
		
	}
	html body .section-4 .pied-page-2 li a{
		padding:0;
		width:100%;
		height:100%;
		display:block;
		text-align:center;
		text-decoration: none;
		
		color: rgb(254,218,0);
		margin-top: 1.5%;
		text-transform: uppercase;
	}
		html body .section-4 .pied-page-2 li a:hover{
		font-weight: 700;
		transition:  all 0.74s ease;
		font-size: 19px;
	}
	html body #besoin-d-un-conseil #pied-page #caracteristiques-sous-nav-2,
	html body #besoin-d-un-conseil #pied-page #equipements-sous-nav-2{
		margin-top:-120px;
		display:none;
		width:33.33%;
		height:35px;
		font-size:15px;
		color:rgba(255,255,255,0.15);
		background:transparent !important;
		list-style-type:none;
	}

	html body #besoin-d-un-conseil #pied-page #accueil-sous-nav-2{
	    display: none;
	}

	html body #besoin-d-un-conseil #accueil-sous-nav-3{
		display: block;
	    min-width: 50%;
	    float: right;
	    height: 96px;
   	}
	html body #besoin-d-un-conseil #reseaux-sous-nav{
		display: block;
		min-width: 50%;
		float: left;
		height: 96px;
		vertical-align: middle;
	    background-color: rgb(255,255,255);
	}

	html body #besoin-d-un-conseil #accueil-sous-nav-3 li{
		min-width: 50%;
		display: block;
		margin-top: 24px;
		float: left;
		height: 48px;
		line-height: 50px;
		text-align: center;
		 vertical-align: middle;
	}
	html body #besoin-d-un-conseil #reseaux-sous-nav li {
		width: 50%;
		display: block;
		margin-top: 24px;
		float: left;
		height: 50%;
		line-height: 50p%;
		text-align: center;
		 vertical-align: middle;
	}
	html body #besoin-d-un-conseil #accueil-sous-nav-3 li#facebook a,
	html body #besoin-d-un-conseil #accueil-sous-nav-3 li#youtube a,
	html body #besoin-d-un-conseil #reseaux-sous-nav li#facebook a{
		min-width: 50%;
		width: 50%;
		display: inline-block;
		height: 100%;
	}
	html body #besoin-d-un-conseil #reseaux-sous-nav li#facebook a,
	html body #besoin-d-un-conseil #reseaux-sous-nav li#youtube a{
		min-width: 100%;
		width: 100%;
		display: block;
		float: left;
		height: 100%;
	}
	html body #besoin-d-un-conseil #accueil-sous-nav-3 li#facebook a{
		background: url("../img/facebook.png") center center no-repeat;
	}
	html body #besoin-d-un-conseil #accueil-sous-nav-3 li#facebook a:hover{
		background: url("../img/facebook-hover.png") center center no-repeat;
	}
	html body #besoin-d-un-conseil #accueil-sous-nav-3 li#youtube a{
		background: url("../img/youtube.png") center center no-repeat;
	}
	html body #besoin-d-un-conseil #accueil-sous-nav-3 li#youtube a:hover{
		background: url("../img/youtube-hover.png") center center no-repeat;
	}
	html body #besoin-d-un-conseil #reseaux-sous-nav li#facebook a{
		background: url("../img/facebook.png") center center no-repeat;
	}
	html body #besoin-d-un-conseil #reseaux-sous-nav li#facebook a:hover{
		background: url("../img/facebook-hover.png") center center no-repeat;
	}
	html body #besoin-d-un-conseil #reseaux-sous-nav li#youtube a{
		background: url("../img/youtube.png") center center no-repeat;
	}
	html body #besoin-d-un-conseil #reseaux-sous-nav li#youtube a:hover{
		background: url("../img/youtube-hover.png") center center no-repeat;
	}

	html body #besoin-d-un-conseil #pied-page #accueil-sous-nav-2 li#facebook,
	html body #besoin-d-un-conseil #pied-page #accueil-sous-nav-2 li#youtube{
		display: none;
	}

	html body #besoin-d-un-conseil #pied-page-3{
	   	padding: 0;
	    min-width: 100%;
	    max-width: 100%;
	    width: 100%;
	    height: 75px;
	    background-color: rgb(0,0,0);
	    display: block;
	    float: left;
	    text-align: center;
	}
	html body #besoin-d-un-conseil #pied-page-2{
		padding:0;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		height:75px;
		background-color:rgb(0,0,0);
		display:block;
		float:left;
		text-align:center;
	}

	html body #besoin-d-un-conseil #pied-page-3 .top:first-child{
		list-style-type:none;
		display:inline-block;
		width:33.33%;
		text-align:center;
		color:rgb(254,218,0);
		float:left;
		padding:0;
		margin:0;
		line-height:75px;
		height:75px;
		text-transform:uppercase;
		background: none;
		border-left:0;		
	}

	html body #besoin-d-un-conseil #pied-page-3 .top{
		list-style-type: none;
	    display: inline-block;
	    width: 33.33%;
	    text-align: center;
	    color: #FEDA00;
	    float: left;
	    padding: 0;
	    margin: 0;
	    line-height: 18px;
	    height: 78px;
	    text-transform: uppercase;
   }

	html body #besoin-d-un-conseil #pied-page-3 .top a{
	    min-width:100%;
		width: 100%;
	    text-align: center;
	    color: rgb(254,218,0);
	    float: left;
	    line-height: 78px;
	    height: 78px;
	    vertical-align: middle;
	    text-transform: uppercase;
	    text-decoration: none;
	    transition: all 0.6s ease;
		display:block;
	}

	html body #besoin-d-un-conseil #pied-page-3 .top a:hover{
		color: rgba(0,0,0,0.55);
	    
	}
	
	html body #besoin-d-un-conseil #pied-page-2 .top a{
		min-width:100%;
		width:100%;
		text-align:center;
		color:#FEDA00;
		float:left;
		padding:0;
		margin:0;
		line-height:75px;
		height:75px;
		text-transform:uppercase;
		text-decoration:none;
		display:block;
		position:relative;
		transition: all 0.6s ease;
	}

	html body #besoin-d-un-conseil #pied-page-2 .top a:hover{
		color:#FEDA00;
		font-weight:900;
	}

	html body #besoin-d-un-conseil h1#conseils {
		color: rgba(66,66,66,1);
	    text-transform: uppercase;
	    font-weight: 900;
	    width: 100%;
	    text-align: center;
	    line-height: 125px;
	    font-size: 40px;
	    background-image: linear-gradient(to bottom, rgba(254,217,40,1), rgba(254,191,17,1));
	    border: 1px solid rgba(254,218,0,0.74);
	    background-color: rgba(255,255,255,1);
	    height: 125px;
	}
	html body #besoin-d-un-conseil .contact-atelier74{
		width: 100%;
		min-width: 300px;
		display: block;
		margin: auto;
	    padding-top: 25px;
	    padding-bottom: 25px;
	 	background-color: #000;
	    min-height: 195px;
	}

	html body .section-4 .contact-atelier74 p{
		padding:0;
		margin:auto;
		width:300px;
		color:rgba(254,218,0,1);
		text-align:center;
	}
	
	html body .section-4 .contact-atelier74 .vous{
		font-weight:100;
		text-transform:uppercase;
		font-size:35px;
		width: 300px;
    	letter-spacing: 1.5px;
    	margin-top: 59px;
	}
	
	html body .section-4 .contact-atelier74 .des-questions{
		text-transform:uppercase;
		font-size:23px;
		font-weight:900;
		line-height:23px;
		padding-bottom:15px;
		width:300px;
		margin-bottom:10px;
	}

	html body .section-4 .contact-atelier74 .des-questions{
		border-bottom:10px solid rgba(254,218,0,1);
	}

	html body .section-4 .contact-atelier74 ul{
		margin:auto;
		width:300px;
		display: block;
		height: 60px;
	}

	html body .section-4 .contact-atelier74 ul li{
		margin-top: 7px;
		width:32px;
		margin-left:16%;
		display: block;
		float: left;
		height:32px;
		list-style-type:none;
		transition:  all 0.74s ease;
		
	}
	
	html body .section-4 .contact-atelier74 ul li a{
		width:32px;
		display: block;
		float: left;
		height:32px;
		padding: 0;
		text-decoration:none;
		text-indent: -999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999px;
	}
	
	
	html body .section-4 .contact-atelier74 ul li a.telephone{
		background: url("../img/contacts/contacts.png") -64px center no-repeat;
		transition : all 0.74s ease;
	}
	
	html body .section-4 .contact-atelier74 ul li a.telephone:hover{
		background: url("../img/contacts/contacts.png") -96px center no-repeat;
		transition : all 0.74s ease;
		background-color: rgba(254,218,0,1);
	}

	html body .section-4 .contact-atelier74 ul li a.courriel{
		background: url("../img/contacts/contacts.png") -128px center no-repeat;
		transition : all 0.74s ease;
	}
	html body .section-4 .contact-atelier74 ul li a.courriel:hover{
		background: url("../img/contacts/contacts.png") -160px center no-repeat;
		transition : all 0.74s ease;
		background-color: rgba(254,218,0,1);
	}

	html body .section-4 .contact-atelier74 ul li a.facebook{
		background: url("../img/contacts/contacts.png") 0px center no-repeat;
		transition : all 0.74s ease;
	}

	html body .section-4 .contact-atelier74 ul li a.facebook:hover{
		background: url("../img/contacts/contacts.png") -32px center no-repeat;
		transition : all 0.74s ease;
		background-color: rgba(254,218,0,1);
	}
	

	html body .section-2 .zoom {
		display:inline-block;
		cursor: zoom-in !important;
	}
	html body .section-2 .zoom img {
		display: block;
		background-color:rgba(251,251,251,0.74);

	}
	html body .section-2 .zoom img::selection { background-color:rgba(251,251,251,0.74);}
	.zoom p{
		display: none;
	}
	html body .zoom-vues-schematiques{
		text-align: center;
		font-style: italic;
		font-weight: 300;
		font-size: 17px;
		padding: 0px;
		margin: auto;
		height:70px;
		width:290px;
		line-height:25px;
		padding-right:25px;
		padding-left: 25px;
		color:rgba(0,0,0,0.74);
		background-color:rgba(240,216,126,1) !important;
		border-radius: 15px;
	}
/* ///////////////////// NAV \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
	html body #besoin-d-un-conseil #pied-page .caracteristiques a:hover,
	html body #besoin-d-un-conseil #pied-page .equipements a:hover,
	html body #besoin-d-un-conseil #pied-page .accueil  a:hover{
		font-weight:500;
		color: rgba(0,0,0,0.55);
		font-weight: 800;
		font-size: 18px;
	}

	html body .display-none{
		display:none !important;
		background:none !important;
	}

	html body .nav-sticky{
		position:absolute !important;
		top:-34px !important;
	}

	html body .nav-sticky-2{
		position:absolute !important;
		top:-34px !important;
	}
	
	html body .sticky{
		height:60px;
		min-height:60px!important;
		max-height:60px!important;
		box-shadow: 0px 15px 15px -15px rgba(50, 50, 93, 0.55) !important;
	}
	
	html body .display-inline-block{
		display:inline-block !important;
	}
	
	
