@charset "UTF-8";
/* STYLES POUR LES BALISES HTML */

@font-face {
    font-family: 'alte_haas_groteskbold';
    src: url('../fonts/altehaasgroteskbold-webfont.woff2') format('woff2'),
         url('../fonts/altehaasgroteskbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alte_haas_groteskregular';
    src: url('../fonts/altehaasgroteskregular-webfont.woff2') format('woff2'),
         url('../fonts/altehaasgroteskregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


 body { 
	margin: 0; 
	padding: 0; 
	background-color: #ffffff; 
	font-family: 'open_sansregular', Helvetica, Verdana, Arial, Sans-Serif; 
	color: #000000; 
	line-height: 1.75;
	font-size: 100%;
     overflow-x: hidden;
	} 
section{
    height: 100vh; 
    min-height: 600px;
    position: relative;
    margin-bottom: 150px;
    }
#section4{
    height: auto;
}
p, ul, ol, li, td { 
    line-height: 1.4rem;
    font-size: 0.9rem;
}
p, ul, ol {
    margin-bottom: 1.3rem;
    color: #1D203F;
    }
h1, h2, h3, h4, h5, h6 {
    color: #1D203F;
    margin-bottom: 1.1rem;
    font-family: 'alte_haas_groteskbold', Helvetica, Verdana, Arial, Sans-Serif; 
    line-height: 1.2;
    }
h1 { 
    font-size: 3.5rem; 
    margin-bottom: 0.25rem; 
    line-height: 1.0; 
    text-shadow: 2px 2px 0px #00B0DC;
    }
h2 { 
    font-size: 2rem; 
    margin-bottom: 0.25rem; 
    line-height: 1.0; 
    text-shadow: 2px 2px 0px #00B0DC;
}
h3 { 
    font-size: 1.3rem;
    line-height: 1.0; 
    text-shadow: 2px 2px 0px #00B0DC;
}
h4 { 
    font-size: 1.2rem; 
    font-family: 'alte_haas_groteskregular', Helvetica, Verdana, Arial, Sans-Serif; 
}
h5 { 
    font-size: 1.15rem; 
}
h6 { 
    font-size: 1.1rem; 
    font-family: 'alte_haas_groteskregular', Helvetica, Verdana, Arial, Sans-Serif; 
}
sub, sup { font-size: 0.7rem; }
hr { 
	color: #aaaaaa; 
	background-color: #aaaaaa; 
	height: 1px; 
	border: 0;
	}
img { 
	border: none; 	
	vertical-align: middle; 
	} 
li{
    margin-bottom: 1.1rem;
    font-family: 'alte_haas_groteskbold', Helvetica, Verdana, Arial, Sans-Serif; 
    line-height: 1.2rem;
}

footer{
    background-color: #F3F3F3;
    padding: 10px;
}
footer svg path {
    fill: #00B0DC;
}
footer svg:hover path {
    fill: #CBF5FF;
}
footer svg {
    vertical-align: bottom;
    max-width: 25px;
    margin: auto;
}


/* Menu */
header{
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: calc(33.3333333vh - ((22vw + 75px)/3));/* marge 1 */
}
header .fond{
    background-color: #ffffff;
    position: absolute;
    opacity: 0.8;
    height: 100%;
    width: 0px;
    padding-bottom: 5px;
    border-bottom: solid #1D203F 3px;
}
.logo { 
    position: relative;
    display: inline-block;
    left: 10px;
    font-family: 'alte_haas_groteskbold', Helvetica, Verdana, Arial, Sans-Serif; 
    color: #1D203F; 
    font-size: 3.5rem; 
    text-shadow: 2px 2px 0px #00B0DC;
    vertical-align: middle;
    margin-bottom: 0;
}
#menu{
    position: relative;
    display: inline-block;
    float: right;
    border: none;
    right: 10px;
    padding: 0;
    background: none;
    vertical-align: middle;
    z-index: 1000;
}
.menu {
    position: relative;
	background-color: #1D203F;
	margin-top: 9px;
	width: 60px;
	height: 8px;
	border-radius:2px;
    line-height: 1.0; 
    box-shadow: 2px 2px 0px #00B0DC;
}
header nav{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 70vh;
    padding: 20px;
    padding-top: calc(33.3333333vh - ((22vw + 75px)/3) + 90px);
    text-align: right;
    background-color: #CBF5FF;
    color: #000000;
    z-index: 999;
    box-shadow: -65px 30vh 0px #1D203F;
}
a { 
	color: #1D203F;
	text-decoration: none;
    font-family: 'alte_haas_groteskbold', Helvetica, Verdana, Arial, Sans-Serif; 
    font-size: 1rem;
}
a:link, a:visited { 
	color: #1D203F;
	text-decoration: none;
}
a:hover, a:active { 
	color: #00B0DC;
	text-decoration: none;
}







/* BOUTONS */
button, button a { 
	color: #1D203F;
	background-color: #CBF5FF;
	margin:0 auto;
	padding: 10px;
	text-decoration: none;
    font-family: 'alte_haas_groteskbold', Helvetica, Verdana, Arial, Sans-Serif; 
    font-size: 1rem;
    border: none;
    }

button:link, button:visited, button a:link , button a:visited{ 
	color: #1D203F;
	background-color: #CBF5FF;
	margin:0 auto;
	padding: 10px;
	text-decoration: none;
	}

button:hover, button:active, button a:hover, button a:active { 
	color: #1D203F;
	background-color: #00B0DC;
	margin:0 auto;
	padding: 10px;
	text-decoration: none;
	}
button:focus, button a:focus {
    outline: none;
}





/* Diaporama */
#diaporama{
    width: 100vw;
    position: relative;
    white-space: nowrap;
    overflow-x: hidden;
    top: calc((33.3333333vh - ((22vw + 75px)/3))*2 + 55px);/* marge x2 + taille du header */
}
.precedent{
    position: absolute;
    top: calc(50% - 50px);
    left: 1.5vw;
    width: 50px;
    height: 50px;
    background-color: #CBF5FF;
    border: none;
    z-index: 999;
}
.precedent:link, .precedent:visited{
    background-color: #CBF5FF;
        
}
.precedent:hover, .precedent:active{
    background-color:#00B0DC;
}
.suivant{
    position: absolute;
    top: calc(50% - 50px);
    right: 1.5vw;
    width: 50px;
    height: 50px;
    background-color: #CBF5FF;
    border: none;
    z-index: 999;
}
.suivant:link, .suivant:visited{
    width: 50px;
    height: 50px;
    background-color: #CBF5FF;
}
.suivant:hover, .suivant:active{
    background-color:#00B0DC;
}

.diapo{
    position: relative;
    width: 100%;
    height: 22vw;
    max-width: 280px;
    min-width: 215px;
    max-height: 250px;
    min-height: 215px;   
    margin: auto;
    overflow: hidden;
}
#diaporama a, #home-diaporama a{
    text-decoration: none;
}
.diaporama h3 {
    text-align: center;
    text-decoration: none;
}
.diaporama{
    display: inline-block;
}
.diapo-unactiv{
    display: inline-block;
    opacity: 0.5;
}


nav div div img{
    width: 100%;
    max-width: 190px;
    max-height: 190px;
}



/* position dans le diaporama */
#diapo1 div img{
    position: absolute;
    margin-left: -107px;
    left: 50%;
    bottom: 0;
    z-index: 10;
}
#fond-diapo1{
    position: absolute;
    background-color: #F198AB;
    width: 100%;
    height: 150px;
    top: 0; 
    right: 0;
    z-index: 0;
}

#diapo2 div img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
#fond-diapo2{
    position: absolute;
    background-color: #9CE7D8;
    width: 100%;
    max-width: 185px;
    height: 207px;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#diapo3 div img{
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 10;
}
#fond-diapo3{
    position: absolute;
    background-color: #EEBA7F;
    width: 100%;
    max-width: 190px;
    height: 170px;
    top:0;
    right: 0;
    z-index: 0;
}

#diapo4 div img{
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
#fond-diapo4{
    position: absolute;
    background-color: #D1B9D7;
    width: 100%;
    max-width: 180px;
    height: 220px;
    bottom:0;
    right: 0;
    z-index: 0;
}

#diapo5 div img{
    position: absolute;
    top:0;
    margin-left: -107px;
    left: 50%;
    z-index: 10;
}
#fond-diapo5{
    position: absolute;
    background-color: #7EB6CD;
    width: 100%;
    height: 100px;
    bottom:0;
    right: 0;
    z-index: 0;
}
#diapo6 div img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
#fond-diapo6{
    position: absolute;
    background-color: #9396CE;
    width: 150px;
    max-width: 215px;
    height: 900%;
    top: 0;
    left: 0; 
    z-index: 0;
}
#diapo7 div img{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
#fond-diapo7{
    position: absolute;
    background-color: #93E5FC;
    width: 100%;
    max-width: 215px;
    height: 150px;
    top: 0;
    right: 0; 
    z-index: 0;
}
#diapo8 div img{
    position: absolute;
    margin-left: -107px;
    left: 50%;
    top: 0;
    z-index: 10;
}
#fond-diapo8{
    position: absolute;
    background-color: #DAEBA5;
    width: 100%;
    height: 150px;
    bottom: 0;
    right: 0; 
    z-index: 0;
}

#diapo9 div img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
#fond-diapo9{
    position: absolute;
    background-color: #F5CABF;
    width: 150px;
    height: 100%;
    left: 0; 
    z-index: 0;
}




















/* section 2 */

#section2 .visu-section{
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}
#section2 .visu-section img{
    position: absolute;
    right: 0;
    max-width: 100%;
    object-fit: cover;
    min-height: 500px;
}
#section2 .texte-section{
    position: absolute;
    width: 50%;
    max-width: 800px;
    height: auto;
    min-height: 30vh;
    bottom: 0;
    min-width: calc(350px + 3vw);
    background-color: #1D203F;
    padding: 1.5vw;
}
#section2 .texte-section h2{
    color: #ffffff;
}
#section2 .texte-section p{
    color: #ffffff;
    width: 350px;
}















/* section 3 */
#section3 .visu-section{
    position: relative;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
}
#section3 .visu-section img{
    position: absolute;
    right: 0;
    height: 100%;
    width: auto;
    z-index: -20;
}
#section3 .trait-section{
    width: 100%;
    height: 50px;
    background-color: #CBF5FF;
}
#section3 nav{
    position: absolute;
    width: 300px;
}
#section3 nav ul li{
    padding-bottom: 3px;
    border-bottom: solid 1px #1D203F;
    color: #1D203F;
    font-family:'open_sansregular', Helvetica, Verdana, Arial, Sans-Serif; 
}

#section3 .nav1{
    top:calc(5% + 56px);
    left: 1.5%;
}
#section3 .nav2{
    top:35%;
    left: 40%;
}
#section3 .nav3{
    top:65%;
    left: 1.5%;
}
.alignement{
    font-size: 25px;
}
#section3 nav h2{
    text-align: center;
    margin-bottom: 30px;
}
#section3 nav .fond-nav{
    position: absolute;
    background-color: #CBF5FF;
    z-index: -10;
}
#section3 .nav1 .fond-nav{
    width: 300px;
    height: 170px;
    top: -34px;
    left: -1.5vw;
}
#section3 .nav2 .fond-nav{
    width: 250px;
    height: 280px;
    top: -30px;
    left: 70px;
}
#section3 .nav3 .fond-nav{
    width: 300px;
    height: 170px;
    top: 50px;
    left: 50px;
}















/* section page style */
#style{
    height: auto;
    margin-bottom: 30px;
    padding-bottom: calc((33.3333333vh - ((22vw + 75px)/3))*2 + 55px);
    min-height: 0;
}

/* galerie */
#galerie{
    width: 97vw;
    max-width: 1800px;
    margin-left: 1.5vw;
    margin-right: 1.5vw;

}
.galerie-flex{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.galerie-flex div img{
    width: 100%;
    height: 100%;
}




/* page article */
#home-article{
    height:calc((33.3333333vh - ((22vw + 75px)/3))*2 + 55px);
    min-height: 55px;
    margin-bottom: 0px;
}
.page-article{
    width: 100%;
    height: auto;
    margin: 0 auto 150px 0;
}

.article{
    height: auto;
    margin-bottom: 50px;
}
.img-article{
    width: 100%;
    max-width: 380px;
    margin: auto;
}
.img-article img{
    width: 100%;
}
.texte-article{
    width: 100%;
    max-width: 300px;
    margin: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 325px; 
    left: 50%;
}
.texte-article h2{
    margin-bottom: 20px;
}


#fond-histoir1{
    position: absolute;
    z-index: -100;
    width: 50%;
    height: 95%;
    background-color: #A2B1E8;
    top: 2.5%;
    left: -1.5%;
}
#fond-histoir2{
    position: absolute;
    z-index: -100;
    width: 120%;
    height: 250px;
    background-color: #A9E2A6;
    top: 0px;
}
#fond-histoir3{
    position: absolute;
    z-index: -100;
    width: 130%;
    height: 300px;
    background-color: #E5C6CA;
    top: 0px;
    left: -10%;
}
#fond-histoir4{
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 350px;
    background-color: #ECAF89;
    top: 100px;
}
#fond-histoir5{
    position: absolute;
    z-index: -100;
    width: 110%;
    height: 250px;
    background-color: #98CFD8;
    bottom: 0px;
    left: -5%;
}




/* article*/
.page-article{
    max-width: 1250px;
    margin: auto;
    }
.nav-article {
    height: auto;
    min-height: 0;
}
h2#titre{
    font-size: 2.8rem; 
    line-height: 1.0;
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 5rem; 
}
.nav-article nav{
    position: relative;
    float: left;
    width: 30.333333333333%;
    margin-left: 1.5%;
	margin-right: 1.5%;
    min-width: 200px;

}
.nav-article nav ul li{
    padding-bottom: 3px;
    border-bottom: solid 1px #1D203F;
    color: #1D203F;
    font-family:'open_sansregular', Helvetica, Verdana, Arial, Sans-Serif; 
}

.alignement{
    font-size: 25px;
}
.nav-article nav h2{
    text-align: center;
    margin-bottom: 30px;
}
.nav-article nav .fond-nav{
    position: absolute;
    background-color: #CBF5FF;
    z-index: -10;
}
.nav-article .nav1 .fond-nav{
    width: 300px;
    height: 170px;
    top: -34px;
    left: -1.5vw;
}
.nav-article .nav2 .fond-nav{
    width: 250px;
    height: 280px;
    top: -30px;
}
.nav-article .nav3 .fond-nav{
    width: 300px;
    height: 170px;
    top: 50px;
    left: 50px;
}

#fond-art1{
    position: absolute;
    z-index: -100;
    width: 50%;
    height: 95%;
    background-color: #A2B1E8;
    top: 2.5%;
    left: -1.5%;
}
#fond-art2{
    position: absolute;
    z-index: -100;
    width: 120%;
    height: 250px;
    background-color: #f8d595;
    top: 0px;
}
#fond-art3{
    position: absolute;
    z-index: -100;
    width: 130%;
    height: 300px;
    background-color: #E5C6CA;
    top: 0px;
    left: -10%;
}
#fond-art4{
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 350px;
    background-color: #ECAF89;
    top: 100px;
}






/* produit*/
#section4{
    margin: auto;
}
#gal-produit {
    width: 100%;
    max-width: 1660px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.produit{
    position: relative;
    display: inline-block;
    width: 30.333333333333%;
    max-width: 500px;
    min-width: 300px;
    margin: 50px 1.5%;
    padding-bottom: 3px;
    border-bottom: solid 1px #1D203F;
}

.lien-produit p{
    margin-bottom: 1px;
}

.lien-produit .sous-titre{ 
    font-family: 'alte_haas_groteskregular', Helvetica, Verdana, Arial, Sans-Serif; 
    font-size: 1rem;
}
.lien-produit:link p, .lien-produit:visited p { 
	color: #1D203F;
	text-decoration: none;
}
.lien-produit:hover p, .lien-produit:active p{ 
	color: #00B0DC;
	text-decoration: none;
} 
.image-produit {
    width: fit-content;
    margin: auto;
}
.produit1{
    position: absolute;
    background-color: #A7D1EC;
    z-index: -10;
    width: 300px;
    height: 170px;
    top: 0;
    right: 0;
}
.produit2{
    position: absolute;
    background-color: #C1C5F2;
    z-index: -10;
    width: 100%;
    height: 170px;
    bottom: 0;
}
.produit3{
    position: absolute;
    background-color: #9F9BD7;
    z-index: -10;
    width: 300px;
    height: 170px;
    bottom: 0;
    right: 0;
}
.produit4{
    position: absolute;
    background-color: #C48CB3;
    z-index: -10;
    width: 300px;
    height: 170px;
    bottom: 0;
    left: 0;
}
.produit5{
    position: absolute;
    background-color: #B8E1E2;
    z-index: -10;
    width: 100%;
    height: 100px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.gal-produit #fond-diapo1{
    position: absolute;
    background-color:  #A7D1EC;
    width: 100%;
    height: 150px;
    top: 0; 
    right: 0;
    z-index: 0;
}

.gal-produit #diapo2 div img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.gal-produit #fond-diapo2{
    position: absolute;
    background-color:  #ac8bea;
    width: 100%;
    max-width: 185px;
    height: 207px;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.gal-produit #diapo3 div img{
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 10;
}
.gal-produit #fond-diapo3{
    position: absolute;
    background-color:  #99cccc;
    width: 100%;
    max-width: 190px;
    height: 170px;
    top:0;
    right: 0;
    z-index: 0;
}

.gal-produit #diapo4 div img{
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
.gal-produit #fond-diapo4{
    position: absolute;
    background-color:  #aa91dc;
    width: 100%;
    max-width: 180px;
    height: 220px;
    bottom:0;
    right: 0;
    z-index: 0;
}

.gal-produit #diapo5 div img{
    position: absolute;
    top:0;
    margin-left: -107px;
    left: 50%;
    z-index: 10;
}
.gal-produit #fond-diapo5{
    position: absolute;
    background-color:  #aa98d1;
    width: 100%;
    height: 100px;
    bottom:0;
    right: 0;
    z-index: 0;
}
.gal-produit #diapo6 div img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.gal-produit #fond-diapo6{
    position: absolute;
    background-color: #ff9999;
    width: 150px;
    max-width: 215px;
    height: 900%;
    top: 0;
    left: 0; 
    z-index: 0;
}
.gal-produit #diapo7 div img{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.gal-produit #fond-diapo7{
    position: absolute;
    background-color:  #e48688;
    width: 100%;
    max-width: 215px;
    height: 150px;
    top: 0;
    right: 0; 
    z-index: 0;
}
.gal-produit #diapo8 div img{
    position: absolute;
    margin-left: -107px;
    left: 50%;
    top: 0;
    z-index: 10;
}
.gal-produit #fond-diapo8{
    position: absolute;
    background-color:  #b7e0d2;
    width: 100%;
    height: 150px;
    bottom: 0;
    right: 0; 
    z-index: 0;
}

.gal-produit #diapo9 div img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.gal-produit #fond-diapo9{
    position: absolute;
    background-color: #eaa8d7;
    width: 150px;
    height: 100%;
    left: 0; 
    z-index: 0;
}





