/*
Theme Name: Passionate - Num-ERIC
Theme URI: https://num-eric.net/passionate/
Description: Passionate Child
Version: 1.0.0
Template: passionate
Author: Num-ERIC
Author URI: https://num-eric.net/
*/


/* ------------------------------ FONTS */
@font-face {
 font-family: "Lucida Calligraphy";
 src: url("https://lecoeurdesmots.fr/wp-content/themes/passionate-child/fonts/lucida-calligraphy.eot"); /* IE9*/
 src: url("https://lecoeurdesmots.fr/wp-content/themes/passionate-child/fonts/lucida-calligraphy?#iefix") format("embedded-opentype"), /* IE6-IE8 */
 url("https://lecoeurdesmots.fr/wp-content/themes/passionate-child/fonts/lucida-calligraphy.woff2") format("woff2"), /* chrome、firefox */
 url("https://lecoeurdesmots.fr/wp-content/themes/passionate-child/fonts/lucida-calligraphy.woff") format("woff"), /* chrome、firefox */
 url("https://lecoeurdesmots.fr/wp-content/themes/passionate-child/fonts/lucida-calligraphy.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
 url("https://lecoeurdesmots.fr/wp-content/themes/passionate-child/fonts/lucida-calligraphy.svg#Lucida Calligraphy W01") format("svg"); /* iOS 4.1- */
}




/* ------------------------------ COLORS */

/*
Very dark grayish blue : #445761 - rgba(68, 87, 97, 1)

Bisque :                 #ffe4c4 - rgba(255, 228, 196, 1)
Moderate orange :        #cc9166 - rgba(204, 145, 102, 1)
Very dark grayish blue : #273039 - rgba(39, 48, 57, 1)
White :                  #FFFFFF - rgba(255, 255, 255, 1)
*/



/* ------------------------------ TEMP STYLES **/




/* ------------------------------ DEFAULT COLORS **/
/* si le theme n'autorise pas la modification */

.btn-theme:hover,
.dt-footer h2:after,
.dt-footer .tagcloud a:hover,
.dt-call-to-action-btn a:hover,
.dt-service-more a:hover,
.dt-nav-md-trigger {
 background: #445761 !important;
}

a:hover,
.dt-footer-cont li a:hover,
.dt-sec-menu li a:hover,
.dt-featured-posts-wrap h2 a:hover,
.dt-pagination-nav .current,
.dt-footer .dt-news-layout-wrap a:hover,
.dt-footer-bar a:hover,
.current-menu-item.menu-item-has-children:after,
.current-menu-item.menu-item-has-children:hover:after,
.menu-item-has-children:hover:after,
.dt-main-menu li:hover > a,
.dt-main-menu li.menu-item:hover,
.dt-main-menu li a:hover,
.current-menu-item > a,
.dt-nav-md li.menu-item > a:hover,
.current-menu-item a,
.current_page_item a,
.dt-top-social li.social-search .dt-search-icon .fa:hover,
.dt-search-wrap-extend .dt-search-icon,
.dt-search-icon:hover,
.dt-footer h3:after,
.dt-footer .tagcloud a:hover {
 color: #445761 !important;
}



/* ------------------------------ SPECIFICS STYLES **/

.lucida-calligraphy {
 font-family: "Lucida Calligraphy" !important;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-shadow: 1px 1px rgb(230, 220, 220);
}

.nei_list-align-right {
 text-align: right;
}

.nei_left {
 float: left !important;
}

.nei_display-none {
 display: none !important;
}

.nei_txt_orange {
 color: #FF9900 !important;
 color: rgba(255, 153, 0, 1) !important;
}

.nei_red-star {
 color: red !important;
}

.nei_w-70 {
 width: 70% !important;
}
@media (max-width: 768px) {
 .nei_w-70 {
  width: 100% !important;
 }
}

/* Encart Num-ERIC dans les Mentions légales */
.nei_conception-nei {
 margin-top: 15px;
}
.nei_conception-nei hr {
 width: 320px !important;
 margin: 40px auto;
 border-bottom: 1px solid rgba(0, 0, 0, 0.07);
 opacity: 1;
}
.nei_conception-nei .wp-block-image {
 margin-bottom: 15px;
}
.nei_conception-nei figure a {
 width: 150px;
 padding: 13px;
 background-color: rgba(255,255,255,0.3);
 border-radius: 3px;
}
.nei_conception-nei figure a:hover {
 background-color: rgba(255,255,255,0.5);
}
.nei_conception-nei img {
 width: 150px;
}

/* -------------------------------------------------- BALISES */
body {
 /*
 height: 100vh;
 padding-bottom: 20px;
 */
 font-family: 'Open Sans', sans-serif;
 color: #273039;

	text-shadow: 0.5px 0.5px rgba(255, 255, 255, 0.5);
	text-rendering: optimizeLegibility;

 background-size: cover !important;
 background-attachment: fixed !important;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;

 -webkit-transition: background-image 3s ease-in-out;
 transition: background-image 3s ease-in-out;

 background-color: #3c4a47;
 background-color: #445761;

 background-image: none !important;

}

p {
 margin-bottom: 15px;
 line-height: 1.6em;
}

h1 {
 margin-bottom: 20px;
 font-size: 1.4em;
 text-transform: uppercase;
}

blockquote.wp-block-quote {
 font-style: italic;
 border-left: 1px solid;
 border-left-color: rgba(39, 48, 57, 0.5);
}

/* -------------------------------------------------- LAYOUT (Main Container) */
div.dt-layout-boxed {
 background-color: rgba(255,255,255,0.2);
 background-image: url("https://lecoeurdesmots.fr/wp-content/uploads/2022/02/bg_pale-brown-paper_1280x1920.jpg");
 background-position: top center;
 background-size: cover !important;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 2px -2px 10px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px -2px 10px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 2px -2px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px -2px 10px 1px rgba(0,0,0,0.2);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2), Direction=NaN, Strength=0);


	-moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
 box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
}



/* -------------------------------------------------- HEADER */

/* ------------------------------ Titre */
header.dt-header h1.site-title {
 font-family: "Lucida Calligraphy" !important;
 font-size: 2em;
 text-transform: none;
 text-shadow: 2px 2px rgb(255, 255, 255, 0.3);
 white-space: nowrap;

 background-image: url(https://lecoeurdesmots.fr/wp-content/uploads/2022/02/lcdm_logo.png);
 background-repeat: no-repeat;
 background-size: 40px;
 padding-left: 45px;
 background-position-y: bottom;

}

/* ------------------------------ Slogan */
header.dt-header .dt-logo p.site-description {
 font-size: 1.1em;
 font-style: italic;
 opacity: 1;

 padding-left: 45px;
}


/* ------------------------------ Social et Search Icons */
header.dt-header .dt-top-social li {
 margin: 0 3px;
}

header.dt-header .dt-top-social li a {
 background-color: rgba(255,255,255,0.2);
 border-radius: 3px;
}

header.dt-header .dt-top-social li.social-search {
 display: none;
}

/* ------------------------------ Menu bar */
.dt-main-menu-wrap {
 margin-bottom: 20px;
 border-top: none;
}
.dt-main-menu {
 background-color: transparent !important;
}

/*
.dt-main-menu .menu-menu-principal-container {
 background-image: url("https://lecoeurdesmots.fr/wp-content/uploads/2022/02/porte_plume.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
}
*/

.menu-menu-principal-container {
 text-align: center;
}

/* ------------------------------ Onglets (tabs) */
.dt-main-menu li {
 line-height: 0.8em;
 border-top: solid 1px rgba(39, 48, 57, 0.5);
 border-bottom: solid 1px rgba(39, 48, 57, 0.2);
 -webkit-border-bottom-left-radius: 3px;
 -moz-border-bottom-left-radius: 5px;
 -ms-border-bottom-left-radius: 5px;
 border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-border-bottom-right-radius: 5px;
 -ms-border-bottom-right-radius: 5px;
 border-bottom-right-radius: 5px;
}
.dt-main-menu li:hover,
.dt-main-menu li.current_page_item,
.dt-main-menu li.current_page_parent {
 background-color: rgba(255, 255, 255, 0.2);
 box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.3) inset;
 -moz-box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.3) inset;
 -webkit-box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.3) inset;
}

.dt-main-menu li a {
 font-size: 14px;
}


.dt-main-menu li.menu-item:hover,
.dt-main-menu li a:hover,
.current-menu-item > a,
.dt-nav-md li.menu-item > a:hover,
.current-menu-item a,
.current_page_item a {
 color: rgba(39, 48, 57, 1) !important;
}

/* ------------------------------ Liens */
.dt-main-menu a {
 text-transform: uppercase;
 text-shadow: none;
}


/* ------------------------------ Menu Sticky */
nav.dt-menu-bar-sticky {
 background-color: rgba(255, 228, 196, 0) !important;
 box-shadow: none;
}
nav.dt-menu-bar-sticky .dt-main-menu {
 background-color: rgba(255, 228, 196, 0.8) !important;
 -webkit-border-bottom-left-radius: 3px;
 -moz-border-bottom-left-radius: 3px;
 -ms-border-bottom-left-radius: 3px;
 border-bottom-left-radius: 3px;
 -webkit-border-bottom-right-radius: 3px;
 -moz-border-bottom-right-radius: 3px;
 -ms-border-bottom-right-radius: 3px;
 border-bottom-right-radius: 3px;
 box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}


/* ------------------------------ Slider */

.dt-front-slider {
 padding: 10px 30px;
}

aside.widget_passionate_image_slider {
 border: solid 2px rgba(0, 0, 0, 0.3);
 border-radius: 10px;
 overflow: hidden;
}

aside.widget_passionate_image_slider img {
 width: 100% !important;
}

aside.widget_passionate_image_slider .swiper-button-prev,
aside.widget_passionate_image_slider .swiper-button-next {
 display: none;
}

.dt-image-slider-holder h2 {
 text-align: center;
 font-family: 'Lucida Calligraphy';
 color: rgba(255,255,255,0.1);
 font-size: 1em;
}

/*
SLIDER REDUIT A 80%
-------------------
aside .dt-image-slider-holder {
 width: 80%;
 margin: 10px auto 0 auto;
 padding: 10px 100px 0 100px;
}

aside.widget_passionate_image_slider img {
 width: 100% !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

aside.widget_passionate_image_slider .swiper-button-prev,
aside.widget_passionate_image_slider .swiper-button-next {
 display: none;
}

.dt-image-slider-holder h2 {
 text-align: center;
 font-family: 'Lucida Calligraphy';
 color: rgba(255,255,255,0.1);
 font-size: 1em;
}
*/


/* -------------------------------------------------- FIL D'ARIANE */
div.dt-breadcrumbs {
 display: none;
}



/* -------------------------------------------------- COMMON CONTENT */
div.entry-content,
div.dt-archive-post-content {
 padding: 0 100px;
 text-align: justify !important;
}


/* -------------------------------------------------- PAGES */
.page-template main header h1 {
 margin-top: 15px;
 text-align: center;
}



/* ------------------------------ PAGE D'ACCUEIL */

/* ---------- Titre centré */
body.home main header h1 {
 font-size: 2em;
 font-family: 'Lucida Calligraphy';
 text-transform: none;
 text-shadow: 2px 2px rgb(255, 255, 255, 0.3);
}

/* ---------- Logo sur page (Accueil) */
body.home .entry-content div.img-logo_100 img {
 width: 100px;
 height: 100px;
 margin-bottom: 20px;
}

/* ---------- Sandra Polle (Accueil) */
body.home .entry-content h3 {
 font-size: 2em;
}

/* ---------- section Certificat Voltaire (Accueil) */
section.grp_certificat-voltaire {
 max-width: 380px;
 margin-top: 60px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 15px;
 text-align: center;
 background-color: rgba(255,255,255,0.1);
 border: solid 1px rgba(255,255,255,0.2);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 100px;
}
section.grp_certificat-voltaire img {
 width: 36px;
 height: 36px;
}
section.grp_certificat-voltaire p {
 margin-bottom: 10px;
}

/* ---------- blockquote Citation (Accueil) */
.home .nei_citation {
 margin-top: 40px;
 text-align: center;
 border: none;
}

.home .nei_citation blockquote {
 margin: 0;
}
.home .nei_citation p {
 margin-bottom: 10px;
 line-height: inherit;
 font-family: "Lucida Calligraphy";
 font-size: 1.3em;
}
.home .nei_citation cite {
}
.home .nei_citation p::before {
 margin-right: 10px;
 font-size: 0.6em;
 font-family: FontAwesome;
 content: "\f10d";
}
.home .nei_citation p::after {
 margin-left: 10px;
 font-size: 0.6em;
 font-family: FontAwesome;
 content: "\f10e";
}



/* ------------------------------ PAGE PRESTATIONS */

.groupe_prestations table {
 margin-right: auto;
 margin-left: auto;
}

.groupe_prestations table,
.groupe_prestations tr ,
.groupe_prestations td {
 padding: 5px 1px 1px 8px;
 border-collapse: separate;
 border-spacing: 0;
 border: none;
}

/* Cibler les cellulues de la première colonne d'une table*/
.groupe_prestations td:nth-child(1) {
 width: 50%;
 text-align: right;
}

/* Cibler les cellulues de la seconde colonne d'une table*/
.groupe_prestations td:nth-child(2) {
 width: 60px;
 text-align: right;
}

/* Cibler les cellulues de la seconde colonne d'une table*/
.groupe_prestations td:nth-child(3) {
 white-space: nowrap;
}

/* Cibler les cellules de la dernière colonne d'une table*/
.groupe_prestations td:last-child::before {
 /* content: "\f02e"; */
}

/*
.groupe_prestations td:nth-child(1)::after {
 margin-left: 10px;
 font-family: FontAwesome;
 font-size: 0.8em;
 color: rgba(39, 48, 57, 0.3);
}
.groupe_prestations td:nth-child(1)::after {

 content: "\f061";

 display: inline-block;
 top: -3px;
 position: relative;

 content: "\f5ad";

 -webkit-transform: rotate(225deg);
 -moz-transform: rotate(225deg);
 -ms-transform: rotate(225deg);
 -o-transform: rotate(225deg);
 transform: rotate(225deg);
}
*/

/*
.groupe_prestations td:nth-child(1)::after {
 position: relative;
 display: inline-block;
 margin-left: 10px;
 top: 3px;
 content:url(https://lecoeurdesmots.fr/wp-content/uploads/2022/02/pen-nino_16.png) ;
 opacity: 0.6;
}
*/


/*
.groupe_prestations td::before {
 margin-right: 10px;
 font-family: FontAwesome;
 font-size: 1em;
 color: rgba(39, 48, 57, 0.7);
}
.groupe_prestations td:nth-child(1)::before {
 content: "\f02e";
}
.groupe_prestations td::before {
 content: "\f02e";
}
.groupe_prestations td.prestation_redaction::before {
 content: "\f044";
 font-weight: bold;
}
.groupe_prestations td.prestation_lecture::before {
 content: "\f002";
}
.groupe_prestations td.prestation_formation::before {
 content: "\f501";
}
*/



/* ------------------------------ PAGE CONTACT */
form.wpcf7-form {
 width: 60%;
 margin: 0 auto;
 padding-top: 20px;
 text-align: center;
}

form.wpcf7-form p {
 margin-bottom: 10px;
}

form.wpcf7-form label {
 width: 90%;
}

form.wpcf7-form textarea,
form.wpcf7-form input {
 width: 100%;
 text-align: center;
 background: rgba(255,255,255,0.5);
 border: 1px solid rgba(39, 48, 57, 0.25);
 border-radius: 3px;
}

form.wpcf7-form textarea {
 text-align: left;
}

form.wpcf7-form input.wpcf7-tel {
 width: 50%;
}

form.wpcf7-form input.wpcf7-quiz {
 width: 80%;
}

form input.wpcf7-submit {
 width: auto;
 margin-left: 80px;
 padding: 12px 50px;
 color: #ffffff;
 background-color: rgba(0, 0, 0, 0.35);
}
form input.wpcf7-submit:hover {
 background-color: rgba(0, 0, 0, 0.5);
 cursor: pointer;
}



/* -------------------------------------------------- BLOG */
.blog main header h1,
.single-post main header h1 {
 text-align: left;
}

/* -------------------------------------------------- BLOG - LISTE ARTICLES */
.blog .dt-archive-post {
 margin-bottom: 30px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.blog .dt-archive-posts figure.dt-archive-img {
 margin: 0;
}

.blog .dt-archive-posts figure.dt-archive-img img {
 max-width: 50%;
 border: 1px solid rgba(255, 255, 255, 0.7);
 border-radius: 3px;
}

.dt-archive-post .dt-archive-post-readmore {
 display: none;
}

/* -------------------------------------------------- BLOG - ARTICLE */

img.attachment-post-thumbnail {
 max-width: 50%;
 margin-bottom: 20px;
 border: 1px solid rgba(255, 255, 255, 0.7);
 border-radius: 3px;
}

/* Boutons Article suivant et Article précédent en bas de page */
nav.post-navigation {
 display: none;
}


/* -------------------------------------------------- PLUGIN - AddToAny Share Buttons */

.addtoany_share_save_container {
 margin-top: 30px;
 padding: 10px 5px 5px 5px;
 text-align: center;
 border-radius: 5px;
 background-color: rgba(255,255,255,0.1);
}

.addtoany_header {
 display: inline-block;
 margin: 0 10px 0 0 !important;
 line-height: 24px;
 font-size: 0.9em;
 font-style: italic;
 color: #666666;
}

.a2a_kit .a2a_svg {
 color: #fff !important;
 border-color: rgba(255, 255, 255, 0.5) !important;
 /* opacity: 0.8 !important; */
 background-color: rgba(255, 255, 255, 0.3) !important;
}

.addtoany_share_save_container .a2a_kit .a2a_svg {
 color: #fff !important;
 border-color: rgba(255, 255, 255, 0.5) !important;
 /* opacity: 0.8 !important; */
 background-color: rgba(204, 204, 204, 0.5) !important;
}

.a2a_kit .a2a_s_facebook:hover {
 background-color: rgb(24, 119, 242) !important;
 color: #fff !important;
}

.a2a_kit .a2a_s_linkedin:hover {
 background-color: rgba(40, 103, 178, 1) !important;
 color: #fff !important;
}




/* -------------------------------------------------- SIDEBAR */

article.post h1 {
 text-align: left;
}

aside#secondary h2.widget-title {
 margin-top: 0;
}

aside#secondary ul {
 padding-left: 0;
}


/* -------------------------------------------------- SIDEBAR WIDGETS */

/* widget - Recent posts widget with thumbnails */
aside#secondary div.rpwwt-widget li {
 margin-bottom: 5px;
}
aside#secondary div.rpwwt-widget span.rpwwt-post-title {
 font-size: 1em;
}
aside#secondary div.rpwwt-widget div.rpwwt-post-date {
 font-size: 0.9em;
}
aside#secondary div.rpwwt-widget img.wp-post-image {
 border: 1px solid rgba(255, 255, 255, 0.5);
 border-radius: 3px;
	opacity: 0.7 !important;
	filter: alpha(opacity=70) !important;
}
aside#secondary div.rpwwt-widget img.wp-post-image:hover {
 border-color: rgba(255, 255, 255, 0.7);
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}


/* widget - Rechercher ET input dans page "Résultat de recherche" */
aside#secondary form.wp-block-search div.wp-block-search__inside-wrapper {
 padding: 0;
 border: none;
}
form.search-form input.search-field,
aside#secondary form.wp-block-search input {
 margin: 0;
 padding: 0 0 0 5px;
 background-color: rgba(255,255,255,0.5);
 color: rgba(39, 48, 57, 1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form.search-form input.search-submit,
aside#secondary form.wp-block-search button {
 background-color: rgba(255,255,255,0.7);
 color: rgba(39, 48, 57, 1);
 cursor: pointer;
}
form.search-form input.search-submit {
 padding: 6px;
}




/* -------------------------------------------------- SIDEBAR */
/* ma fonction "nei_entry_title" du fichier functions.php utilise le hook "loop_start" et insère
 - un titre h1 en en-tête de liste des artcicles sur la page "Blog"
 - ainsi que l'image mise en avant en en-tête de chaque page article */
/* le problème, c'est que ces insertions se font aussi dans la barre latérale (qui utilise aussi le hook "loop_start") */
/* je n'ai donc d'autre choix que de cacher le h1 et l'image en utilisant le CSS */

/* Titre du Blog */
aside#secondary header.nei-blog-entry-header {
 display: none;
}
/* Image en avant de l'article */
aside#secondary figure.nei-wp-post-image {
 display: none;
}


/* ---------- Recent entries */
.widget-area aside.widget_recent_entries ul {
 margin-top: 10px;
 padding-top: 0;
 list-style: none;
}

.widget-area aside.widget_recent_entries ul li {
 padding: 0px 0 10px 0;
}

.widget-area aside.widget_recent_entries ul li a {
 line-height: 1.6em;
 display: inline-block;
}



/* -------------------------------------------------- FOOTER */
footer .dt-footer-cont {
 padding-bottom: 50px;
 background: rgba(255,255,255,0.2) !important;
}

footer .dt-sidebar {
 font-size: 0.9em !important;
}

footer p {
 margin-bottom: 20px;
}

footer h5 {
 padding-top: 10px;
}

/* ---------- footer 1 */
/* ---------- Coordonnées */
footer .nei_footer_adress::before {
 margin-right: 10px;
 font-family: FontAwesome;
 font-size: 1em;
 color: rgba(39, 48, 57, 0.7);
 content: "\f015";
}

footer .nei_footer_tel::before {
 margin-right: 10px;
 font-family: FontAwesome;
 font-size: 1em;
 color: rgba(39, 48, 57, 0.7);
 content: "\f095";
}

/* ---------- Réseaux sociaux */

footer aside.widget_passionate_social_icons {
 margin-bottom: 40px;
}

footer .dt-sidebar .dt-social-icons ul {
 margin-left: 24px;
 padding: 20px 0 0 0;
 height: 36px;
 border-top: 1px solid rgba(0, 0, 0, 0.07);
}

footer .dt-sidebar .dt-social-icons ul li {
 float: none;
 width: 36px;
 height: 36px;
 margin: 0 6px 0 0;
 font-size: 18px;
}

footer .dt-sidebar .dt-social-icons ul li a {
 display: inline-block;
 width: 36px;
 height: 36px;
 background-color: rgba(255,255,255,0.2);
 border-radius: 3px;
}

footer .dt-sidebar .dt-social-icons ul li a i {
 width: 36px;
 height: 36px;
}

footer .dt-sidebar .dt-social-icons ul li .fa {
 display: block;
 width: 36px;
 height: 36px;
 padding-top: 10px;
 border: none;
 border-radius: 3px;
 opacity: .65;
}
footer .dt-sidebar .dt-social-icons ul li .fa:hover {
 opacity: 1;
}

.dt-social-icons .fa {
 color: #ffffff;
 opacity: 0.8 !important;
}
.dt-social-icons .fa:hover {
 opacity: 1 !important;
}
.dt-social-icons .fa-facebook { background-color: rgba(66, 103, 178, 0.7); }
.dt-social-icons .fa-instagram { background-color: rgba(64,93,230, 0.7); }
.dt-social-icons .fa-linkedin { background-color: rgba(40,103,178, 0.7); }
.dt-social-icons .fa-facebook:hover { background-color: #4267B2; }
.dt-social-icons .fa-instagram:hover { background-color: #405de6; }
.dt-social-icons .fa-linkedin:hover { background-color: #2867b2; }


/* ---------- footer 2 */
footer .dt-sidebar .widget_recent_entries ul {
 padding-top: 0;
 list-style: none;
}

footer .dt-sidebar .widget_recent_entries li {
 margin-bottom: 10px;
 padding: 0px 0 10px 0;
 border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

footer .dt-sidebar .widget_recent_entries li a {
 line-height: 1.5em;
 display: inline-block;
}

footer .dt-sidebar .widget_recent_entries li {
 padding-left: 25px;
 background-image: url(https://lecoeurdesmots.fr/wp-content/uploads/2022/02/pen-nino_16.png);
 background-position-y: 4px;
 background-repeat: no-repeat;
}

/*
footer .dt-sidebar .widget_recent_entries li::before {
 position: relative;
 display: inline-block;
 top: 3px;
 width: 20px;
 content:url(https://lecoeurdesmots.fr/wp-content/uploads/2022/02/pen-nino_16.png) ;
 opacity: 0.6;
}
*/

/* ---------- footer 3 */
footer .widget_nav_menu ul {
 padding-left: 0;
}

footer .widget_nav_menu li {
 list-style: none;
}

footer .widget_nav_menu li::before {
 margin-right: 10px;
 font-family: FontAwesome;
 color: rgba(39, 48, 57, 0.7);
 content: "\f105";
 -webkit-transition: all 0.3s linear 0s;
 -moz-transition: all 0.3s linear 0s;
 -ms-transition: all 0.3s linear 0s;
 -o-transition: all 0.3s linear 0s;
 transition: all 0.3s linear 0s;
}

footer .dt-footer-bar {
 padding: 10px 35px;
 font-size: 0.8em !important;
}


/* ------------------------------ FameThemes credit */
footer .dt-footer-designer {
 display: none;
}


/* ------------------------------ PLUGINS */

/* ------------------------------ Plugin > Widget */

/* ------------------------------ Plugin : Cookie notice */

/* Boutons */
#cookie-notice .cn-button.wp-default {
 margin: 0 0 0 10px;
 padding: 8.5px 10px;
 color: #fff;
 background-color: #fbb03b !important;
 font-weight: 400;
 font-size: 13px;
 letter-spacing: .25px;
 line-height: 20px;
 text-align: center;
 text-transform: none;
 display: inline-block;
 cursor: pointer;
 touch-action: manipulation;
 white-space: nowrap;
 outline: 0;
 box-shadow: none;
 text-shadow: none;
 border: none;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}


