/*
Theme Name: Laboratoire - Défaut
Theme URI: https://oceanwp.org/
Description: Le thème enfant des laboratoires par défaut. Fait appel aux CSS de parent thème unicaen et unicaen-classique. Définit les couleurs de la Recherche (Bleu) par défaut. Si personnalisation de couleurs, créer un autre thème enfant.
Author: Unicaen
Author URI: https://www.unicaen.fr/
Template: oceanwp
Version: 1.0
*/


/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
* - HOME PAGE
*/

/* --- HOME PAGE --- */
/*.page-template-home-page #content .entry  h2:before{
	display: none;
}
.page-template-home-page #content .entry  h2{
	border-top: 4px solid #000;
	width: max-content;
	padding-top: 7px;
}*/

/*------------------------------------*
	$COULEURS
*------------------------------------*/
:root {
  --coul-secondaire-site: 74, 150, 205; /* = #4A96CD  Bleu Recherche */
  --coul-secondaire-site-darker: 59,120,164; /* = #3B78A4 */
  --coul-tertiaire-site: 41,130,140; /* #29828C = coul-secondaire institutionnel */
}
/* 404 personnalisée pour thème laboratoire defaut */
.error404 #content-wrap{
	background: url('../parent-theme/img/jpg/404_Blouses.jpg') !important;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.error404-content .error-title,
.error404-content .error-text{
     color: #FFF;
}
.error404-content .error-text{
	background-color: rgba(0,0,0,0.2);
    padding: 20px;
}
/*------------------------------------*
	$HOME PAGE CPT
*------------------------------------*/
/* site DECODE */
.page-template-home-page #content .entry > .wp-block-getwid-custom-post-type.has-layout-list.mise-en-avant{
	padding: 40px 100px 40px 100px !important;
}
.page-template-home-page .wp-block-getwid-custom-post-type.has-layout-list.mise-en-avant .wp-block-getwid-template-post-title::before{
	display: none;
}
.page-template-home-page .wp-block-getwid-custom-post-type.has-layout-list.mise-en-avant .wp-block-getwid-template-post-title{
	border: 0 !important;
}
.page-template-home-page .wp-block-getwid-custom-post-type.has-layout-list.mise-en-avant .wp-block-getwid-template-post-title a{
	color: #FFFFFF !important;
	text-decoration: none !important;
	background-color: rgb(var(--coul-secondaire-site));
	padding: 10px !important;
	margin-bottom: 20px;
}
.page-template-home-page .wp-block-getwid-custom-post-type.has-layout-list.mise-en-avant .wp-block-getwid-template-post-title a:hover,
.page-template-home-page .wp-block-getwid-custom-post-type.has-layout-list.mise-en-avant .wp-block-getwid-template-post-title a:focus{
	background-color: rgb(var(--coul-secondaire-site-darker)) !important;
}
/* FOOTER */
#footer-widgets .footer-box.span_1_of_2.col-1,
#footer-widgets .footer-box.span_1_of_2.col-2{
	width: 50%;
	flex-wrap: wrap;
}