/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/*ACCUEIL*/
.iosSlider-col-3 .entry-title {
    font-size: 48px;
    line-height: 1.1;
    width: 80%;
}
.faq-image .td_single_image_bg::after {
    content: "Notre foire aux questions";
    position: absolute;
    width: 100%;
    line-height: 1.5;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    left: 50%;
	
    bottom: 10%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.faq-image:hover .td_single_image_bg::after {
    opacity: 0; 
}
.faq-text .tdm-title {
	transition:0.3s ease-in-out;
}
.faq-text:hover .tdm-title {
	color:#e2b26f;
}
.statistics-section .td_block_wrap { width:100%; }
.statistics-section .tdm-inline-image-wrap  {
    width: 100%;
    height: 100%;
    text-align: end;
}
.statistics-section .tdm-inline-image-wrap img {
    width: 80%;
    height: 100%;
}
.stat-container .tdm-counter-number {
	transition:0.3s ease-in-out;
}
.stat-container:hover .tdm-counter-number {
	color:#e2b26f;
}
/*ACCUEIL*/

/*COMPLIANS POPUP*/
#cmplz-manage-consent .cmplz-manage-consent {
    right: 120px !important;
}
.td-scroll-up {
    right: 50px !important;
}

/*COMPLIANZ POPUP*/
/*COPYRIGHT FOOTER*/
.td-footer-wrap .vc_row {
	margin:0;
}
.td-footer-wrap .vc_row .vc_column {
	padding:0;
}
.td-footer-wrap .vc_row .vc_column .tdi_158 {
    width: 100% !important;
    height: auto;
    margin: 0;
}
.copyright-bloc {
    background-color: #141617;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    max-width: 100%;
    font-family: 'Noto Sans';
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    transition: color 0.3s ease 0s;
}
.copyright-bloc .copyright-nav{
    margin: 0;
    padding: 0;
    text-align: center;
}
.copyright-bloc .copyright-nav .list-item{
    display: inline-block;
    margin: 0 5px 0 0;
	color:#fff;
}
.copyright-bloc .copyright-nav .list-item:last-child{
  margin-right: 0;
}
.copyright-bloc .copyright-nav .list-item::after{
    content: "|";
    margin: 0 0 0 5px;
}
.copyright-bloc .copyright-nav .list-item.company-item .company-name{
	text-transform: uppercase;
    font-weight: 900 !important;
	
}
.copyright-bloc .copyright-nav .list-item .item-link {
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s;
	color: #fff;
}
.copyright-bloc .copyright-nav .list-item .item-link:hover {
	color: #f09f22;
}
.copyright-bloc .agency-logo{
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.copyright-bloc .agency-logo::before {
    content: 'Développé par';
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    color: #fff;
}
.copyright-bloc .agency-logo .logo-link{
    display: inline-block;
    width: 135px;
    margin: 0;
    text-decoration: none;
}
.copyright-bloc .agency-logo .logo-img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
	filter:invert(1);
}
.copyright-bloc .agency-logo.inverted .logo-img{
	  filter: invert(1);
}
/*COPYRIGHT FOOTER*/
/*PAGE 404  1920*/
.error-page {
	padding:0 0 60px;
}
.error-page-layout .error-image {
	width:100%;
	height:auto;
	margin:0 auto 20px;
}
.error-page-layout .error-image img {
	width:100%;
	height:100%;
	object-fit:contain;
}
.error-page-layout .error-text {
	width:70%;
	margin:0 auto 20px;
}
.error-page-layout .error-text p {
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
}
.error-page-layout .error-button {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.error-page-layout .error-button .main-button {
    background-color: #4c4084;
    color: #fff;
    padding: 20px 40px;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Source Sans pro", serif;
	transition:0.3s ease-in-out;
}
.error-page-layout .error-button .main-button:hover {
	background-color:#231d41;
}
/*PAGFE 404*/

/*POLICY PAGES  1920*/
.policy-page .td-crumb-container {
	display:none;
}
.policy-page .td-pb-row .td-page-header {
	text-align:center;
}
.policy-page .td-pb-row .td-page-header h1 {
	font-family: "Gelasio", serif;
    font-weight: bold;
}
.policy-page .td-pb-span8 {
    width: 100%;
}
.policy-page .td-container {
	width: 100%;
	max-width: 1200px;
	background:#f3f5f7;
	padding: 30px;
	margin: 30px auto;
}
.policy-page li { color:#616263; margin-bottom:10px; font-size:16px;}
.policy-page li::marker { color:#000; }
.policy-page strong { color:#000; }
.conf-body .clearfix { background-color:#21243d !important; }
.policy-page .td-container h2 {
    color: #4c4084;
    margin-bottom: 20px;
    font-family: 'Gelasio', serif;
    font-weight: 700;
}
.policy-page .td-container h3 {
	color:#000;
	margin: 0 0 10px;
	font-family: 'Gelasio', serif;
    font-weight: 700;
}
.policy-page .td-container h1 { font-size:32px !important; }
.policy-page .td-container p { font-size:16px; color: #616263; line-height:1.5; margin-bottom:20px; }
.policy-page .td-container p:last-child { margin-bottom:0; }
.policy-page .td-container ul { margin-bottom:20px; }
.policy-page .td-container ul:last-child { margin-bottom:0; }
.policy-page .td-container li:last-child { margin-bottom:0; }
.policy-page .td-container .pl-1 { padding-left:0; }
.policy-page .td-container a { color:#000; text-decoration:none; }
.policy-page .td-container a:hover { color:#261e47; }
.policy-page .td-container .list-margin { margin-bottom:20px; }
.cmplz-document h2 {
	font-size: var(--h2_typography-font-size) !important;
}
/*POLICY PAGES*/

/*MOBILE FOOTER*/
.td-mobile-footer-wrap .block-title {
    display:none;
}
/*MOBILE FOOTER*/