@charset "utf-8";
/* CSS Document */

/**
 *    
 **/
  
body {
	margin: 0px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

div#pied-de-page ul.menu li {
	display: block;
}

	div#pied-de-page ul.menu li:first-child {
		display: none;
	}



	div#pied-de-page ul.menu li:last-child {
		border-bottom: none;
	}

	div#pied-de-page ul.menu li a {
		font-size: 1.12em;
	}

  #division-generale .encadre{
  
    border-radius: 2px;
    margin: 20px 0;
    border: #4ab280 solid 2px;
    background-color: #fff;
    box-shadow: none;
    
  }

 #division-generale .section-contenu .encadre{
  
   
   border: #5e5d5d solid 1px;
    
    
  }

#intro {
	background-color: #4AB27F;
    
}

	#intro div.section-details{
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 50px;
		padding-top: 50px
	}

		#intro div.section-details p {
		font-size: 1.3em;
		color: #fff;
		font-weight: bold;
		line-height: 2.8rem;
		padding: 3%;
		
	}
	
.encadre-qt {
			color: #E95D3B;
			padding: 0px 9px;
			background-color: #FFF;
			border: 5px solid #00B5E5;
			}
	
.section-details {
	
    margin: 0 auto;
    
}

.section-details:last-child {
	padding-bottom: 0;
}

h1 a {
	color: #FFF;
}

	h1 a:visited {
		color: #FFF;
	}



h1, h1, h3, h4, h5{
     color:#013433;
     margin:0 0 40px 0;
     font-weight: normal;
     font-family: "Roboto";

}

h1{

    font-size: 2.75rem
  
}

h2 {
	font-size: 1.8rem;
	
}

h3{
    font-size:1.6rem;
}

h4{
    font-size:1.4rem;
}

h5{
    font-size:1.2rem;
}
h6{
    font-size:1.1rem;
}


a, p a	{
	color: #0676b1;
}

	a:hover, p a:hover	{
		text-decoration: none;
	}

.petit {
	font-size: 0.8em;
}

div.conteneur_780 {
    /*
    max-width: 900px;
    margin: 20px auto;
    padding: 0 2%;
    line-height: 1.3rem;*/
  

   padding: 0 15px;  
}

div#slogan p {
    font-size: 1.48em;
}

/* fil d'ariane */
nav[aria-label="breadcrumb"] {
    max-width: 1000px;
    margin: 0 auto;
    font-family: "Open sans";
    margin-bottom: 5rem;
}
nav[aria-label="breadcrumb"] .breadcrumb {
    padding: .75rem 1rem;
    background: transparent;
}

.breadcrumb {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 0 0 16px 0px;

}

.breadcrumb li { 
 padding: 0;
}


.breadcrumb-item+.breadcrumb-item::before {

    content: "";
    display: inline-block;
    background-image: url(/images/chevron-fil.svg);
    width: 12px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    border: 0;
    transform: none;
    position: relative;

}

ul.nav-verticale {
    margin: 0 auto; padding: 0;
    width: 294px;
}

ul.nav-verticale li {
    border-top: solid 1px #2d2d2e;
    padding: 14px 0;
    list-style-type: none;
}

ul.nav-verticale li a {
    color: inherit !important;
    text-decoration: none;
}

ul.nav-verticale li a:hover {
    border-bottom: dashed 1px #5e5d5d;
}







/* boutons partager en bas de page */
div.partager {
	margin: 40px auto; 
	width: 280px;
}

div.partager > div {
	margin-left: 20px;
	display: inline;
	float: left;
}
/* ajuster la hauteur des lignes lorsqu'elles contiennent du texte en exposant */
sub, sup { 
	font-size: 75%;
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}
sup { 
	top: -0.5em; 
}
sub { 
	bottom: -0.25em; 
}






a.opacite-image:hover {
	opacity: 0.5;
}


.encadrer {
	margin-left: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #cb1287;
    padding: 15px 9px;
    background-color: #FFF;
    border: 5px solid #59bac1;
    color: #cb1287;
	width: 95%;

}

.contenuPrincipal ol , .listeClasses ol {
    counter-reset: list;
}
.contenuPrincipal ol > li , .listeClasses  ol > li{
    list-style: none;
    position: relative;
}
.contenuPrincipal ol > li:before , .listeClasses ol > li:before {
    counter-increment: list;
    content: counter(list) ") ";
    position: absolute;
    left: -1.4em;
}


.listePropositions hr.separateur-proposition-neo{

    border-top: 1px dotted #ccc;
}
.listePropositions hr.separateur-proposition-neo:last-of-type{
display: none;

}

.contenu-video {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

   .contenu-fixe .contenu-video p {
        text-align: left;
        margin: 0 20px;
        /*font-size:0.875rem;
        line-height: 1.2rem; */
    }

   .section-videos > .contenu-video:nth-of-type(even) .video {
       order: 2;
    }




@media only screen and (max-width: 768px) {

    .contenu-video {
        display: flex;
        align-items: center;
        margin: 40px 0;
        flex-direction: column;
    }

    .video-celebloui {
    display: flex !important;
}

   .video-celebloui .video{
   float: none !important;
    padding-right: 0 !important;
}



    
.contenu-fixe .video-celebloui p {
           text-align: left;
        max-width: 450px !important;
        margin: 0;
}

        .contenu-video .video, .video iframe {
            max-width: 450px;
            width: 100%;
        }

         .section-videos > .contenu-video:nth-of-type(even) .video {
    order: -1;
  }

        .contenu-video:nth-of-type(even) p, .contenu-video p {
            text-align: left;
            max-width: 450px;
            margin: 0;
        }
}

.infobulle {
    position: relative; /*les .infobulle deviennent référents*/
    cursor: help;
    border-radius: 50%;
    color: #4d99e0;
}


    .infobulle:hover:after,
    .infobulle:focus:after {
        content: attr(data-title); /* on affiche aria-label */
        position: absolute;
        top: -8em;
        left: 50%;
        transform: translateX(-50%); /* on centre horizontalement  */
        z-index: 1; /* pour s'afficher au dessus des éléments en position relative */
        white-space: normal; /* on accepte le retour à la ligne*/
        padding: 20px;
        background: #FFFFFF;
        border: 2px solid #96C4ED;
        box-shadow: 0px 0px 20px #999999;
        color: #666666;
        line-height: 1.4em;
        border-radius: 6px;
        font-size: 0.9rem;
        font-style: normal;
        width: 400px;
    }

/**
 boutons formulaire participer    
 **/
#cph_formulaire_enseignant_btn_ajouter, #btn_soumettre {
    background: #223654;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: none;
    text-indent: 0;
}

    #cph_formulaire_enseignant_btn_ajouter:disabled, #btn_soumettre:disabled {
        background: #c2c2c2;
        text-shadow: none;
        box-shadow: none;
        color: #f5f5f5;
        border: none;
        cursor: not-allowed;
    }

.infobulle:hover:after,
.infobulle:focus:after {
    content: attr(data-title); /* on affiche aria-label */
    position: absolute;
    top: -8em;
    left: 50%;
    transform: translateX(-50%); /* on centre horizontalement  */
    z-index: 1; /* pour s'afficher au dessus des éléments en position relative */
    white-space: normal; /* on accepte le retour à la ligne*/
    padding: 20px;
    background: #FFFFFF;
    border: 2px solid #96C4ED;
    box-shadow: 0px 0px 20px #999999;
    color: #666666;
    line-height: 1.4em;
    border-radius: 6px;
    font-size: 0.9rem;
    font-style: normal;
    width: 400px;
}

.erreur {
    color: #e10000;
}

select {
    -moz-box-shadow: inset 0 0 2px #ddd;
    -webkit-box-shadow: inset 0 1px 2px #ddd;
    box-shadow: inset 0 1px 2px #ddd;
}

input.erreur {
    border: 1px solid #e10000;
}

input:disabled {
    background: #c6c6c633;
    cursor: not-allowed;
}

.small-text {
    font-size: 0.8em;
    margin-top: 0.6em;
    line-height: normal;
    display: block;
}
