/*
 Theme Name:   Standard 216 _ 20-17
 Theme URI:    http://www.standard216.com/
 Description:  adaptation de Twenty Seventeen Theme
 Author:       Sylvain Blanchard-Standard 216 HBG
 Author URI:   http://www.standard216.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns
 Text Domain:  twentyseventeenchild
*/


/* NEUTRALISE background sour image header */
/* .custom-header-media:before { */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
/*	background: #ff9900; */
/* } */



/* titre page  */
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #cc0000;
	font-size: 18px;
	font-size: 1.2rem;
 	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;	
}

/* titre Bienvenue... id 5216 */
.page .post-5216 .panel-content .entry-title {
	color: #cc0000;
	font-size: 12px;
	font-size: 0.875rem;
 	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;	
}


/* Menu item  : couleur actif */
.navigation-top .current-menu-parent > a,
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #ff9900;
}

/* Menu item : couleur ligne principale élément sélectionné */
.main-navigation a:hover {
	color: #fdc834;
}

/* Menu item : dropdown menu fond elements selection */
	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #fdc834;
	}


/* formats des h */
h1 {
	color: #cc0000;
	font-size: 18px;
	font-size: 1.2rem;
 	font-weight: 800;
	letter-spacing: 0.14em;
}

h2 {
	color: #ff9900;
	font-size: 18px;
	font-size: 1.05rem;
	font-weight: 300;
	text-transform: uppercase;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}


/*page 5260 = L'association / L'espace musée */
/* enlever marge padding top  */
.post-5260 .panel-content .wrap {
	padding-top: 0;
}

/* Supprimer titre  */
.post-5260 .panel-content .entry-title {
	display: none;
}



/* ****** */
/* CC Child Pages */
/* ****** */

/* enlever le bord blanc autour des images liens */
.entry-content a img.cc-child-pages-thumb {
	-webkit-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff;
}

/* Formatage de la carte, fond ombrage */
.simple .ccchildpage {
	background: #fff;
	display: block;
	box-shadow: 0 0 40px rgba(0,0,0,.15);
	transition: .3s;
	border-radius: 0px;
	padding: 0px;
}


/* marge au tour de l'image */
.cc-child-pages-thumb {
   margin: 0;
}

/* Centrer le titre dans la carte	 */
.ccchildpage h3 {
    text-align: center;
}


/* ****** */
/* Responsive Grid Gallery */
/* ****** */

/* Formatage de la carte, fond ombrage CLASS : rgg-item-container */
div.rgg-item-container, div.rggclIItemCntr {
	background: #fff;
	display: block;
	box-shadow: 0 0 40px rgba(0,0,0,.15);
	transition: .3s;
	border-radius: 0px;
	padding: 1%;
}


/* enlever le bord blanc autour des images liens : CLASS rgg-img */
/*.entry-content a img.rgg-img { */
/*	-webkit-box-shadow: 0 0 0 0 #fff; */
/*	box-shadow: 0 0 0 0 #fff; */
/*} */

/* marge sous le menu*/
.rggclFItemsCntr ul {
	margin-bottom : 20px;
}
/* espace entre items menu*/
.rggclFItemsCntr ul li a {
	margin-left: 5px;
	margin-right: 5px;
}

/* formatage textes*/
.nom-vehicule {
	color: #cc0000;
	font-size: 18px;
	font-size: 1.2rem;
 	font-weight: 800;
	letter-spacing: 0.14em;
}
.type-vehicule {
	color: #000000;
	font-size: 14px;
	font-size: 0.85rem;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 10px;
	Letter-spacing: 0.14em;
}
.numero-transporteur-vehicule::before {
	content: ">> ";
	font-weight: 200;
	color: #FF9900;
	text-decoration: none;
}
.numero-transporteur-vehicule {
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
.annee-vehicule::before {
	content: "année : ";
	font-weight: 200;
	color: #FF9900;
	text-decoration: none;
}
.annee-vehicule {
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
.etat-vehicule {
	font-size: 10px;
	font-size: 0.75rem;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
}
/* masque overlay*/
.rggclMask {
	background-color: rgba(255, 153, 0, .65);
}

/* Breadcrumb */
/* pour remonter le contenu */
.site-content {
	padding-top: 1em;
}

div.breadcrumb {
	margin-bottom: 3.5em;
	font-size: 10px;
	font-size: 0.7rem;
}

div.breadcrumb a:hover {
	color: #fdc834;
}