@charset "UTF-8";
/* WEBFONTS */
@font-face {
    font-family: 'montserratmedium';
    src: url('../font/montserrat-medium-webfont.woff2') format('woff2'),
         url('../font/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
    
    font-family: 'montserratbold';
    src: url('../font/montserrat-bold-webfont.woff2') format('woff2'),
         url('../font/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





/* ---- HABILLAGE GENERAL DU HTML ---- */
body { 
    margin: 0; 
	padding: 0; 
	background-color: #ffffff; 
	font-family:'montserratmedium',Arial, Helvetica, Verdana, Sans-Serif;
    color: #333333; 
	line-height: 1.5; 	/* interligne par defaut */
	font-size: 100%;	/* permet de gérer la taille GLOBALE des fontes de toute la page Web */
    overflow-x:hidden;
	}
p, ul, ol, li, td { 
	font-size: 1.15em; 	/* taille des textes par défaut */
	}
p, ul, ol {
    margin-bottom: 1.25em;
    color:#2B2D42;
    font-family:'montserratmedium', Arial, Helvetica, Verdana, Sans-Serif;
    }
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.1em;
    font-family:'montserratmedium', Arial, Helvetica, Verdana, Sans-Serif; 
	font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color:#ffff;
	}
h1 { font-size: 1.8em; }	
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
blockquote { 
    margin: 15px 0 15px 40px;
    padding: 10px 20px; 
    font-style: italic;
    font-size: 1.1em;
    color: #333333;
    border-left: 10px solid #359ac7;
    }
sub, sup { font-size: 0.7em; }
hr { /* simple ligne de separation */
	color: #999; 
	background-color: #999; 
	height: 1px; 
	border: #999; 
	}
img { 
	border: none; 		/* on supprime les bordures sur les images (qui apparaissent avec un lien) */
	vertical-align: middle; /* alignement des images sur le milieu de la ligne de texte */
	} 
figure {
    margin-bottom: 15px;
    overflow: hidden; /* cache le contenu qui dépasse du block */
    }
figcaption { 
    font-size:0.8em;
    }

/* ---- lien par defaut a ---- */
a:link, a:visited { 
    color: #9f9797; 
    text-decoration:none; 
    }
a:hover, a:active { 
    color: #9f9797; 
    text-decoration:none; 
    }

/* ---- lien noir sans soulignement .a2 ---- */
.a2:link, .a2:visited { 
    color: #333333; /* bleu rgba(53,154,199,1) */
    text-decoration: none; 
    }
.a2:hover, .a2:active { 
    color: #000000; 
    text-decoration: underline; 
    }

/* ---- lien bleu sans soulignement .a3 ---- */
.a3:link, .a3:visited { 
    color: #359ac7; /* bleu rgba(53,154,199,1) */
    text-decoration: none; 
    }
.a3:hover, .a3:active { 
    color: #007394; 
    text-decoration: underline; 
    }

/* ---- lien noir transparent sans soulignement .a4 ---- */
.a4:link, .a4:visited { 
    color: #359ac7; /* bleu rgba(53,154,199,1) */
    text-decoration: none; 
    }
.a4:hover, .a4:active { 
    color: #007394; 
    text-decoration: none; 
    }

/* ---- lien soulignement tiret gris .a5 ---- */
button{
    background-color:transparent;
    border:none;
    cursor:pointer;
}
button:link, button:visited{
    background-color:transparent;
    border:none;
    cursor:pointer;
}
button:hover, button:active{
    background-color:transparent;
    border:none;
    cursor:pointer;
    
}

/* ---- BOUTONS ---- */
.bouton {
    display:inline-block;
    margin-top:20px;
    padding:10px 20px;
	background-color: #2B2D42;
    text-align: center;
    font-family:'montserratmedium', Arial, Verdana, Sans-Serif;
    font-weight:normal;
    font-style:normal;
    font-size:1.1em;
    color: #ffffff;
    border-radius:40px;
    transition:all 0.25s ease;
    }
.bouton:link, .bouton:visited { 
	background-color: rgba(43,45,66, 1);
	color: #ffffff;
	text-decoration: none; 
	}
.bouton:hover, .bouton:active { 
	background-color: rgba(43,45,66, 0.75);
	color: #ffffff;
	text-decoration: none; 
	}
.bouton-finpage{
    font-family:'montserratbold',AvenirBook, Helvetica, Verdana, Sans-Serif;
    font-weight: 600;
    text-transform:uppercase;
    font-size:9px;
}

/* ---- HEADER ---- */
header {
    margin:0;
    padding:15px 0;
    background-color: #2B2D42;
    
   }
header nav { 
    
    }
header nav ul { /* on cible tous les 'ul' contenus dans le 'nav' du 'header' */
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
    }
header nav ul li { /* on cible tous les 'li' des 'ul' contenus dans le 'nav' du 'header' */
    list-style:none;
    display:inline-block;
    margin:0 35px;
    padding:0;
    font-family:'montserratmedium',AvenirBook, Helvetica, Verdana, Sans-Serif;
    font-weight:normal;
    font-style:normal;
    font-size:0.9em;
    color:#ffff;
	}
header nav ul li a {
    display:inline-block;
    margin:0;
    padding: 0;
    white-space:nowrap; /* interdit les retours à la ligne */
    color:#ffff;
    border-bottom: transparent;
    transition: all 0.25s ease; /* paramètre d'animation du lien */
	}
header nav ul li a:link, header nav ul li a:visited {
    color:#ffff;
    text-decoration:none;
	}
header nav ul li a:hover, header nav ul li a:active {
    border-bottom: 2px solid #ffff;
    color:#ffff;
    text-decoration:none;
	}
#active{
     border-bottom: 2px solid #ffff;
}

.burger{
    margin-right: 2em;
}
.croix{
    margin-right: 2em;
    
}

.menu-burger{
    visibility:hidden;
    background-color:#2B2D42;
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    text-align: center;
    padding:15px 0;
    z-index:100;
}

.menu-burger ul{display:block;}
.menu-burger ul li{
    display:block;
    list-style: none;
    margin:0;
    padding:0;
    margin-top:2em;
    text-align: center;
    font-size:1em;
    text-transform:uppercase;
    letter-spacing: 2px;
    
}


.sous-menu{
    font-family:'montserratbold',AvenirBook, Helvetica, Verdana, Sans-Serif;
    list-style: none;
    margin:0;
    padding:0;
    display:inline-block;
    color:#2B2D42;
    text-transform:uppercase;
    letter-spacing: 0.05em;
    font-size:0.9em;
    
}



.sous-menu li{
    list-style: none;
    margin:0 35px;
    padding:0;
    display:inline-block;
}

.logo { font-size:1.6em}
.picto { 
    margin-left: 8px;
    width: 20px; 
    height: 20px; 
    border-radius: 50%;
    border: 2px solid #359ac7;
    }
#bt1:hover > .picto { opacity: 0.5; }




/* ---- FOOTER ---- */
footer {
	margin: 0; 
	padding: 15px 0;
    font-size: 0.7em;
    margin-top:20px;
    padding-top:8px;
    position:relative;
    right:0;
    left:0;
    bottom:0;
    letter-spacing: 0.5px;
	}
footer > ul, ul.liste-sans-puce {
    list-style: none;
    margin: 0; /* espace sous les ul */
    padding: 0;
    }
footer > ul li, ul.liste-sans-puce li {
    list-style: none; /* on repete pour les vieux navigateurs IE */
    margin: 0 0 0.25em 0; /* espace sous les li */
    padding: 0;
    }

/* ------------------------------------------------------------------------- */


/* ---- MES STYLES DE BLOCS ---- */
.page { 
	margin: 0 auto; /* centre hrizontalement le block */
	padding: 0; 
	width: 1400px;
	}
.marge-top { 
    margin-top:70px;
} /* à cause du menu positionné en fixed */
.marge-top-plus{
    margin-top:100px;
}

.marge-info{
    margin-bottom: 0.7em;
}

.marge-negative-top{
   margin-top: -4em; 
}
.marge-bottom{margin-bottom: 0.4em;}

.hauteur90 { 
    height: 90px;
    width: auto;
    }
.hauteur70 { 
    height: 70px;
    width: auto;
    }
.hauteur-ecran {
    
    }
.relative{
    position:relative; 
}
.absolute{
    position:absolute;
    
}

.curseur-pointer{
    cursor:pointer;
}

.interieur{
    border: 3px solid #fff;
    position: absolute;
    top: 0;
    margin: 20px;
    opacity: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    text-align: center;
}
.interieur-texte {
    font-family:'montserratbold',AvenirBook, Helvetica, Verdana, Sans-Serif;
    font-weight:800;
    text-transform: uppercase;
    position: absolute;
    top: 4em;
    bottom: 0;
    right: 0;
    left: 0;
    
}
    

.fond-image {
    background-color: #2B2D42;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    
}
.trendy .fond-image:hover{
    opacity:0.9;
}

.paris .fond-image:hover{
    opacity:0.9;
}
.cosmeto .fond-image:hover{
    opacity:0.9;
}
.leonidas .fond-image:hover{
    opacity:0.9;
}

.melodia .fond-image:hover{
    opacity:0.9;
}
.nespresso .fond-image:hover{
    opacity:0.9;
}
.grille .fond-image:hover{
    opacity:0.9;
}
.motif .fond-image:hover{
    opacity:0.9;
}
.atelier .fond-image:hover{
    opacity:0.9;
}
.lafont .fond-image:hover{
    opacity:0.9;
}
.active{
    border-bottom: 2px solid #ffff;
}
.active-sousmenu{border-bottom: 2px solid #2B2D42;}

.repousse{
    margin-left: 9.8333333333333%;
    margin-right: 9.8333333333333%;
}

.marge-projet{
    margin-top: 3%;
    
}

.titre{
    font-family:'montserratbold',AvenirBook, Helvetica, Verdana, Sans-Serif;
    color:#2B2D42;
    font-size:63px;
    font-weight:900;
    margin-bottom: 0.4em;
}

.titre-moodboard{
    font-family:'montserratbold',AvenirBook, Helvetica, Verdana, Sans-Serif;
    color:#c9cc85;
    font-size:85px;
    letter-spacing: 10px;
    font-weight:900;
    margin-bottom: 0;
}

.titre-trendy{color:#c9cc85;}
.titre-paris{color:#88afc5;}
.titre-cosmeto{color:#e6dbde;}
.titre-leonidas{color:#951A15;}
.titre-melodia{color:#152B41;}
.titre-nespresso{color:#cde1db;}
.titre-atelier{color:#E5CCC2;}
.titre-lafont{color:#52635A;}
.info{
    color:#929292;
    font-size:16px;
}
.plus-petit{font-size:1.8em;}

.color{
    color:#2B2D42;
}
