/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: CD80
Author URI: https://somme.fr/
Template: oceanwp
Version: 1.0
*/


/*Texte en gras*/
p strong, li strong {
	color: #1d5d9d!important;
}

/*Texte en justifier*/
.justifier_texte{
	text-align: justify!important;
}

/*Enleve le soulignage sur les sous-menus*/
.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button){
	text-decoration: none !important;
}

/*Déactive le bouton "Défiler vers le haut" pour le mode tablette et mobile*/
@media only screen and (max-width: 1080px) {
	#scroll-top {
		display: none !important; 
	}
}

/*Modifie la barre de recherche*/
.field::placeholder{
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
  font-weight: normal;
}

/*Permet un espace à gauche et en bas pour les listes à puces*/
.espace_liste{
	padding: 0px 0px 0px 30px;
}


/*---------------------------------PARTIE TABLEAU--------------------------------------*/
/*Défini les couleurs des tableaux*/
thead{
	background-color: #f0c828;
	border-color: #fff!important;
}

th{
	color: #fff;
}

tbody{
	background-color: #d1e3f5;
}

td{
	border-color: #fff!important;
}
/*----------------------------FIN PARTIE TABLEAU-------------------------------*/


/*----------------------------PARTIE TOP BAR-------------------------------*/
/*Enlève la top bar entre 767px et 1080px*/
@media only screen and (min-width: 767px) and (max-width: 1080px){
	#top-bar-wrap{
		display: none;
	}
}

/*--------------------------FIN PARTIE TOP BAR------------------------------*/


/*------------------------PARTIE MENU NAVIGATION-----------------------------*/
#site-navigation-wrap nav li + li a:before {
	content: "|";
	padding-right: 9px;
	color: #fff;
}

/*Partie agrandi le texte*/
.accessibility_style{
	right: 0px;
	text-transform: inherit;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.accessibility_style .accessplus{
	margin-bottom: 0px;
}
/*Fin partie agrandi le texte*/

/*Espace entre les deux logos du menu*/
#site-logo #site-logo-inner img{
	margin-right: 5px;
}

/*Réduit la taille et supprime la transparence du logo CDEF*/
.custom-logo-link .custom-logo{
	width: 70px!important;
	opacity: 1!important;
}

/*Réduit la taille du logo CD80*/
#site-logo-inner img{
	width: 70px;
}

.header-searchform-wrap .searchform input::placeholder {
	color: #000!important;
}

/*Partie barre de recherche mobile*/
#mobile-menu-search .mobile-searchform input::placeholder {
	color: #000!important;
	font-weight: 500;
}

#mobile-menu-search form input[type="search"]{
	border-color: #1d5d9d!important;
	color: #000;
}
/*Fin partie barre de recherche mobile*/
/*---FIN PARTIE MENU NAVIGATION---*/


/*-------------------PARTIE MENU NAVIGATION ACCUEIL--------------------------*/
/*Pour le format desktop*/
@media only screen and (min-width: 1081px) {
	/*Partie barre supérieure*/
	.container-top-bar-accueil{
		position: absolute!important;
		right: 0;
		z-index: 30!important;
	}

	#top-bar-accueil{
		padding: 15px 50px 15px 50px;
    	background-color: #f0c828;
		z-index: 5;
	}
	
	/*Partie menu principal */
	#site-header-accueil {
	  	position: relative;
	  	width: 100%;
	  	z-index: 100;
	}
	
	#site-header-accueil.mystyle {
	  	position: relative;
	  	width: 100%;
	  	padding: 0px;
	}
	
	.accueil-header{
		position: absolute!important;
		top: 66px;
		right: 0;
		width: 70%!important;
		z-index: 50;
	}
	
	.accueil-header.mystyle{
		position: fixed!important;
		top: 0;
		right: 0;
		width: 100%!important;
		background-color: #80bdec;
	}
	
	.navigation-accueil{
		background-color: #80bdec;
		padding: 0px 60px 0px 60px;
	}
	
	.navigation-accueil.navigation-barre{
		background-color: none;
		padding: 0px 60px 0px 0px;
	}
	
	/*Partie logos*/	
	.accueil-header #site-logo{
		position: absolute;
		left: -38%;
	}
	
	.accueil-header #site-logo-inner img{
		width: 140px!important;
	}
								
	.accueil-header #site-logo.scroll{
		left: 60px!important;
	}

	.accueil-header #site-logo.scroll img{
		width: 70px!important;
	}
	
#site-logo #site-logo-inner img{
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
}
	
	/*Partie titre H1*/
	.h1-page-accueil{
		position: absolute;
		z-index: 20;
		color: #fff;
		top: 9%;
		left: 15%;
		padding-right: 29%;
	}
}

/*Pour le format mobile*/
@media only screen and (max-width: 1080px) {
	#site-header-accueil {
		position: fixed!important;
		top: 0%;
	 	position: relative;
	  	width: 100%;
	  	z-index: 100;
		background-color: #80bdec;
		padding: 0px 40px 0px 20px;
	}
	
	.h1-page-accueil{
		display: none;
	}
}
/*----------------FIN PARTIE MENU NAVIGATION ACCUEIL-------------------*/


/*---------------------PARTIE HEADER ACCUEIL------------------------*/
.page-header-title{
	display: none!important;
}

@media only screen and (min-width: 1081px) {
	.page_header_accueil{
		height: 600px!important;
	}
}
/*----------------FIN PARTIE HEADER ACCUEIL-------------------------*/


/*--------------------------PAGE ACCUEIL---------------------------*/
/*Slider article*/
.carousel-slider__post-header a h2{
	font-size: 28px;
	text-align: left;
}

.carousel-slider__post-excerpt{
	font-size: 17px;	
}

.carousel-slider__post{
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
}

.carousel-slider__post-meta{
	display:none;
}
/*------------------------FIN PAGE ACCUEIL--------------------------*/


/*---------------------PARTIE FIL D'ARIANE-----------------------------*/
.background_fil_ariane{
	background-size: cover;
  background-color: #ffffff;
	padding: 20px 20px;
}

.container_fil_ariane{
	width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.background_fil_ariane a{
	color: #000!important;
	font-size: 1.2em;
}

.breadcrumb-sep{
	color: #000!important;
}

@media only screen and (max-width: 1080px) {
	.background_fil_ariane{
		text-align: center;	
	}
}
/*---------------------FIN PARTIE FIL D'ARIANE------------------------*/


/*---------------------------PAGE LE CDEF-----------------------------*/
/*Partie quelques chiffres clés*/
/*Aggrandi le texte*/
.large-text{
	font-size: 25px;
	font-weight: 500;
}

/*Crée un alignement pour les années*/
.text-annee-chiffres{
	padding-left: 50px;
}

path[Attributes Style] {
    d: path("M 201 151.8 L 201 78 A 123 123 0 0 1 321.821 177.952 L 249.329 191.781 A 49.2 49.2 0 0 0 201 151.8");
    stroke: rgb(255, 255, 255);
    stroke-width: 1;
    fill: red !important;
}


/*Fin partie quelques chiffres clés*/

/*Partie barre de progression*/
.container-bar{
	padding-left: 50px;
	padding-bottom: 40px;
}

.container-bar .bar:not(:last-child){
  margin-bottom: 30px;
}

.bar{
	width: 90%;  
	border-radius: 8px;
  background: #d1e3f5;
}

.bar-stat{
	padding: 0px 30px;
	height: 30px;
	border-radius: 8px;
	background: #c52900;
}

#pourcentage1{
	animation: pourcentage1Slide 2s forwards;	
	color: white;
}

#pourcentage2{
	animation: pourcentage2Slide 2s  forwards;
	color: white;
}

#pourcentage3{
	animation: pourcentage3Slide 2s forwards;
	color: white;
}

@keyframes pourcentage1Slide{
	0%{width: 20%;}
  100%{width: 97.4%;}
}

@keyframes pourcentage2Slide{
	0%{width: 20%;}
  100%{width: 95.8%;}
}

@keyframes pourcentage3Slide{
	0%{width: 20%;}
  100%{width: 96.7%;}
}
/*-----------------------FIN PAGE LE CDEF---------------------------*/


/*-------------------------PAGE SERVICES------------------------------*/
/*Modifie la taille titre des articles*/
.entry-header h2 a{
	font-size: 20px;
}
/*----------------------FIN PAGE SERVICES------------------------------*/


/*------------------------PAGE DE RECHERCHE---------------------------*/
.page-subheading{
	font-size: 30px!important;
	font-weight: 400!important;
	color: #fff!important;
}
/*-------------------FIN PAGE DE RECHERCHE---------------------------*/


/*-----------------------PARTIE FORMULAIRE--------------------------*/
/*Met en forme des types:"text, email, tel, date et submit" sur tous les formulaires*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea{
	border: 1px solid #C1C1C1;
	color: black;
	border-radius: 0px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus{
	border: 2px solid black;
	color: black;
	border-radius: 0px;
}

.wpcf7 input[type="submit"]{
	border-radius: 5px;
	font-size: 15px;
	margin: 35px 0px 10px 0px;
}

/*Partie formulaire de candidature*/
/*Met en forme du form*/
.espace-label-candidature{
	text-align: justify;
	padding: 40px 0px 0px 0px;
}

/*Met sur la même ligne les cases "Code postal" et "Votre commune"*/
.contact-field-candidature{
	display: grid;
	grid-template-columns: 48% 2% auto;
}

/*Adapte le formulaire pour le mode tablette et mobile*/
@media only screen and (max-width:1080px){
	.contact-field-candidature{
		display: flex;
		flex-direction: column;
	}
	.espace-label-candidature{
		font-size: 15px;
	}
}

@media only screen and (max-width:580px){
	.contact-field-candidature{
		display: flex;
		flex-direction: column;
	}
	.espace-label-candidature{
		font-size: 13px;
	}
}
/*Fin partie formulaire de candidature*/

/*Partie formulaire de contact*/
.espace-label{
	padding: 40px 0px 0px 0px;
}

/*Met sur la même ligne les cases "Votre nom"/"Votre prénom" et les cases "Votre courriel"/"Votre numéro de téléphone"*/
.contact-field{
	display: grid;
	grid-template-columns: 48% 2% auto;
}

.submit-center {
	text-align: center!important;
}

/*Adapte le formulaire pour le mode tablette et mobile*/
@media only screen and (max-width:1080px){
	.contact-field{
		display: flex;
		flex-direction: column;
	}
	.espace-label{
		font-size: 18px;
	}
}

@media only screen and (max-width:580px){
	.contact-field{
		display: flex;
		flex-direction: column;
	}
	.espace-label{
		font-size: 16px;
	}
}
/*Fin partie formulaire de contact*/
/*------------------FIN PARTIE FORMULAIRE---------------------------*/


/*-----------------------PARTIE FOOTER---------------------------*/
/*---Partie Pied de page 1 pour le mode tablette et mobile---*/
.recherche-pied-page{
	text-align: center;
}

/*Texte "informations de contact"*/
	@media only screen and (max-width:770px){
	.text-pied-page-center{
		text-align: center;
	}
}

/*Partie adresse - téléphone - courriel*/
@media only screen and (max-width:770px){
	.block-center{
		margin-left: 13%;
	}
}

@media only screen and (max-width:580px){
	.block-center{
		margin-left: 0%;
	}

	.icon_contact{
		float:left;
	}
	
	.text_contact{
		line-height: 25px;
		padding: 0px 0px 0px 40px;
	}
}
/*Fin partie Pied de page 1*/


/*Partie Pied de page 2*/
.logo-cdef-pied-page{
	text-align: center;
}
/*Fin partie Pied de page 2*/


/*Partie Pied de page 3*/
.widget-contact-footer{
	text-align: center;
}

.contact-footer{
	font-size: 40px;	
	font-weight: 600;
}
/*Fin partie Pied de page 3*/

/*Trait de séparation entre le pied de page et le bas de page*/
#footer-widgets{
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: rgba(29, 93, 157, 0.30);
}
/*------------FIN PARTIE FOOTER--------------*/