/* ######################################################################### */
/* DÉBUT DU PROGRAMME   #################################################### */
/* ######################################################################### */


/* ************************************************************************* */
/* Styles de base par début ************************************************ */
/* ************************************************************************* */

@font-face {
	font-family: ArchDaughter;
	src: url('../fontes/architects-daughter/ArchitectsDaughter.ttf');
}

* {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

html, body, div,
h1, h2, h3, h4, h5, h6,
p, hr, ul, li, a,
table, tbody, tr, td,
dl, dt, dd,
img {
	margin: 0;
	padding: 0;
}
body {
	max-width: 1200px;           /* 1200px */
	height: 100%;
	padding: 25px;
	margin: 0 auto;
	font-style: normal;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}


/* ************************************************************************* */
/* PRINCIPAUX RÉCIPIENTS DE CONTENU **************************************** */
/* ************************************************************************* */

#contenant_global {
	max-width: 100%;
	margin: 0 auto;
}
#bloccentral {
	max-width: 100%;
	margin: 0 auto;
}
#contenu_principal {
	width: 100%;
	margin: 0 auto;
}


/* ************************************************************************* */
/*
 * ############################################################################
 * titre: font= weight(bold) size(pts,
 * em ou %)/line-height(pts, em ou %) family(Arial)
 * ############################################################################
*/
/* ************************************************************************* */

h1 {
   font-family: ArchDaughter, sans-serif;
   font-style: normal;
   font-weight: 100;
   font-size: 3.75em;
   line-height: 0.87em;
}
h2 {
   margin: 0em 0em 1.0em 0em;
   font-size: 1.30em;
}
h3 {
   margin: 0em 0em 1.0em 0em;
   font-size: 1.15em;
}
h4 {
   margin: 0em 0em 1.0em 0em;
   font-size: 1.00em;
}
h5 {
   margin: 0em 0em 0.5em 0em;
   font-size: 0.85em;
}
h6 {
   margin: 0em 0em 0.5em 0em;
   font-size: 75%;
}
/* Pour lien: retour à la page d'acceuil */
.topright {
   position: fixed;
   float: right;
   top: 5px;
   right: 15px;
   padding: 5px 10px;
}
.topright::after {
   clear: both;
}
/* Message: Bienvenue et en construction */
#t-fermer {
	width: 100%;
	margin-top: 75px;
	font-family: ArchDaughter, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 2.75em;
	line-height: 0.87em;
	text-align: center;
}


/* ************************************************************************* */
/* SITE - EN-TÊTE ********************************************************** */
/* ************************************************************************* */

#entete_site {
	margin: 0;
	padding: 0;
}
.logoarmoirie img {
	position: relative;
	float: left;
	height: 125px;
	margin: 0 15px;
}
.logoarmoirie h1 span {
	letter-spacing: 14.8px;
}


/* ************************************************************************* */
/* SITE - BARRE DE NAVIGATION ********************************************** */
/* ************************************************************************* */

/* Style the top navigation bar */
.nav_site {
	position: relative;
	top: 15px;
	width: 100%;
	padding: 5px 0;
	margin: 10px auto 50px auto;
	z-index: 500;
	font-size: 1.1rem;
	font-variant: normal;
	font-weight: normal;
	line-height: 2.0rem;
	text-align: center;
}
.nav_site ul {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.nav_site li {
	width: 100%;
	margin: 0 2px;
}
/* Style the navigation bar links */
.nav_site li a,
.dropbtn {
	display: inline-block;
	width: 100%;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
}
/* Change color on hover */
.nav_site li a:hover,
.dropdown:hover .dropbtn {
}
li.dropdown {
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	min-width: 150px;
	z-index: 520;
}
.dropdown-content a:nth-child(odd) {
}
.dropdown-content a:nth-child(even) {
}
.dropdown-content a {
	display: block;
	padding: 5px 16px;
	text-decoration: none;
}
.dropdown-content a:hover {
}
.dropdown:hover .dropdown-content {
	display: block;
}


/* ************************************************************************* */
/* BLOC   CONTENU PRINCIPAL ************************************************ */
/* ************************************************************************* */

img#rose-anne {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
}


/* ************************************************************************* */
/* CURRICULUM VITAE - BARRE DE NAVIGATION ********************************** */
/* ************************************************************************* */

/* CV div */
.nav_cv {
	position: relative;
	float: right;
	top: 25px;
	right: 0px;
	z-index: 10;
}
.nav_cv table {}
.menu2 {
	font-size: 0.9rem;
	font-variant: normal;
	font-weight: normal;
	text-align: right;
}

/* CV div th et td */
th.coul_menu2 {
	font-weight: bold;
	line-height: 1.5rem;
	text-align: center;
}
td.menu2 ul li:hover {
}
.menu2 ul li {
	margin: 8px 0;
	line-height: 1.75rem;
	list-style-type: none;
}
.menu2 ul li:last-child {
	line-height: 2.5rem;
}
.menu2 ul li a{
	display: block;
	padding: 0 5px;
}

ul {
	list-style-type: none;
}
li {}
a {
	padding: 0 5px;
	text-decoration: none;
}
a:hover {
}


/* ************************************************************************* */
/* CURRICULUM VITAE - CONTENEUR PRINCIPAL ********************************** */
/* ************************************************************************* */

/* ===== Curriculum vitae === */
#cv {
   width: 90%;
   margin: 0 auto;
}
#cv h2, #cv h3 {
   margin: 25px 0px 15px 0px;
}
#cv h4 {
   margin: 15px 0px 0px 0px;
}
.barrecv {
}
.list-def-cv {
}
.tit-compet {
	margin: 20px 0px 5px 0px;
	font-weight: bold;
}
.compet:before {
}
.compet {
	margin: 2px 0px 0px 25px;
	list-style-position: outside;
}
.tit-permis {
	margin: 20px 0px 5px 0px;
}
.permis {
	margin: 2px 0px 0px 25px;
	list-style-position: outside;
}
.tit-organisation {
	margin: 20px 0px 0px 0px;
	font-weight: bold;
}
.date {
	position : relative;
	padding: 0px 5px;
	font-weight: bold;
}
.emploi,
.emploi02,
.diplome {
	margin: 5px 0px 0px 23px;
}
.descript {
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 0px 23px;
}
h6.misajour_cv {
	margin: 25px 0 0 0;
}


/* ************************************************************************* */
/* PAGE CONTACT - CONTENEUR PRINCIPAL ************************************** */
/* ************************************************************************* */

/* Column container */
.row {
   display: flex;
/*   flex-wrap: wrap; */
   flex-direction: column;
   justify-content: center;
}
/* Clear floats after the columns
.row:after {
    content: "";
    display: table;
    clear: both;
}  */
/* Create two columns that float next to eachother */
.column {
/*    float: left; */
    width: 100%;
    margin: 3.0em 0 0 0;
    padding: 20px;
}
iframe {
	width: 100%;
	height: 400px;
	margin: 0 auto;
}
#cartoadr {
	position: relative;
	top: 35px;
}
#cartoadr p {
	line-height: 1.5rem;
}
#cartosmlink {}
/* Style inputs */
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
input[type=submit] {
	padding: 12px 20px;
	cursor: pointer;
}
input[type=submit]:hover {
}
optgroup {
	font-size: 1.5em;
}
option {
   font-size: 1.2em;
}
textarea {
	height: 170px;
}
.error {
	padding: 2px;
}


/* ************************************************************************* */
/* PIED DU SITE ************************************************************ */
/* ************************************************************************* */

footer {
	position: relative;
	top: 35px;
	margin: 0 0 25px 0;
}
/* ===== Circulation - intérieur de page === */
.espacehaut {
   margin: 50px 0;
}
.haut {
}
   /* a */
.hautpage,
.hautpage:link,
.hautpage:visited,
.hautpage:active {
	font-weight: normal;
	font-size: 0.85em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
.hautpage:hover {
}

.hautpied:link,
.hautpied:visited,
.hautpied:active {
	position: fixed;
	right: 5px;
	bottom: 5px;
	margin: 0;
	padding: 0;
	z-index: 10000;
	overflow: hidden;
	font-weight: bold;
	font-size: 2.2em;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
}
.hautpied:hover {
}

.miseajour_site {
	position: relative;
	margin: 1.0em 0em 0.1em 0em;
	font-size: 90%;
	text-align: center;
}
.copyright_site {
	position: relative;
	margin: 0.2em 0 0.5em 0;
	font-size: 90%;
	text-align: center;
}


/* ######################################################################### */
/* ************************************************************************* */
/* RESPONSIVE DESIGN ******************************************************* */
/* ************************************************************************* */
/* ######################################################################### */

/* Responsive layout - when the screen is less than 768px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
	h2 {
		margin: 0.5em 0 1.0em 0;
		font-size: 1.28em;
	}
	h3 {
		margin: 0em 0em 1.0em 0em;
		font-size: 1.10em;
	}
	.logoarmoirie img {
		display: block;
		position: relative;
		float: none;
		top: 0px;
		height: 125px;
		margin: 0 auto 0.1em auto;
	}
	.logoarmoirie h1 {
		font-size: 2.2em;
		line-height: 0.87em;
		margin-top: 0.5em;
		text-align: center;
	}
	.logoarmoirie h1 span {
		letter-spacing: 9.8px;
	}
	.logoarmoirie h2 {
		text-align: center;
	}
	.nav_site {
		margin-bottom: 10px;
	}
	.nav_site ul {
		display: flex;
		flex-direction: column;
	}
	.nav_site li a,
	.dropbtn {
		display: inline-block;
		width: 100%;
		padding: 6px 18px;
		text-align: center;
		text-decoration: none;
	}
	.nav_site a {
		width:100%;
		padding: 0;
	}
	.dropdown-content {
		display: inline-block;
		top: 53px;
		width: 70%;
		padding: 0;
		margin-left: 25%;
		text-align: center;
		text-decoration: none;
	}
	#t-fermer {
		width: 100%;
		margin-top: 75px;
		font-size: 1.25em;
		line-height: 1.5em;
		text-align: center;
	}
	.nav_cv {
		position: relative;
		float: none;
		top: 30px;
		width: 100%;
		margin: 10px auto 35px auto;
	}
	.nav_cv table {
		width: 100%;
	}
	.nav_cv a {
		text-align: center;
	}
	#contenu_principal {
		position: relative;
		top: 30px;
		width: 100%;
		margin: 10px auto 10px auto;
	}
	img#rose-anne {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.row {   
		flex-direction: column;
	}
	.column, input[type=submit] {
		width: 100%;
		margin-top: 0;
	}
	iframe {
		width: 100%;
		height: 300px;
	}
	h6.misajour_cv {
		position: relative;
		top: 35px;
		margin-bottom: 15px;
	}
	footer {
		position: relative;
		top: 35px;
		margin: 0em 0em 1.5em 0em;
	}
	.miseajour_site {
		position: relative;
		top: 5px;
		margin: 0em 0em 0.1em 0em;
		font-size: 90%;
		text-align: center;
	}
	.copyright_site {
		position: relative;
		top: 5px;
		margin: 0;
		margin: 0em 0em 0.5em 0em;
		font-size: 90%;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.hautpied {
		display: none;
	}
}

/* ######################################################################### */
/* FIN DU PROGRAMME ######################################################## */
/* ######################################################################### */
