
/*R : 92
V : 166
B : 181

# 5ca6b5*/
/*#5ea7b5*/

/* ================================================================================ */
/* DEBUT Pascal  */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
.container {
  display: flex;          /* active le modèle flex */
  align-items: center;    /* centre verticalement les enfants */
  /*justify-content: center;*//* (optionnel) centre horizontalement */
  height: 200px;          /* hauteur de la div */
}


/* Pascal */
#id_barre_bleue_haut {
    background-image: url("./images/barre_bleue_haut.png");
    background-size: 100% 25px;


/*    -ms-transform: translate(602.938px, 19.303px) rotate(180.000deg) skew(0.000deg) scale(1.000, 1.000);
    -ms-transform-origin: 0% 0%;
     -webkit-transform: translate(602.938px, 19.303px) rotate(180.000deg) skew(0.000deg) scale(1.000, 1.000);
     -webkit-transform-origin: 0% 0%;
    height: 26.39px;*/
    /* left: 0px; */
    position: absolute;
    top: 0px;
    /* transform: translate(602.938px, 19.303px) rotate(180.000deg) skew(0.000deg) scale(1.000, 1.000); */
    /* transform: translate(602.938px, 19.303px) rotate(180.000deg) skew(0.000deg) scale(1.000, 1.000); */
    transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    width: 100%;
    height: 25px;
}



#id_caption_company_name {
	color: #ffffff;
	font-family: "Abril Fatface", serif;
	font-size: 26.4px;
	font-style: normal;
	font-weight: normal;
	font-weight: bold;   /* ou 700 */
	align-content: center;
}

#id_caption_company_slogan {
	color: #ffffff;
	font-family: Abel, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
	align-content: flex-end;
	margin-bottom: 10px;
}


#id_header_caption_logo {
    margin-left: 20px;
    display: contents;
}

#id_header_caption_logo img {
    width: 25%;
}


#id_header_caption_title {
	 margin-left: 5px;
	 display: flex;               /* les enfants sont disposés en ligne */
   gap: 1rem;
	 height: 100%;
}

/* -------------------------------------------------------------------------------- */
/* FIN Pascal  */
/* ================================================================================ */



.banner-photo {
    width: 100%;
/*    position: relative;*/
    z-index: 1;
    height: 200px;
}

.banner-photo {
		height: 200px;
		width: 100%;

		background-image: url("./images/banners/qui_sommes_nous.jpg");
		background-repeat: no-repeat;

		background-position: top center;
		background-size: cover;
		overflow: hidden;

}

.banner-photo img {
/*  width: 100%;*/
	/*height: 100.00%;*/
/*	min-width: 100%;*/
    /*display: block;*/ /* Enlève l'espace blanc sous l'image */
/*	left: 0px;
	position: absolute;
	top: 7px;
  object-fit: cover;*/

height: 200px;
width: 100%;

background-position: top center;
background-repeat: no-repeat;

background-position: top center;
background-size: cover;

overflow: hidden;
background-size: contain;
    overflow: hidden;
}




/* ================================================================================ */
/* DEBUT Pascal  */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/* Debut Menu dyanamique */
/* -------------------------------------------------------------------------------- */
/* Base menu */
.top-menu,
.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Horizontal top menu */
.top-menu {
    display: flex;
    gap: 20px;
}

/* Parent items */
.menu-item {
    position: relative;
}

/* Links */
.menu-item > a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #222;
    background: #fff;
    transition: background 0.2s ease;
}

.menu-item > a:hover {
    background: #f2f2f2;
}

/* Dropdown hidden by default */
.sub-menu {
    display: none;

    position: absolute;
    top: 100%;
    left: 0;

    min-width: 240px;

    background: white;
    border: 1px solid #ddd;

    z-index: 1000;
}

/* Show dropdown on hover */
.menu-item:hover > .sub-menu {
    display: block;
}

/* Submenu items */
.sub-menu .menu-item > a {
    padding: 10px 14px;
    white-space: nowrap;
}

/* Nested dropdowns */
.sub-menu .menu-item {
    position: relative;
}

/* Level 2+ dropdowns */
.sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

/* Optional shadow */
.sub-menu {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
/* -------------------------------------------------------------------------------- */
/* Fin menu dynamique */
/* -------------------------------------------------------------------------------- */

/* FIN: Pascal */
/* ================================================================================ */



nav {
	width: 100%;
	/* max-width: 900px; */
	/* box-shadow: 0 4px 24px rgba(0,0,0,0.08); */
	border-radius: 2px;
	display: flex;
	flex-direction: column;
    /* top: 174px; */
}

div.menu {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    z-index: 10;
    transform: translateY(-50%);
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
    /* left: 200px; */
    /* max-width: 900px; */
    overflow: hidden;
    align-content: center;
    justify-content: center;
		margin-left: 470px;
}


div.menu-item-container a {
	 text-decoration: none;
}

div.menu-item-container {
    display: flex;
    position: relative;
    align-items: center;
    padding: 10px 10px 10px 10px;
    margin: 0 5px;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    border-radius: 15px;
    cursor: pointer;
    height: 87px;
    max-width: 150px;
    min-width: 80px;
    text-decoration: none;
   	background-color: #e3e1e1;
    border-bottom-color: #2c2c2c;
}

div.current-menu-item {
    border-bottom-color:  #5CA5B4
}

.menu-item-container:hover {
    background-color: #ffffff;
}

.menu-item-container.active {
background-color: #e3e1e1;
border-bottom-color: #2c2c2c;
}

/* .menu-item-container:first-child {
	position: relative;
	margin-top: -27px;
	z-index: 10;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
} */


div.menu-item-text {
	display: flex;
	align-items: center;
	justify-content: center;
	/*border-right: 1px solid #f0f0f0; */
	text-align: left;
}

.menu-item-container:last-child .menu-item-text {
	border-right: none;
}

.menu-item-text-content {
	text-align: left;
	flex-wrap: wrap;
}

.menu-item-text-content > p {
	margin: 0;
	padding: 0;
	font-family: 'Avenir Medium', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: #3a678a;
	text-transform: uppercase;
	line-height: 1.4;
	transition: color 0.2s ease;
}

.menu-item-container:hover .menu-item-text-content p {
	color: #555;
}

.menu-item-container.active .menu-item-text-content p {
	color: #555;
}

