/*
Theme Name:   twentynineteen child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     twentynineteen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentynineteen-child
*/

/* Write here your own personal stylesheet */
/* to make page content go full width */

/* Navigation du Footer */
.site-footer {background-color:#006B95;}
footer#colophon.site-footer div.site-info {color: #fff;}
footer#colophon.site-footer div.site-info a:link {color: #fff;} 
footer#colophon.site-footer div.site-info a:active {color: #eee;}
footer#colophon.site-footer div.site-info a:hover {color: #000;} 

/* Séparateur dans menu FR */
#menu-menu-principal li:not(:last-child):after {
content: "|";
padding-right: 5px;
color: #fff;
}
.site-header.featured-image #menu-menu-principal li:not(:last-child):after {
	color: #fff;
}

/* Séparateur dans menu EN */
#menu-menu-principal-english li:not(:last-child):after {
content: "|";
padding-right: 5px;
color: #fff;
}
.site-header.featured-image #menu-menu-principal-english li:not(:last-child):after {
	color: #fff;
}
/* Header Bleu moins haut   */
.site-header.featured-image {
   min-height: 70vh;
 }
/* Lien sur Bleu */
.lienblanc a {
	text-transform: uppercase;
	color: #fff;
}
.lienblanc a:hover {
	color: #000;
	text-decoration: underline;
}
/* Formulaire */

/* Full page */
/* to make page content go full width */
body.page .entry .entry-content > *, .entry .entry-summary > * {
        max-width: none;
}
