/*
===================================================================================================================
,--.                                        ,--.   ,--.   ,--.                       ,--.                         
|  |     ,---.   ,---.     ,---.   ,---.  ,-'  '-. `--' ,-'  '-.  ,---.     ,---.  ,-'  '-. ,--.--.  ,---.   ,---.
|  |    | .-. : (  .-'    | .-. | | .-. : '-.  .-' ,--. '-.  .-' (  .-'    | .-. : '-.  .-' |  .--' | .-. : (  .-'
|  '--. \   --. .-'  `)   | '-' ' \   --.   |  |   |  |   |  |   .-'  `)   \   --.   |  |   |  |    \   --. .-'  `)
`-----'  `----' `----'    |  |-'   `----'   `--'   `--'   `--'   `----'     `----'   `--'   `--'     `----' `----'
                          `--'
	 	   	             ,--.           ,--.                     ,--.
:::::::::::::::::      ,-|  |  ,---.    |  | ,--.,--. ,--,--,--. `--'  ,---.  ,--.--.  ,---.      :::::::::::::::::
     :::::::::::      ' .-. | | .-. :   |  | |  ||  | |        | ,--. | .-. : |  .--' | .-. :      :::::::::::
         ::::::       \ `-' | \   --.   |  | '  ''  ' |  |  |  | |  | \   --. |  |    \   --.       ::::::
                       `---'   `----'   `--'  `----'  `--`--`--' `--'  `----' `--'     `----'

====================================================================================================================
*/

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

             PAGE PRINCIPALE

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

body
{
    background-color: #ffffff;
}

.Page
{
    flex-flow : row wrap;
}

.icones_flottants1 {
    position: fixed;
    right: 20px;
    top : 20px;
    box-shadow: 0px 0px 15px #1B4379;
    width: 70px;
    border-radius: 20px 20px 20px 20px;
    z-index: 100;
}

.icones_flottants2 {
    position: fixed;
    right: 20px;
    top: 110px;
    box-shadow: 0px 0px 15px #1B4379;
    width: 70px;
    border-radius: 20px 20px 20px 20px;
    z-index: 100;
}

.Logo
{
    box-sizing: border-box;
    /*margin-left: 10%;*/
    width : 80%;
    display: block;
    margin: 0 auto;
}

.Catégorie_Métier
{
  text-align : left;
  color : #1B4379; 
  margin : 100px;
  font-size : 210%;
  font-family: 'Cabin', sans-serif;
}

.filets
{
  height : 6px;
  background-color : #1B4379;
  box-sizing: border-box;
  margin-top : -90px;
  margin-left : 100px;
  border-radius: 20px 20px 20px 20px;
}

.texte_courant_introduction_page {
    margin-left: 100px;
    margin-right: 70px;
    text-align: justify;
    font-size: 25px;
    line-height: 35px;
}

.Métier
{
    box-sizing: border-box;
    width : 40%;
    height : 20%;
    display: inline-block;
}

a
{
    color : white;
    text-decoration: unset;
}

.pied
{
    width : 100%;
    margin : 100px 0px 100px 0px;
}

.filet_pied {
    height : 4px;
    background-color : grey;
    box-sizing: border-box;
    margin : 200px 100px -70px 100px;
    border-radius: 20px 20px 20px 20px;
}

.gras {
    font-weight : bolder;
}

.Séparateur
{
    position : relative;
    left : -50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.Nous
{
    font-style: italic;
    font-size: 20px;
    color: grey;
    text-align: center;
    line-height : 40px;
}

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

             SOMMAIRE

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

/*Design général de la barre*/

#menu {
	background: #1B4379;
	color: #ffffff;
    height: 50px;
	padding: 8px;
    border-radius: 10px;
    font-family: 'Cabin', sans-serif;
}

/*Design général des cellules*/

/*menu mode sandwich*/
#menu ul {
    text-align: left;
    margin: 0px;
}

#menu li {
    margin: auto;
    padding: auto;
	float: left;
	display: inline;
    position: relative;
}

#menu a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

/*petite flèche à droite du menu "sommaire"*/
#menu a.dropdown-arrow:after {
    font-size: 15px;
	content: "▼";
    margin-left: 5px;
}

/*Effet : changement de couleur au survol*/
#menu li a:hover {
    color: #1B4379;
	background: #ffffff;
}

/*Réglages techniques*/
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 35px
}

/* affichage du logo "sandwich" en utilisant un css code */
#menu label:before {
	font-size: 3em;
	content: "\2261"; 
	margin-left: 20px;
}

/* design sous-menu déroulant */
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 350px;
	background:#506683;
	position: absolute;
	z-index: 200;
    display: none;
}

#menu ul.sub-menus li {
	display: block;
    width: 100%;
    line-height: 30px;
}

#menu ul.sub-menus a {
	color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

/*Effet : changement de couleur au survol*/
#menu li:hover ul.sub-menus {
	display: block
}

#menu ul.sub-menus a:hover{
	background: #ffffff;
	color: #506683;
}
/* Condition et configuration pour le menu responsive (quand l'affichage est inférieur à 800px) */
@media screen and (max-width: 800px){
	#menu {position:relative}
	#menu ul {background:#1B4379;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block;padding-top:10px;}
	#menu input {z-index:4;}
	#menu input:checked + label {color:white}
	#menu input:checked + label:before {content:"\00d7";}
	#menu input:checked ~ ul {display:block;}
}

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

            BLOCS METIERS

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

.contenant_categorie {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ImageMétier {
    background-color: #1B4379;
    color: #fff;
    display: inline-block;
    font-family: 'Cabin', sans-serif;
    border-radius : 20px;
    border : 5px solid white;
    font-size: 20px;
    margin: 100px 50px 50px 100px;
    width: 300px;
    min-height : 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 15px #1B4379;
    text-transform: uppercase;
}

.ImageMétier img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
}

.ImageMétier a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.contenant_nom_métier {
    display : flex;
    flex-flow : row wrap;
    justify-content : center;
    align-items : center;
    height : 150px;
    align-items : center;
}

/* Effet : dézoom bloc métier */
.effet_zoom {
    transform: scale(1.1);
    transition-property : all;
    transition-timing-function: ease-out;
    transition-duration : 0.4s;

}

.effet_zoom:hover {
    transform: scale(1);
}

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

             FICHE METIER

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

* {
    font-family: 'Cabin', sans-serif;
}

.fiche {
    background: white;
    border-radius: 20px 20px 20px 20px;
    margin: 60px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 15px #1B4379;
}

.bloc_debut {
    padding: 20px;
    margin: 20px;
    max-width: 500px;
    display: inline-block;
    font-size: 20px;
}

.gras {
    font-weight: 600;
}

.gras_couleur {
    font-weight: 600;
    color: #1B4379;
}

.interligne_plus {
    line-height: -10px;
}

.gris_italique {
    color : grey;
    font-style : italic;
}

.gros_titre {
    font-family: 'Cabin', sans-serif;
    color: white;
    font-weight: 800;
    background-color: #1B4379;
    padding: 10px 40px 10px 50px;
    text-align: right;
    border-radius: 0px 50px 50px 0px;
    box-shadow: 5px 5px 15px rgb(31, 31, 31);
    margin: 20px 20px 20px -60px;
}

.formation {
    font-family: 'Cabin', sans-serif;
    box-sizing: content-box;
}

.text_intro {
    font-style : italic;
    box-sizing: content-box;
    text-align: justify;
}

h2 {
    font-family: 'Cabin', sans-serif;
    color: white;
    background-color:#1B4379;
    padding: 20px;
    margin-left: 40px;
    margin-right: -10px;
    border-radius: 50px 0px 0px 50px;
    box-shadow: -5px 5px 15px rgb(31, 31, 31);
}

.comprequises {
    color: white;
    background-color: #1B4379;
    width: 300px;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgb(31, 31, 31);
    margin: 20px;
    margin-top: -20px;
    display: inline-block;
    font-size: 20px;
}

.comprequises_titre {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
}

.liste_compétences {
    font-family: 'Cabin', sans-serif;
}

.texte_courant {
    margin-left: 70px;
    margin-right: 70px;
    text-align: justify;
    font-size: 20px;
}

.bacs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}

.bacNb {
  flex: 0 0 25%;
  width: 250px;
  height: 25%;
  text-align: left;
  padding: 0px 30px 0px 30px;
  font-size: 20px;
}

.liens_cliquables {
    color: black;
    font-weight: 600;
    color: #1B4379;
    text-decoration: underline;
}

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

        RECHERCHE PAR FORMATION

----------------------------------------*/
.RPF_titre {
    text-align : left;
    color : #1B4379; 
    margin : 50px 100px 100px 100px;
    font-size : 210%;
    font-family: 'Cabin', sans-serif;
}

.RPF_page {
    margin-top: -50px;
    margin-bottom: 100px;
}

.RPF_Métiers {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color:#1B4379;
    padding: 15px 15px 15px 40px;
    margin-left: 100px;
    margin-right: -10px;
    border-radius: 50px 0px 0px 50px;
    box-shadow: -5px 5px 15px rgb(31, 31, 31);
}

.RPF_Bacs {
    text-align : left;
    color : #1B4379; 
    margin: 100px 100px 0px 100px;
    font-size : 210%;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
}

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

        MAIS QUI SOMMES-NOUS ?

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

.QSN_titre {
    text-align : left;
    color : #1B4379; 
    margin : 50px 100px 100px 100px;
    font-size : 250%;
    font-family: 'Cabin', sans-serif;
}

.QSN_texte_courant {
    margin : 100px; 
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}

.QSN_image {
    width: 300px;
    box-shadow: 0px 0px 15px #1B4379;
    border-radius: 20px 20px 20px 20px;
}