/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.author.vcard{
	display:none;
}
.blanc, .blanc p, .blanc span, .blanc a, .blanc li, .blanc em, .blanc h1, .blanc h2, .blanc h3, .blanc h4, .blanc h5 {
	color:#fff;
}

.TxtFin {
	font-weight: 300 !important;
}

.box-shadow>div {
	box-shadow: 0px 4px 4px 0 rgb(0 0 0 / 25%);
}
div, p {
	font-family: Kanit;
}
.breadcrumbs {
	font-size: 15px;
}
.colCenter{
	justify-content: center;
	display:flex;
}
a, a:hover {
	color: #0071bc;
	text-decoration: underline;
}
.vc_gitem-post-data-source-post_title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.vc_gitem-post-data-source-post_excerpt {
	font-size: 16px;
	line-height: 20px;
}

.single-post h3 {
	font-size: 24px !important;
}

#content ul {
	margin: 0 0 20px 0px !important;
}
#content ul li {
	list-style: none;
}
#content ul li::before {
	content: "";
	border: solid #6B33EC;
	margin-right: 10px;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;

	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#content ul.vc_grid-filter li::before {
	content: none;
}
#content ol li::marker {
	color: #6B33EC;
	font-weight: bold;
}
input,
textarea {
	border-color: #6B33EC !important;
	border-top: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    border-bottom: 1px solid #eaeaea !important;
}
input[type=submit] {
	background-image: linear-gradient(189deg, #6B33EC 10%, #A37EEF 100%) !important;
    margin: 35px auto 0 !important;
   
    padding: 8px 40px !important;
    text-align:center !important;
    border: none !important;
    background-size: 300% 100% !important;
	font-weight: bold;
    border-radius: 50px !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
input[type=submit]:hover {
	background-position: 100% 0 !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}

.btn-degrade-texte-blanc:hover span {
	background-image: linear-gradient(223deg, #6B33EC 10%, #A37EEF 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
    cursor: pointer !important;
    text-align:center !important;
    border: none !important;
    border-radius: 50px !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}

.btn-degrade-texte-blanc span {

    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}

.btn-degrade-texte-blanc {
	background: linear-gradient(189deg, #6B33EC 10%, #A37EEF 100%) !important;
    margin: 35px auto 0 !important;
    cursor: pointer !important;
    padding: 17px 38px !important;
    text-align:center !important;
    border: none !important;
    border-radius: 50px !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}

.btn-degrade-texte-blanc:hover {
    background: #fff !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}

.vc_btn3,
.btn-transparent-texte-degrade {
	background-image: linear-gradient(189deg, #6B33EC 10%, #A37EEF 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	font-weight: bold;
    cursor: pointer !important;
    padding: 0 !important;
    text-align:center !important;
    border: none !important;
	font-weight: bold !important;
    font-size: 18px !important;
    line-height: 28px !important;
    
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
.vc_btn3:hover,
.btn-transparent-texte-degrade:hover {
	background-position: 100% 0 !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
.vc_gitem-post-data-source-post_date {
	margin-bottom: 0 !important;
}
.template-news, .template-news-seule {
	background: #fff;
	text-align: left;
	box-shadow: 0px 0px 20px 0px rgba(2, 41, 63, 0.10);
}

.template-news .vc_gitem_row .vc_gitem-col {
	padding: 0;
}
.template-news .vc_gitem_row:nth-child(2) {
	margin: 10px 15px 20px 15px;
}
.template-news .vc_gitem_row:nth-child(3) {
	margin: 20px 30px 30px 30px;
    border-top: 1px solid #eaeaea;
	padding-top: 15px;
}
.template-news .vc_gitem-post-category-name, .template-news-seule .vc_gitem-post-category-name {
	font-size: 14px;
	line-height: 18px;
	color: #8b8b8b;
	text-transform: uppercase; 
	font-weight: 30px;
}


.limited-txt {
	display: -webkit-box;
  -webkit-line-clamp: 3; /* Limiter à 3 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vc_gitem-post-data.vc_gitem-post-data-source-post_categories.vc_grid-filter.vc_clearfix.vc_grid-filter.vc_clearfix.vc_grid-filter-.vc_grid-filter-size-md.vc_grid-filter-left.vc_grid-filter-left {
    margin-bottom: 0px !important;
    position: absolute;
    outline: 0;
    padding: 0;
    text-decoration: none;
    top: 10px;
    left: 10px;
    background-color: #6B33EC;
    color: #fff !important;
    border-radius: 20px;
    padding: 2px 1px 2px 11px !important;
    font-size: 14px;
    z-index: 999 !important;
	pointer-events: none !important;
} 

span.vc_gitem-post-category-name {
	font-size: 15px !important;
	color: #fff !important;
}


.template-news span.vc_gitem-post-category-name:before {
	display: none !important;
}


.heading-right-icon .aio-icon-header,
.heading-right-icon .aio-icon-heading-right {
	width: auto!important;
}
.aio-icon-component {
	text-align: center !important;
    margin: 0 auto !important;
    width: max-content !important;
}
.aio-icon-title {
	margin: 0 !important;
}
.vc_gitem-post-data-source-post_date {
	font-size: 14px;
	line-height: 18px;
	color: #8b8b8b;
	font-weight: 300;
    padding: 5px 0;
}
.template-news span.vc_gitem-post-category-name:before {
	content: "";
    background: #e54294;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100px;
    text-align: left;
    margin: 0 10px 0 0;
}
.template-news .vc_gitem-post-category-name:hover {
	background: transparent !important;
	color: #8b8b8b !important;
}
.template-news .vc_grid-filter.vc_grid-filter-center {
	text-align: left;
}

.text-degrade {
	background-image: linear-gradient(189deg, #6B33EC 10%, #A37EEF 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.separateur-degrade span span {
	margin: 0 auto;
	height: 4px !important;
    border: 0 !important;
    background: rgb(0,173,207) !important;
    background: linear-gradient(189deg, #6B33EC 10%, #A37EEF 100%) !important;
}
.separateur-blanc span span {
	margin: 0 auto;	
	height: 4px !important;
    border: 0 !important;
    background: #fff !important;
}
.template-news img {
    height: 150px !important;
	object-fit: cover;
}

.template-news .news-img-old img {
	height: 220px !important;
	object-fit: cover;
}

.template-news-seule img {
    height: 220px !important;
	object-fit: cover;
}

.template-news-old .vc_gitem_row:nth-child(2) {
	margin: 10px 30px 10px 30px !important;
}

.gallery-carousel-shortcode .dt-owl-item>div {
	text-align: center;
    margin: 0 auto;
}
.vc_grid-filter {
	margin-bottom: 50px !important;
}
.vc_grid-filter-item {
	margin: 0 10px 0 !important;
	padding: 10px 30px !important;
	font-weight: bold;
	
}
.vc_grid-filter-item span {
	font-size: 18px;
	font-family: 'Kanit' !important;
	font-weight: 400 !important;
}
.vc_active.vc_grid-filter-item,
.vc_grid-filter-item:hover {
/* 	font-weight: bold !important; */
    padding: 10px 30px !important;
    margin: 0 10px 20px !important;
/*     background: rgb(0,173,207) !important; */
    background: linear-gradient(189deg, #6B33EC 10%, #A37EEF 100%) !important;
    border-radius: 100px !important;
}
.vc_active.vc_grid-filter-item span,
.vc_grid-filter-item:hover span {
    color: #fff !important;
}
article .post-thumbnail {
	display: none;
}
.vc_separator .vc_sep_holder {
	flex: inherit !important;
	display: block;
    margin: 0 auto;
	text-align: center;
}
.single-related-posts>h3:after {
	height: 4px !important;
    border: 0 !important;
    background: rgb(0,173,207) !important;
    background: linear-gradient(189deg, #6B33EC 10%, #A37EEF 100%) !important;
}
.related-item a {
	color: #2f2e2e !important;
}
.related-item time.text-secondary {
	font-size: 14px;
    line-height: 18px;
    color: #8b8b8b;
    font-weight: 300;
    padding: 5px 0;
}
.filtr-container {
	margin-top: 60px !important;
}
.portfolio-wraper .simplefilter li::before {
	content: none !important;
}
.portfolio-wraper .simplefilter li {
	color: #2f2e2e !important;
	font-weight: bold !important;
    padding: 10px 30px !important;
    margin: 0 10px 0 !important;
    background: rgb(247, 247, 247) !important;
    border-radius: 100px !important;
}
.portfolio-wraper .simplefilter li.active,
.portfolio-wraper .simplefilter li:hover {
	color: #fff !important;
	font-weight: bold !important;
    padding: 10px 30px !important;
    margin: 0 10px 0 !important;
    background: rgb(0,173,207) !important;
    background: linear-gradient(189deg, #6B33EC 10%, #A37EEF 100%) !important;
    border-radius: 100px !important;
}

.recruitment-container {
	margin-left: -10px;
	margin-right: -10px;
}
.recruitment-container .recruitment {
	display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(2, 41, 63, 0.10);
    padding: 20px;
    margin: 10px;
    width: calc(33.33333333% - 60px);
}

.recruitment-container .recruitment .title {
	color: #02293F;
	font-family: Kanit;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
}

.recruitment-container .recruitment .type_contrat {
	color: rgba(2, 41, 63, 0.50);
	font-family: Kanit;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
}
.recruitment-container .recruitment .desciption {
	color: #02293F;
	font-family: Kanit;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
}


.footer .menu li {
	border-width: 0 !important;
}
#footer.solid-bg {
    background-image: none !important;
	background-color: #1D0841!important;
	font-family: Kanit !important;
}
.textwidget p:last-child {
	font-family: Kanit !important;
}
.textwidget p:last-child {
	max-width: 500px;
}

#footer ul li {
	text-align: right;
	border: 0;
    padding: 0;
}
.widget_presscore-custom-menu-one .custom-menu.show-arrow a:before, div[class*=elementor-widget-wp-widget-] .custom-menu.show-arrow a:before {
	content: "" !important;
	background-color: transparent;
}
.show-arrow.custom-menu a {
    padding-left: 0;
}

.stats-block {
	display: flex !important;
}

.stats-left .stats-desc {
	display: flex !important;
	flex-direction: column !important;
	margin-left: 10px;
}

.counter_suffix {
	font-weight: 300 !important;
}

.after-counter .stats-number::after {
    content: " M €";
}

.header-elements-button-1:hover span {
	background: linear-gradient(189deg, #6B33EC 10%, #A37EEF 100%) !important;
	background-clip: text !important;
}
a.microwidget-btn.mini-button.header-elements-button-1.show-on-desktop.in-menu-first-switch.in-menu-second-switch.microwidget-btn-bg-on.microwidget-btn-hover-bg-on.border-off.hover-border-off.btn-icon-align-right.first {
	text-decoration: none !important;
}

.widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
	display: none !important;
}

.logos-footer {
	display: flex;
    align-items: center;
}

.linkedin-footer {
	margin-left: 20px;
	margin-bottom: 0px !important;
}

a img.linkedin-footer {
	display: flex;
}

.txt-footer {
	margin-top: 3%;
	display: flex;
	align-items: center;
}

.logo-2030-footer {
	margin-right: 30px;
}

.bg-right-home .vc_column-inner {
	border-radius: 30px 0px 0px 30px;
}

/*Image consortium*/

#img-map {
	width: 100% !important;
/* 	max-width: 930px; */
}

.row-center {
	text-align: center;
    margin: 0 auto;
}


/* Fin consortium */

.counter-box .aio-icon-header h3.aio-icon-title {
	font-size: 60px;
	color: #fff !important;
}

.counter-box .aio-icon-description.ult-responsive {
	font-size: 35px;
	color: #fff;
}


.counter-box .aio-icon-header+.aio-icon-description {
	margin-top: 2px !important;
}

.counter-box .aio-ibd-block {
	text-align: left;
	padding-left: 8px !important;
}

.counter-box .left-icon .aio-icon-left {
	vertical-align: middle !important;
}

@media screen and (max-width:991px){	
	.responsive-nega>div {
		margin-left: 0 !important;
	}
	.responsive-background>div {
		background-size: cover !important;
	}
	#footer ul {
		margin-top: 28px;
	}
	#footer ul li {
		text-align: left;
	}
	
	.bg-right-home .vc_column-inner {
		display: none !important;
	}
}


@media screen and (max-width:1480px){	
	.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap {
		padding-right: 20px;
    	padding-left: 20px;
	}
	
	.branding > a, .branding > img, #phantom .logo-box {
		padding: 0px 15px 0px 0px
	}
	
	.branding, .logo-box {
		width: 18%;
	}
}
@media screen and (max-width:992px){
	.colCenter{
		justify-content: center;
		display:block;
	}
}