@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;

}

.normal{
   font-family:'montserratbold', Arial, Helvetica, Verdana, Sans-serif;
   font-weight: normal;
   font-style: normal; 
}

/* ---- HABILLAGE GENERAL DU HTML ---- */
body { 
    margin: 0; 
	padding: 0; 
	background-color: #ffffff; 
	font-family:'montserratbold',Arial, Helvetica, Verdana, Sans-Serif;
    color: #ffff; 
	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;
    overflow-y: hidden;
    
	}

header{
    height:100vh;
    width:auto;
    background-color: #1C232B;
}
p, ul, ol, li, td { 
	font-size: 1.15em; 	/* taille des textes par défaut */
	}
p, ul, ol {
    margin-bottom: 1.25em;
    color:#CB9E61;
    font-family:'montserratmedium', Arial, Helvetica, Verdana, Sans-Serif;
    }
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.1em;
    font-family:'montserratbold', Arial, Helvetica, Verdana, Sans-Serif; 
	font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color:#CB9E61;
	}
h1 { font-size: 4em; }	
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: #ffff; 
    text-decoration:none; 
    }
a:hover, a:active { 
    color: #cecac3; 
    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 ---- */


/* Lien instagram + Articles */

.rubrique h3{
    color:#ffff;
    text-decoration: none;
}

.rubrique:link h3, .rubrique:visited h3{ 
    color: #ffff; /* bleu rgba(53,154,199,1) */
    text-decoration: none; 
    }
.rubrique:hover h3, .rubrique:active h3{ 
    color: #a8a8a8; 
    text-decoration: none; 
    }


/* ---- BOUTONS ---- */
.bouton {
    display:inline-block;
    margin-top:20px;
    padding:10px 20px;
	background-color: #ca2c2c;
    font-family:'bebas_neueregular', 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(202,44,44, 1);
	color: #ffffff;
	text-decoration: none; 
	}
.bouton:hover, .bouton:active { 
	background-color: rgba(202,44,44, 0.75);
	color: #ffffff;
	text-decoration: none; 
	}


button{
    background-color: rgba(204,230,240, 0.85);
    font-size:1em;
    color:#ffff;
    padding:1em;
    border:none;
    cursor:pointer;
}
button:link, button:visited{
    background-color: rgba(204,230,240, 0.85);
    color:#ffff;
    border:none;
    cursor:pointer;
}
button:hover, button:active{
    background-color: rgba(204,230,240, 0.85);
    color:#a8a8a8;
    border:none;
    cursor:pointer;
    
}

.bouton-couleur{
    background-color:#000;
    height:50px;
    width:50px;
    border-radius:50%;
}

.bouton-marron{
    background-color:#cc8765;
    
}

.bouton-gris{
    background-color:#b9b3ab;
    
}


.bouton-taille{
    background-color:#ebd7cd;
    border-radius:50%;
}


/* ---- HEADER ---- */
header {
    margin:0;
    padding:0;
    
   }
header nav { 
    position:relative;
    z-index: 20;
    }
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:10px 35px;
    padding:0;
    font-family:'montserratbold', Helvetica, Verdana, Sans-Serif;
    font-weight:normal;
    font-style:normal;
    font-size:0.9em;
    color:#CB9E61;
	}
header nav ul li a {
    display:inline-block;
    margin:0;
    padding: 0;
    white-space:nowrap; /* interdit les retours à la ligne */
    color:#CB9E61;
    border-bottom: 0.3em solid transparent;
    padding-bottom: 0.1em;
    transition: all 0.25s ease; /* paramètre d'animation du lien */
	}
header nav ul li a:link, header nav ul li a:visited {
    color:#CB9E61;
    text-decoration:none;
	}
header nav ul li a:hover, header nav ul li a:active {
    border-bottom: 0.3em solid #CB9E61;
    padding-bottom: 0.1em;
    color:#CB9E61;
    text-decoration:none;
	}



/* sous menu */


.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; }

#menu{
    background-color:#1C232B;
    position:fixed;
    top:0;
    right:0;
    
    text-align: center;
    width:50%;
    height:auto;
    display:none;
    z-index:100;
}
#menu ul {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    margin-top:15em;
    margin-bottom:15em;
    
    }
#menu ul li { 
    display:block;
    list-style:none;
    margin:0 15px;
    padding:0;
    font-family:'montserratbold', Helvetica, Verdana, Sans-Serif;
    font-weight:normal;
    font-style:normal;
    font-size:2.5em;
    margin-bottom:1em;
    color:#cb9e61;
	}
#menu ul li a {
    margin:0;
    padding: 0;
    white-space:nowrap; /* interdit les retours à la ligne */
    color:#cb9e61;
    border-bottom: transparent;
    transition: all 0.25s ease; /* paramètre d'animation du lien */
	}
#menu ul li a:link, #menu nav ul li a:visited {
    color:#cb9e61;
    text-decoration:none;
	}

.croix-burger {
    color: #cecac3;
    position:fixed;
    top:10px;
    right:30px;
    font-size:3em;
    }

.burger{
    position:fixed;
    top:15px;
    right:15px;
}



/* ---- FOOTER ---- */
footer {
	margin: 0; 
    font-family:'bebas_neueregular', Arial, Verdana, Sans-Serif;
	font-size: 1em;
    padding:2em 0;
    background-color:#e6dbde;
    color:#623245;
    margin-bottom: 2em;
    
	}
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;
    display:inline-block;
    margin-left:3em;
    }

footer div ul{
    list-style: none;
    margin: 0; /* espace sous les ul */
    padding: 0;
}

footer div ul li{
    list-style: none;
    margin: 0 0 0.25em 0; /* espace sous les li */
    padding: 0;
}
footer div ul li a{
    font-family:'bebas_neueregular', Arial, Verdana, Sans-Serif;
    color:#623245;
}

footer div ul li a:link, footer div ul li a:visited {
    color:#623245;
}
footer div ul li a:hover, footer div ul li a:active {
    color:#623245;
    opacity: 0.7;
}


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


/* ---- 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-moins{
    margin-top:40px;
}
.marge-top-navigation{
    margin-top:2.5em;
}

.marge-top-plus{
    margin-top:105.4px;
}

.marge-gauche{
    margin-left:35px;
}
.marge-gauche-picto{
    margin-left:10%;
}
.sans-marge{
    margin: 0;
}

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



.popup{
    background-color:rgba(159,151,151,0.95);
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    text-align: center;
    padding:80px 0;
    display:none;
    z-index:100;
    overflow: auto;
}
a.croix {
    position:fixed;
    top:30px;
    right:20px;
    z-index:100;
    display:inline-block;
    padding-top:0.2em;
    width:2em;
    height:2em;
	background-color: #ca2c2c;
    font-size:1.1em;
    color: #ffffff;
    border-radius:50%;
    transition:all 0.25s ease;
    }
a.croix:link, a.croix:visited { 
	background-color: rgba(202,44,44, 1);
	color: #ffffff;
	text-decoration: none; 
	}
a.croix:hover, a.croix:active { 
	background-color: rgba(202,44,44, 0.75);
	color: #ffffff;
	text-decoration: none; 
	}

.fond{
    margin:0;
    
}



.curseur-pointeur{
    cursor:pointer;
}
.active{border-bottom: 0.3em solid #CB9E61;
;}

.taille{
    width:69.6%;
    height:100vh;
}

.carre{
    background-color:#1C232B;
    opacity:0.85;
    padding:2em;
    text-align: justify;
    position: absolute;
    top:25%;
    right:15%;
    
}

.carre p {
    margin-bottom:0;
}

.carre h1 {
    font-size:2em;
    text-align: center;
    letter-spacing: 2px;
}

.carte:hover h1{
    opacity: 0.8;
}

.carte:hover .carre{
    background-color: #ffff;
}

.carte .carre{
    padding:1em;
}
.carte .carre h1{
    font-size:1.5em;
}

.marge-burger{
    margin-right: 3%;
    margin-top:3%;
}