/*
Theme Name: Thème officiel Chouquette Communication 2022
Theme URI: https://www.chouquettecommunication.fr
Author: REZO 21
Author URI: http://www.rezo21.net
Version: 1.0.0
Description: Développement par l'agence web REZO 21
*/


/*******************************************/
/********** DEBUT DES GENERALITES **********/
/*******************************************/

:root{
	--mainColor: #d50e34;
	--secondaryColor: #222222;
	--titleFont: 'Noto Sans', sans-serif;
	--textFont: 'Noto Sans', sans-serif;
}

a, a:hover, a:focus{
	color: var(--mainColor);
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1{
	font-family: var(--titleFont);
    font-size: 2.0em;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 30px;
	letter-spacing: 3px;
}

h1.entry-title{
	text-align: center;
	background:#191919;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0px;
	padding: 5px 30px 5px 15px;
	font-size: 3.0em;
}

h2{
	font-family: var(--titleFont);
    color: var(--mainColor);
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 10px;
}

.paragraphe h2{
	font-weight: 600;
}

h2.titre-wrapper{
	text-align: center;
	font-size: 2.0em;
    margin-bottom: 30px;
}

h3{
	font-size: 1.2em;
}

blockquote{
	font-size: 1.0em;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.btn{
	background: var(--mainColor);
	border: 4px solid var(--mainColor);
	color: #fff;
	border-radius: 100px;
	padding: 5px 25px 4px 25px;
}

.btn:hover,
.btn:focus{
	background: #fff;
	color: var(--mainColor);
	text-decoration: none;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
    border: none;
}

.wpcf7 form .wpcf7-response-output{
    margin: 0;
}

.wpcf7-form-control{
    margin-top: 10px;
}

span.wpcf7-list-item{
   margin: 0px;
}

.grecaptcha-badge{
	display: none;
}

iframe{
	width: 100%;
}

/*****************************************/
/********** FIN DES GENERALITES **********/
/*****************************************/

/**********************************************************************/

/*******************************************/
/********** DEBUT DES ALIGNEMENTS **********/
/*******************************************/

.alignleft{
	display: inline;
	float: left;
}

.alignright{
	display: inline;
	float: right;
}

.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft{
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone,
.wp-caption.aligncenter{
	margin-bottom: 1.2em;
	max-width: 100%;
}

.wp-caption.alignleft img,
.wp-caption.alignright img,
.wp-caption.alignnone img,
.wp-caption.aligncenter img{
	max-width: 100%;
	height: auto;
}

/*****************************************/
/********** FIN DES ALIGNEMENTS **********/
/*****************************************/

/**********************************************************************/

/*************************************/
/********** DEBUT DU HEADER **********/
/*************************************/

header{
	position: sticky;
	top:0;
	width: 100%;
	background: #ffffff;
	padding: 5px 0px;
	z-index:500;
}

header .logo a{
	display: inline-block;
	transition: all 0.3s ease 0s;
}

header .logo a:hover{
	opacity: 0.8;
}

header .reseaux-sociaux{
	float: right;
}

header .reseaux-sociaux a{
	display: inline-block;
	margin-left: 15px;
	font-size: 1.6em;
}

header .reseaux-sociaux a:hover{
	color: var(--secondaryColor);
	text-decoration: none;
}

header .reseaux-sociaux a span{
	font-size: 1.0em;
}

.retour-haut{
	position: fixed;
	bottom: 100px;    
    right: 30px;
    z-index: 1000;
	width: 44px;
	height: 44px;
	background: var(--mainColor);
	border: 3px solid #ffffff;
	color: #fff;
	text-align: center;
}

.retour-haut span{
	display: inline;
	font-size: 2.1em;
    line-height: 1.2em;
}

.retour-haut:hover{
	text-decoration: none;
	background: #fff;
	color: var(--mainColor);
}

.retour-haut:visited{
	color:#ffffff;
}

.fond-rouge{
	background: var(--mainColor);
}

.fond-noir{
	background: #191919;
}

.fond-blanc{
	background: #ffffff;
}

header .picto-rotate{
	transform:rotate(90deg);
	width:32px;
	height:auto;
	float:right;
}

/***********************************/
/********** FIN DU HEADER **********/
/***********************************/

/**********************************************************************/

/***********************************/
/********** DEBUT DU MENU **********/
/***********************************/

.navbar{
    padding: 0px;
    float: right;
}

nav .navbar-brand{
    display: none;
}

.navbar .navbar-nav>li{
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.navbar .navbar-nav>li>a{
    color: #000000;
    padding: 5px 0px 2px 0px;
	font-size: 1.1em;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.navbar .navbar-nav>li>a::after{
	position: relative;
	content: '';
    display: block;
	margin: auto;
    width: 0;
    height: 3px;
    margin-top: 0px;
    background: var(--mainColor);
    transition: width .2s;
}

.navbar .navbar-nav>.active>a{
	text-decoration: none;
    color: var(--mainColor);
    background: none;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>.active>a:hover{
	text-decoration: none;
    color: var(--mainColor);
    background: none;
}

.navbar .navbar-nav>li>a:hover::after{
    width: 100%;
}

.navbar .navbar-nav>li>a:focus{
    color: var(--mainColor);
}

.dropdown-toggle::after {
	border: none;
}

/***** DEBUT MENU DEROULANT *****/

.navbar-nav>li>.dropdown-menu{
    box-shadow: none;
    z-index: 10000;
    background: var(--mainColor);
    border: none;
    margin-top: 0px;
    width: 100%;
    padding: 0px;
	border-radius: 0px;
    border-radius: 0 0 5px 5px;
}

.dropdown-menu>li>a{
	display: block;
    padding: 5px 15px;
	font-size: 1.0em;
	color: #fff;
}

.dropdown-menu>li:last-child>a{
    border-radius: 0 0 5px 5px;
}

.dropdown-menu>li>a:hover{
	background: #fff;
	color: var(--mainColor);
	text-decoration: none;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus{
    background: #fff;
    color: var(--mainColor);
}

/***** FIN MENU DEROULANT *****/

/*********************************/
/********** FIN DU MENU **********/
/*********************************/

/**********************************************************************/

/******************************************/
/********** DEBUT DES DIAPORAMAS **********/
/******************************************/

.swiper{
	width: 100%;
	height: 100%;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}

.swiper-pagination-bullet-active{
	background-color: var(--mainColor);
}

.swiper-button-next, 
.swiper-button-prev{
	color: var(--mainColor);
}

/****************************************/
/********** FIN DES DIAPORAMAS **********/
/****************************************/

/**********************************************************************/

/************************************/
/********** DEBUT DU CORPS **********/
/************************************/

body{
    font-family: var(--textFont);
    font-weight: 400;
    color: #000;
}

#content{	
	margin: auto;
}

#content p{
    font-size: 1.2em;
}

#content ul,
#content ol{
	font-size: 1.2em;
	padding-left:15px;
}

#content ul ul,
#content ol ol{
	font-size: 1.0em;
}

#content ul li{
    list-style: disc;
	list-style-position: inside;
}

#content ol li{
    list-style: numeric;
	list-style-position: inside;
}

.container{
	max-width: 1000px;  
	margin: auto;
}

.home .container{
	max-width: 1300px;  
}

.titre-paragraphe{
	margin-bottom: 15px;
}

.paragraphe{
	padding-top: 50px;
	padding-bottom: 50px;
}

.paragraphe-1{
	padding-top: 0px;
}

body.home .paragraphe{
	padding-bottom: 0px;
}

.main-wrapper-presentation{
}

.main-wrapper-presentation .colonne-contenu{
	padding:15px 10% 15px 5%;
}

.main-wrapper-presentation .colonne-contenu{
	background:url('./images/tiret-rouge.svg') top 11% left -5px no-repeat;
}

.main-wrapper-presentation .colonne-contenu h1{
	text-transform: uppercase;
	color:#000000;
	font-weight: 300;
	font-size: 1.7em;
}

.main-wrapper-articles{
	padding: 50px 0px;
	background: #fff;
}

#identite-chouquette-communication{
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#identite-chouquette-communication img{
	max-width:500px;
	margin:auto;
}

.bloc-titre{
	color:#ffffff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 3.0em;
	padding: 5px 30px 5px 15px;
	text-align:right;
}

#expertises{
	padding-top: 200px;
	padding-bottom: 200px;
	color:#ffffff;
}

#expertises h2{
	color:#ffffff;
	text-transform:uppercase;
	font-weight: 300;
	
}

#expertises .wrapper-expertise{
	text-align:center;
}

#expertises .wrapper-expertise a{
	color:#ffffff;
	text-transform: uppercase;
	display:block;
}

#expertises .wrapper-expertise a:hover{
	color:#000000;
	text-decoration: none;
}

#expertises .wrapper-expertise .picto-expertise{
	max-width:70px;
	margin:auto;
	margin-bottom:20px;
	margin-top: 10px;
}

#expertises .wrapper-expertise a:hover .picto-expertise{
	filter: brightness(0) saturate(100%);
}

#projets-communication{
	padding-bottom: 90px;
}

#projets-communication .bloc-titre{
	text-align:center;
	padding-top: 90px;
	padding-bottom: 90px;
	font-weight: 300;
	margin-bottom:0;
}

#projets-communication .btn.btn-default{
	display:table;
	margin:auto;
	margin-top: 20px;
}

#restons-connectes{
	background:#f5f5f5;
	padding-top: 90px;
	padding-bottom: 30px;
}

#restons-connectes .titre-connectes{
	padding-left: 5%;
	background:url('./images/tiret-rouge.svg') top 5px left -10px no-repeat;
	color:var(--mainColor);
	margin-bottom: 60px;
}


#restons-connectes .titre-connectes .majuscule{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 1.3em;
}

#restons-connectes .titre-connectes a{
	text-decoration: none;
	border:1px solid var(--mainColor);
	display:inline-block;
	padding:5px;
	margin-top: 10px;
	margin-right: 10px;
}

#restons-connectes .titre-connectes a .dashicons{
	font-size: 30px;
	width: 30px;
	height: 30px;
}


#restons-connectes .titre-connectes a:hover{
	text-decoration: none;
	color:#191919;
	border-color:#191919;
}

/**********************************/
/********** FIN DU CORPS **********/
/**********************************/

/**********************************************************************/

/****************************************/
/********** DEBUT DES PROJETS **********/
/****************************************/

.card-projet .image-projet{
	position: relative;
	overflow: hidden;
	border:1px solid #BBBBBB;
}

.card-projet .image-projet img{
	display: block;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.card-projet a{
	display:block;
	margin-bottom: 30px;
}

.card-projet a:hover .image-projet{
	border-color:#888888;
}

.card-projet a:hover .image-projet img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	opacity:0.8;
}

.card-projet .nom-client{
	text-transform: uppercase;
	font-size:0.85em;
	margin-bottom: 5px;
	color:#454545;
}

.card-projet .titre-projet{
	font-weight: 600;
	font-size:1.15em;
	color:#191919;
}

.card-projet a:hover{
	text-decoration:none;
}

.card-projet a:hover .titre-projet{
	color:var(--mainColor);
}

.card-projet .resume-projet{
	font-size:0.85em;
	color:#454545;
	margin-top: 10px;
}

.card-projet a:hover .nom-client,
.card-projet a:hover .resume-projet{
	color:#888888;
}

/**********************************************************************/

/****************************************/
/********** DEBUT DES ARTICLES **********/
/****************************************/

.liste-categories{
	display: table;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page .liste-categories a,
.archive .liste-categories a{
	margin: 0 5px 5px 5px;
}

.page .liste-categories a:hover,
.archive .liste-categories a:hover{
    text-decoration: none;
}

.vignette-article{	
	margin-bottom: 30px;
}

.vignette-article a{
	display: block;
	height: 100%;
	transition: all 0.1s ease 0s;
	background: #f1f1f1;
}

.vignette-article a .dashicons{
	transition: none;
}

.vignette-article a:hover{
	text-decoration: none;
	background: #787878;
	color: #fff;
}

.vignette-article a:hover .contenu-article .titre-article{
	color: #fff;
}

.vignette-article a:hover .categories-article .categorie-article{
	background: #fff;
	color: #787878;
}

.vignette-article .image-article .main-image{
	position: relative;
	overflow: hidden;
}

.vignette-article .image-article .main-image img{
	display: block;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.vignette-article a:hover .image-article .main-image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vignette-article .contenu-article{
	padding: 15px;
}

.vignette-article .contenu-article .titre-article{
	font-size: 1.0em;
	margin-bottom: 10px;
	font-weight: 600;
}

.vignette-article .contenu-article .date-article{
    margin-bottom: 10px;
	font-size: 0.9em;
}

.vignette-article .categories-article .categorie-article{
	display: inline-block;
	font-size: 0.8em;
	color: #fff;
	background: var(--mainColor);
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px 10px;
}

.single-post .date-article{
	float: left;
	color: #787878;
}

.single-post .categories-article{
	float: right;
}

.single-post .categories-article a.btn{
	margin-bottom: 2px;
	margin-right: 2px;
	font-size: 0.9em;
	padding: 3px 15px;
}

.gallery-item a{
	display: block;
	border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.gallery-item a:hover{
	opacity: 0.8;
}

.gallery img{
	border: none !important;
	padding: 0 10px;
	border-radius: 10px;
}

.gallery .gallery-caption{
	font-size: 0.8em;
}

.galerie-photos{
	margin-top: 30px;
}

.galerie-photos a{
	display: block;
	margin-bottom: 30px;
}

.galerie-photos a:hover{
	opacity: 0.8;
}

/* PAGINATION */

#content ul.pagination{
	list-style: none;
	padding-left: 0px;
	margin-top: 20px;
}

#content ul.pagination li{
	list-style: none;
}

#content ul.pagination a{
	display: inline-block;
	margin-right: 10px;
}

#content ul.pagination a:hover{
	text-decoration: none;
	background: #574c35;
	color: #fff;
}

#content ul.pagination .page-numbers{
	display: block;	
	padding: 5px 10px;	
	border: 1px solid #ddd;
	border-radius: 4px;
}

#content ul.pagination .current{
	background: #574c35;
	color: #ffffff;
	display: inline-block;
	margin-right: 10px;
}

/**************************************/
/********** FIN DES ARTICLES **********/
/**************************************/

/**********************************************************************/

/*************************************/
/********** DEBUT DU FOOTER **********/
/*************************************/

footer{
	background: var(--mainColor);
	padding: 60px 0px 160px 0px;
}

footer .container{
	max-width:1300px;
}

footer a{
	color: #fff;
}

footer a:hover{
	text-decoration: none;
	color:#191919;
}

footer .menu-pied-de-page-container{
	float: right;
	font-size: 0.9em;
}

footer ul.menu{
	list-style: none;
	padding-left: 0px;
}

footer #menu-pied-de-page li{
	display:block;
	margin-bottom: 5px;
	text-align:right;
}

footer .logo-rezo21{
	display:table;
	margin:auto;
}

footer .logo-rezo21 a{
	display: block;
}

footer .logo-rezo21 .logo-rz21{
	height: 32px;
	width: auto;
}

/***********************************/
/********** FIN DU FOOTER **********/
/***********************************/

/**********************************************************************/

/*************************************/
/********** FORMAT TABLETTE **********/
/*************************************/

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
}

/*************************************/
/********** FORMAT TABLETTE **********/
/*************************************/

/**********************************************************************/

/***********************************/
/********** FORMAT MOBILE **********/
/***********************************/

@media screen and (max-width: 767px) {  
	header .logo{
		display: none;
	}
	
	h1.entry-title{
		padding:15px 10px;
		font-size: 1.4em;
		line-height: 1.1em;
	}
	
	header{
		padding-top: 10px;
		padding-bottom: 10px;
		background: var(--mainColor);
	}
	
	.navbar{
		float: none;
	}
	
	.navbar-nav{
		display: block;
		width: 100%;
	}
	
	nav .navbar-brand{
		display: inline-block;		
		width: 70%;
		padding: 0px;
	}
	
	.navbar .navbar-toggler{
		float: right;
		padding: 0px;
		margin-top: 12px;
	}	
	
	.navbar .navbar-toggler .navbar-toggler-icon{
		color: #ffffff;
		width: auto;
		height: auto;
	}	
	
	.navbar .navbar-toggler .navbar-toggler-icon span{	
		display: inline;
		font-size: 2.0em;
	}	
	
	.navbar .navbar-nav>li{
		padding: 5px 0px;
		margin: 0px;
	}
	
	.navbar .navbar-nav>li>a{
		font-size: 1.2em;
		border: none;
		padding: 0px;
		color:#ffffff;
	}
	
	.navbar .navbar-nav > .active > a {
		color:#ffffff;
		text-decoration:underline;
	}	
	
	.navbar-nav>li>.dropdown-menu{
		background: none;
		border: none;
		margin-left: 0px;
	}
	
	#identite-chouquette-communication{
		padding: 30px;
	}
	
	#identite-chouquette-communication img {
	  max-width: 100%;
	}
	
	.main-wrapper-presentation .colonne-contenu {
	  background: none;
	}
	
	.bloc-titre{
		font-size: 1.2em;
		padding: 20px 10px 20px 10px;
	}
	
	.entry-content>.container.paragraphe{
		padding-top: 0px;
	}
	
	.paragraphe{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.fond-noir.mb-5{
		margin-bottom: 15px !important;
	}
	
	.col-2.fond-blanc img.img-fluid{
		display:none;
	}
	
	.col-2.fond-blanc{
		background:url('./images/symbole-chouquette-communication-cropped.svg') top center #ffffff;
		background-size: 100%;
		background-repeat:repeat-y;
		min-height:65px;
	}
	
	#expertises {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
	
	.main-wrapper-presentation .colonne-contenu {
	  padding: 15px;
	}
	
	.wrapper-expertise{
		margin-bottom: 15px;
	}
	
	#restons-connectes {
	  padding-top: 30px;
	}
	
	#restons-connectes .titre-connectes {
	  padding-left: 15px;
	  background: none;
	  margin-bottom: 30px;
	}
		
	.vignette-article .image-article{
		padding-right: 0px;
	}
	
	.vignette-article .contenu-article{
		padding-left: 0px;
	}
	
	.vignette-article .categories-article{
		display: none;
	}
	
	.single .date-article{
		margin-bottom: 15px;
	}
	
	footer{
		padding-top: 30px;
		padding-bottom: 200px;
	}
	
	footer .menu-pied-de-page-container{
		padding-top: 30px;
	}
}

/***********************************/
/********** FORMAT MOBILE **********/
/***********************************/

/**********************************************************************/

/**************************************************/
/********** FORMAT ORDINATEUR UNIQUEMENT **********/
/**************************************************/

@media screen and (min-width: 1024px) {
    
    /* Permet d'afficher le menu déroulant au survol de la souris */
    nav li.dropdown:hover > ul.dropdown-menu {
        display: block;   
    }

    /* Permet de cacher le triangle des items du menu possédant un menu déroulant */
    .dropdown-toggle::after {
        display: none;
    }
}

/**************************************************/
/********** FORMAT ORDINATEUR UNIQUEMENT **********/
/**************************************************/

/**********************************************************************/

/****************************************************/
/********** FORMAT ORDINATEUR GRAND FORMAT **********/
/****************************************************/

@media screen and (min-width: 1920px) {
}

/****************************************************/
/********** FORMAT ORDINATEUR GRAND FORMAT **********/
/****************************************************/