/*
  Theme Name: ABC Expat
  Description: Thème Wordpress de ABC Expat
  Author: Aurélien
  Template: abc-expat
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 6.1
	Tested up to: 6.1
	Requires PHP: 7.1
	Text Domain: hello-elementor
*/


@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Baloo+2:wght@400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


a {
    color: #1c9ced;
	text-decoration: none;
}

a:hover {
    color: #f36f21;
}

footer a {
    color: #ffffff;
	font-weight: bold;
}

footer a:hover {
    color: #ffffff;
}

body {
    font-family: Baloo\ 2, sans-serif;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1600px !important;
}

#main .main-container {
	max-width: 1140px !important;
	margin: auto;
	margin-top: 50px;
	margin-bottom:50px;
}

@media (max-width: 1180px) {
	#main .main-container {
		padding-left: 20px;
		padding-right:20px;
	}
}



.btn {
	display: flex;
	align-items: center;
	justify-content: center;
    border: 3px solid #fff;
	padding: 5px 20px;
    color: #ffffff;
    border-radius: 29px;
    font-weight: 400;
    white-space: nowrap;
	height:fit-content;
	background-color: #f36f21;
	width:fit-content;
}

.btn:hover {
	background-color: #ffffff;
    border: 3px solid #f36f21;
    color: #f36f21;
}

.elementor-widget-button .elementor-button.elementor-button-link {
	padding: 10px 40px;
    color: #ffffff;
    border-radius: 29px;
    font-weight: 400;
    white-space: nowrap;
	height:fit-content;
	width:fit-content;
	font-weight: bold;
}

.elementor-button.elementor-button-link.blue {
    border: 3px solid #1c9ced;
	background-color: #1c9ced;
}

.elementor-button.elementor-button-link.blue:hover {
    border: 3px solid #1c9ced;
    color: #1c9ced;
	background-color: #ffffff;
}

.elementor-button.elementor-button-link.white-border {
    border: 3px solid #ffffff;
}

.elementor-button.elementor-button-link.white-border:hover {
    border: 3px solid #ffffff;
}

.elementor-button.elementor-button-link.orange {
    border: 3px solid #f36f21;
	background-color: #f36f21;
}

.elementor-button.elementor-button-link.orange:hover {
    border: 3px solid #f36f21;
    color: #f36f21;
	background-color: #ffffff;
}

.elementor-button.elementor-button-link.white-border {
    border: 3px solid #ffffff;
}

.elementor-button.elementor-button-link.white-border:hover {
    border: 3px solid #ffffff;
}

h2::after {
	content:'';
	display: block;
    border-bottom-width: 2px;
	border-bottom-style: solid;
    position: relative;
    width: 150px;
    margin-top: 15px;
}

/*header*/

header#site-header {
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
	z-index:99998;
	box-shadow: 4px 2px 10px rgba(0, 0, 0, .1);
	background-color: #ffffff;
	width: 100%;
	transition: all 0.2s ease-in-out;
}

header.fixedToTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

/* add space for fixed header when it's fixed to top */
header.fixedToTop + main {
    margin-top: 103px !important;
}
@media screen and (max-width: 992px) {
	header.fixedToTop + main {
		margin-top: 75px !important;
	}
}

@media (min-width: 1200px) {
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	body:not([class*="elementor-page-"]) .site-main,
	.page-header .entry-title {
		max-width: 1140px;
	}
}

.site-header .header-inner {
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

header.site-header img.custom-logo {
	width: 65px;
	height: 65px;
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
	max-width: 90% !important;
}

header.site-header .site-navigation a  {
	color: #1c9ced;
	font-weight:600;
	font-size: 20px;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #1c9ced !important;
}

header.site-header .site-navigation a:hover  {
	color: #f36f21;
}

header.site-header .site-navigation .btn-menu-register {
	margin-right:10px;
}

header.site-header .site-navigation .btn-menu-login,
header.site-header .site-navigation-dropdown .btn-menu-login {
	background-color: #1c9ced;
	margin-right:5px;
	border: 3px solid #1c9ced;
	color:#ffffff;
}

header.site-header .site-navigation .btn-menu-register,
header.site-header .site-navigation-dropdown .btn-menu-register {
	border: 3px solid #f36f21;
}

header.site-header .site-navigation .btn-menu-login:hover,
header.site-header .site-navigation-dropdown .btn-menu-login:hover {
	background-color: #ffffff;
    border: 3px solid #1c9ced;
}

header.site-header .site-navigation .btn-menu-register a,
header.site-header .site-navigation .btn-menu-login a,
header.site-header .site-navigation-dropdown .btn-menu-login a,
header.site-header .site-navigation-dropdown .btn-menu-register a {
	padding:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ffffff;
}

header.site-header .site-navigation .btn-menu-register:hover a,
header.site-header .site-navigation-dropdown .btn-menu-register:hover a {
    color: #f36f21;
}

header.site-header .site-navigation .btn-menu-login:hover a,
header.site-header .site-navigation-dropdown .btn-menu-login:hover a {
    color: #1c9ced;
}

header.site-header .site-navigation .btn-menu-register a:before,
header.site-header .site-navigation .btn-menu-login a:before,
header.site-header .site-navigation-dropdown .btn-menu-login a:before,
header.site-header .site-navigation-dropdown .btn-menu-register a:before {
	display: inline-flex;
	content: '';
	background-size: 12px 12px;
	height: 12px;
	width: 12px;
	margin-right:5px;
}

header.site-header .site-navigation .btn-menu-register a:before,
header.site-header .site-navigation-dropdown .btn-menu-register a:before {
	background-image: url('/wp-content/themes/abcexpat-theme/assets/img/register.svg');
}

header.site-header .site-navigation .btn-menu-register:hover a:before,
header.site-header .site-navigation-dropdown .btn-menu-register:hover a:before {
	background-image: url('/wp-content/themes/abcexpat-theme/assets/img/register_orange.svg');
}

header.site-header .site-navigation .btn-menu-login a:before,
header.site-header .site-navigation-dropdown .btn-menu-login a:before {
	background-image: url('/wp-content/themes/abcexpat-theme/assets/img/login.svg');
}

header.site-header .site-navigation .btn-menu-login:hover a:before,
header.site-header .site-navigation-dropdown .btn-menu-login:hover a:before {
	background-image: url('/wp-content/themes/abcexpat-theme/assets/img/login_bleu.svg');
}

.header-inner .site-navigation ul.menu > li:hover > a:after {
    transform: scaleX(1);
	transition: transform 0.5s;
	content: "";
    display: block;
    height: 1.5px;
    background: #ffffff !important;
}

.header-inner .site-navigation ul.menu > li.menu-item-has-children:hover > a:after {
    display: none;
    height: 0px;
}

.header-inner .site-navigation ul.menu li.menu-item-has-children:after {
    color: #ffffff;
    margin-top: 5px;
    margin-left: -10px;
	font-size:1em;
}

.header-inner .site-navigation ul.menu .sub-menu a {
	color:#1c9ced;
}

.header-inner .site-navigation ul.menu .sub-menu li:hover {
	background-color: #f36f21;
}

.header-inner .site-navigation ul.menu .sub-menu li:hover a {
	color: #ffffff;
}

header .site-navigation-dropdown ul.menu li a {
    padding: 10px;
}

.site-navigation-dropdown ul.menu li.btn a {
    background: none;
    box-shadow: none;
    color: #ffffff;
    display: block;
    padding: 0px;
}

.site-navigation-dropdown ul.menu li.btn {
    display: block;
    position: relative;
    width: fit-content;
	margin-top:10px;
	margin-bottom:10px;
}
@media screen and (max-width: 992px) {
	.site-navigation-dropdown ul.menu li.btn {
		margin-left: 10px;
	}
}

header .site-navigation-toggle-holder .site-navigation-toggle {
    color: #1c9ced;
}

@media screen and (max-width: 992px) {
	body {
		margin-top: 0px !important;
	}
}

/*Card HP*/

.abce-card-hp {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height:400px;
	padding:20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end; 	
    box-shadow: 4px 2px 10px rgba(0, 0, 0, .1);
	border-radius: 20px;
}

.abce-card-hp .title {
	color:#ffffff;
	font-weight: bold;
	font-size:42px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #212529;
}

.abce-card-hp .text {
	color: #ffffff;
    /* font-weight: bold; */
    font-size: 20px;
    margin-bottom: 20px;
    /* text-shadow: 1px 1px 1px #212529; */
    line-height: 24px;
    background-color: #00000099;
    padding: 6px;
}

/*Card Testimonial*/

.elementor-widget-ABC_EXPAT_Card_Testimonial  {
	height:100%;

}

.abce-card-testimonial {
	background-color: #EEEEEE;
	padding:20px;
	display: flex;
	flex-direction: column;	
    box-shadow: 4px 2px 10px rgba(0, 0, 0, .1);
	border-radius: 20px;
	height:100%;
}

.abce-card-testimonial .bloc-img-infos {
	display: flex;
	width:100%;
}

.abce-card-testimonial .bloc-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width:80px;
}

.abce-card-testimonial .infos {
	display: flex;
	flex-direction: column;
	font-weight:bold;
	align-items: center;
	justify-content:center;
}

.abce-card-testimonial .logo {
	height:70px;
	width:70px;
	border-radius: 50%; 
}

.abce-card-testimonial .rating {
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:20px;
	margin-bottom:10px;
}

.abce-card-testimonial .rating img {
	width:25px;
}

.abce-card-testimonial .text {
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
}

/*carousel logos*/

.caroussel-logos img {
	max-width: 250px !important;
	max-height: 90px;
}

.caroussel-logos .swiper-wrapper {
	align-items:center;
}

/*Bloc team members*/

.team-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.team-member-item {
	background: #f5f5f5;
    border: 2px solid #f5f5f5;
    border-radius: 15px;
    padding: 30px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
	color: #6b6b6b;
}

.team-member-item.solo {
	background: none;
    border: 0px;
    flex-direction: row;
    padding: 0px;
}

.team-member-item.solo .bloc-infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.team-member-item .team-member-img img {
	border-radius: 50%;
    width: 150px;
    height: 150px;
}

.team-member-item .name {
	font-size: 28px;
    color: #6b6b6b;
    font-weight: 700;
	text-align:center;
}

.team-member-item.solo .email {
	color: #1C9CED;
	font-weight:bold;
}

@media screen and (max-width: 1000px) {
	.team-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 767px) {
	.team-grid {
		grid-template-columns: 1fr;
	}
}

/* Africa map */

.st0, .st01 {
    stroke-width: 1px;
    stroke: #fff;
    z-index: 0;
}
.st0 {
    fill: #d3d3d3;
}

.country_present {
    stroke-width: 1px;
    fill: #3a9af3 !important;
    transition: all 1s ease-out;
    z-index: 2;
    left: 0;
    top: 0;
}

.country_present:hover {
    cursor:pointer;
    fill: #F36F21 !important;
    transition: all 0.2s ease-out;
}

/*Bloc countries*/

.countries-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.countries-grid .country-item {
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 5px;
	color: #6b6b6b;
}

.countries-grid .country-item:hover {
    cursor:pointer;
}

.countries-grid .country-item .country-img {
	border-radius: 15px;
    width: 100%;
	height:250px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3);
}

.countries-grid .country-item .name {
	font-size: 23px;
    color: #6b6b6b;
    font-weight: 700;
	margin-top:15px;
}

.countries-grid .country-item .incentive {
    font-weight: 700;
}

.countries-grid .country-item .name:hover,
.countries-grid .country-item .incentive:hover {
    color: #F36F21;
}

@media screen and (max-width: 1000px) {
	.countries-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
}

@media screen and (max-width: 650px) {
	.countries-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
}

/*Bloc Our background country*/

.abce-bloc-our-background-country {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#ffffff;
	font-weight:bold;
}

.abce-bloc-our-background-country .grid-background {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	margin-top:15px;
}

.abce-bloc-our-background-country .grid-background .grid-background-item {
	display: flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
}

.abce-bloc-our-background-country .grid-background .grid-background-item .kpi {
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-size:28px;
}

.abce-bloc-our-background-country .grid-background .grid-background-item .text {
	font-size:18px;
	font-weight:400;
	text-align:center;
}

@media screen and (max-width: 767px) {
	.abce-bloc-our-background-country .grid-background {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/*Bloc Services*/

main .elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
main  .elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,
main  .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
main  .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,
main .elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,
main .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: #F5F5F5;
    background-image: none;
}

main .elementor-widget-n-tabs .e-n-tab-title {
	padding:15px;
}

.services-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	padding:20px;
}

.services-grid.page-service {
	grid-template-columns: 1fr 1fr 1fr;
}

.services-grid .service-item {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 5px;
	color: #6b6b6b;
}

.services-grid .service-item:hover {
    cursor:pointer;
}

.services-grid .service-item .service-img {
	border-radius: 15px;
    width: 100%;
	height:160px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3);
}

.services-grid .service-item .name {
	font-size: 23px;
    color: #6b6b6b;
    font-weight: 700;
	margin-top:15px;
}

.services-grid .service-item .name:hover,
.services-grid .service-item .description:hover {
    color: #F36F21;
}

@media screen and (max-width: 991px) {
	.services-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 600px) {
	.services-grid,
	.services-grid.page-service	{
		grid-template-columns: 1fr;
	}
}

/*Bloc Services Details*/

.abce-bloc-details-service {
	display:flex;
	flex-direction:column;
}

.abce-bloc-details-service .bloc-detail-service {
	display:flex;
	background-color: #f5f5f5;
	padding:30px;
	margin: 10px 0px;
	border-radius:15px;
}

.abce-bloc-details-service .bloc-detail-service .bloc-img {
	width:180px;
}

.abce-bloc-details-service .bloc-detail-service .bloc-img img {
	width:105px;
	height:105px;
}

.abce-bloc-details-service .bloc-detail-service .bloc-infos {
	width:100%;
	display:flex;
	flex-direction:column;
	color:#6b6b6b;
}

.abce-bloc-details-service .bloc-detail-service .bloc-infos .title {
	font-weight:bold;
}

@media screen and (max-width: 600px) {
	.abce-bloc-details-service .bloc-detail-service {
		flex-direction:column;
	}
	
	.abce-bloc-details-service .bloc-detail-service .bloc-img {
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}
}

/*Contact form*/

.wpcf7 label {
	color:#212529;
}

.wpcf7 .btn {
	cursor:pointer;
}

.wpcf7 p {
	  margin-bottom:0px;
	margin-top:0px;
}

.wpcf7 input.btn {
	   border: 3px solid #fff;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 29px;
    font-weight: 400;
    white-space: nowrap;
    height: fit-content;
    background-color: #f36f21;
}

.wpcf7 input,
.wpcf7 textarea {
    height: 40px;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-top:10px;
	margin-bottom:10px;
	width:100%
}

/*Bloc Newsletter*/

footer form {
	margin-top:10px;
}

footer form label {
	display:none;
}

footer form input {
    height: 40px;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Baloo\ 2, sans-serif;
	width:95%;
}

footer form .row {
    display:flex;
}

footer form .row .col-md-6 {
    width:50%;
}

footer form .btn {
    font-size:16px;
	font-family: Baloo\ 2, sans-serif;
	margin-top:10px;
	cursor:pointer;
}

/*Bloc news categories*/

.categories-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.categories-grid .category-item {
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 5px;
	color: #6b6b6b;
}

.categories-grid .category-item:hover {
    cursor:pointer;
}

.categories-grid .category-item .category-img {
	border-radius: 15px;
    width: 100%;
	height:250px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3);
}

.categories-grid .category-item .name {
	font-size: 23px;
    color: #6b6b6b;
    font-weight: 700;
	margin-top:15px;
}


.categories-grid .category-item .name:hover,
.categories-grid .category-item .description:hover {
    color: #F36F21;
}

@media screen and (max-width: 1000px) {
	.categories-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
}

@media screen and (max-width: 650px) {
	.categories-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
}

/*Pages archives*/

#main .title-header {
	height:350px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-shadow: 1px 1px 1px #212529;
    color: #ffffff;
    position: relative;
}

#main .title-header::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.35);
}

#main .title-header .title-header-content {
	max-width:1140px;
	margin:auto;
	z-index:2;
}

#main .title-header .title-header-content h1 {
	text-align:center;
}

#main .title-header .title-header-content .description {
	font-size:24px;
	font-weight:600;
	text-align:center;
}

.news-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.news-grid .news-item {
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 5px;
	color: #6b6b6b;
	box-sizing: border-box;
    padding: 16px;
    border: 1px solid #f3f3f6;
    box-shadow: 4px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    height: 100%;
}

.news-grid .news-item:hover {
    cursor:pointer;
}

.news-grid .news-item .news-img {
	border-radius: 15px;
    width: 100%;
	height:250px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3);
}

.news-grid .news-item .name {
	font-size: 23px;
    color: #6b6b6b;
    font-weight: 700;
	margin-top:15px;
}


.news-grid .news-item .name:hover,
.news-grid .news-item .description:hover {
    color: #F36F21;
}

.news-grid .news-item .btn {
	margin-top:15px;
}

#main.archives .pagination {
	margin-top:30px;
}

#main.archives .pagination .nav-links {
	text-align:center;
	font-size:20px;
	font-weight:600;
}

#main.archives .pagination .nav-links .page-numbers {
	margin-right:10px;
	margin-left:10px;
}

@media screen and (max-width: 1000px) {
	.news-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
}

@media screen and (max-width: 650px) {
	.news-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	#main .title-header .title-header-content .description {
		font-size:20px;
	}
}

/* Page post */

#main .title-header-post {
	height:375px;
	display:flex;
	margin-bottom:40px;
}

#main .title-header-post .title-img {
	height:375px;
	width:40%;
	display:flex;
	justify-content:center;
	align-items:center;
	padding-right:20px;
}

#main .title-header-post .title-img img {
	max-height:375px;
	max-width:100%;
	border-radius:10px;
}

#main .title-header-post .title-header-content {
	width:60%;
	height:100%;
	box-sizing: border-box;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #f3f3f6;
    box-shadow: 4px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
	color:#535353;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

#main .title-header-post .title-header-content h1 {
	line-height:40px;
}

#main .title-header-post .title-header-content .description {
	font-size:16px;
	font-weight:600;
}

.actu-card-date {
    font-size: 12px;
    font-weight: 600;
    display: flex;
	margin-top:20px;
	justify-content:flex-end;
}

.actu-card-date img {
    padding-right: 5px;
    width: 16px;
}

.bloc-categories-tags {
	margin-bottom: 20px;
}

.actu-etiquette-categorie {
	border: 1px solid #c7c9cf;
	border-radius: 29px;
	color: #1c9ced;
	margin-left: 2px;
	margin-right: 8px;
	padding: 5px 10px;
	font-size: 16px;
	text-decoration: none;
	white-space:nowrap;
	line-height:45px;
}

.actu-etiquette-categorie:hover {
	background-color: #1c9ced;
	border: 1px solid #1c9ced;
	color: #fff;
	cursor: pointer;
}

@media only screen and (max-width: 992px) {
    #main .title-header-post {
		flex-direction:column;
		height:fit-content;
	}

	#main .title-header-post .title-img {
		width:100%;
		margin-right:0px;
		max-height:375px;
		margin-bottom:20px;
	}

	#main .title-header-post .title-header-content {
		width:100%;
		height:100%;
	}
	
	#main .title-header-post .title-header-content .description {
	font-size:16px;
	font-weight:600;
	}
}

/* Bloc news filter */

.news-filters {
	display:flex;
	margin-top:20px;
	margin-bottom:20px;
}

.news-filters .news-filter {
	margin-right:20px;
}

.news-filters .news-filter select {
	height: 40px;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #1c9ced;
    border-radius: 29px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;	
	font-family: Baloo\ 2, sans-serif;
}

@media only screen and (max-width: 650px) {
    .news-filters {
		flex-direction:column;
	}
	
	.news-filters .news-filter {
		margin: 10px 0px;
	}
}

/*Autres*/

.full-height-space {
	height:100%;
	justify-content:space-between;
}

.header-inner .site-navigation ul.menu .sub-menu a {     
	white-space: nowrap; 
}
	
/* Landing page */ 
body.page-template-page_landing nav.site-navigation {
display: none;
}
body.page-template-page_landing footer > div > div > div:first-child {
	display: none;

}
a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}