/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/*

@font-face {
    font-family: 'nexabold';
    src: url('fonts/nexabold-webfont.woff2') format('woff2'),
         url('fonts/nexabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
body, h1, h2, h3, h4, h5, h6, label, figcaption, blockquote, blockquote p, .menu a, .site-title, .entry-meta, .mobile-menu, .widget-title, .ct-post-title, .ct-breadcrumbs, .ct-header-text, .site-description, .page-description, .ct-footer-copyright, .ct-widget>*:not(.widget-title){
	
}
.no-margin-btm{
	margin-bottom: 0 !important;
}
.show-for-mobile{
	display: none;
}
#header-menu-1 .menu li{
	margin: 0 10px !important;
}
[data-header*="type-1"] .ct-header [data-sticky*=yes]  .sub-menu{
	margin-top: -36px !important;
}
.hero-h1{
	font-weight: 600 !important;
}
.hero-h1 strong{
	font-weight: 900;
}
.img-hero-home{
	position: relative;
	transition: 0.2s all ease;
}
.img-hero-home img{
	position: relative;
	z-index: 2;
	transition: 0.2s all ease;
}/*
.img-hero-home::before{
	position: absolute;
	content: "Voir la carte des implantations";
	
	display: none;
	transition: 0.2s all ease;
	top: 20%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.2rem;
	font-weight: 600;
	z-index: 3;
}
.img-hero-home::before{
	cursor: pointer;
}*/
.img-hero-home figcaption{
	display: none;
}
.img-hero-home:hover figcaption{
	display: block;
	position: absolute;
	transition: 0.2s all ease;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.2rem;
	font-weight: 600;
	z-index: 3;
	
}
.img-hero-home:hover img{
	opacity: 0.4;
}/*
.img-hero-home:hover::before{
	display: block;
	top: 50%;
	
}*/
.images-inline .wp-block-group__inner-container{
	display: flex;
    justify-content: flex-start;
    align-items: start;
    align-content: start;
}
.images-inline figure{
	margin-right:2rem !important;
}
.images-inline figure:first-child{
	max-width: 120px !important;
}
.images-inline figure:nth-child(2){
	max-width: 240px !important;
}
.images-inline figure img{
	/*height: 110px !important;
	width: auto !important;*/
}
.ct-footer .images-inline figure img {
    height: 60px !important;
	width: auto !important;
}

.stk-block-button.is-style-plain a{
	padding: 0 !important;	
}
.stk-block-button.is-style-plain a .stk-button__inner-text{
	text-decoration: underline !important;
}
.stk-block-button.is-style-plain a .stk--inner-svg{
    margin-left: -10px !important;
}
.stk-block-button.is-style-plain a:hover .stk--inner-svg{
    margin-left: -4px !important;
}
.wp-block-stackable-icon-box .stk-block-heading__text{
	padding-left: 64px;
}
.wp-block-stackable-icon-box .stk-block-icon{
    position: absolute;
    margin: 0;
    left: -40px;
    top: -20px;
}
.wp-block-stackable-icon-box .stk-block-icon .stk--svg-wrapper::after{
    position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 150%;
	height: 150%;
	border: 1px solid #BDE1E9;
	border-radius: 50%;
}
.wp-block-stackable-icon-box .wp-block-stackable-icon-label {
	margin-bottom: 0.4rem !important
}
.decale-left{
	margin-left: -60px;
}
.block-card{
    margin: 0 0 2rem;
	-webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}

.wp-block-eedee-block-gutenslider{
	margin-left: auto !important;
	margin-right: auto !important;
}
.projects-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	width:100%;
	justify-content: space-evenly;
}
.projects-grid.large{
	flex-direction: column
}
.projects-grid .item{
	max-width: calc(33% - 2rem);
	padding: 0;
	margin: 1rem 0;
	position: relative;
}
.projects-grid.large .item{
	max-width: 100%;
	min-width:  100%;
	padding: 0;
	margin: 1rem 0;
	display: flex;
    border-radius: 6px;
    overflow: hidden;
}
.projects-grid.grid .item{
    display: flex;
    align-items: flex-end;
}
.projects-grid .item .frame{
	padding: 1.2rem;
    overflow: hidden;
	background: var(--theme-palette-color-8); 
}
.projects-grid .item .excerpt{
	font-size: 0.9rem;
}
.projects-grid.grid .item .frame{
	margin: 8rem 1rem 1rem;
	z-index: 11;
	position: relative;
	border-radius: 4px;
	background: rgba(255,255,255,0.92);
	-webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);

}
.projects-grid.large .item .frame{
	max-width: 35%;
}
.projects-grid.large .item .post-image{
	position: relative;
	max-width: 65%;
	min-width: 65%;
}
.projects-grid.large .item .post-image a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-size: cover;
	background-position: 50% 50%;
	transition: 0.2s all ease;
}
.projects-grid.large .item .post-image a:hover{
	opacity: 0.8;
}
.projects-grid.grid .item .post-image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-size: cover;
	background-position: 50% 50%;
}
.projects-grid.grid .item .post-image img{
	display: none;
}
.projects-grid .item .post-image a img{
	transition: 0.2s all ease;
}
.projects-grid .item .post-image a:hover img{
	opacity: 0.8;
	
}
.enjeux{
	margin: 0;
	display: flex;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.enjeux div{
	width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
	background: var(--theme-palette-color-8); 
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	margin-right:1rem;
	position: relative;
}
.enjeux div:hover{
	cursor: help;
}
.enjeux div span{
	display: block;
	position: absolute;
	transform: translateY(-100%);
	background: var(--theme-palette-color-8); 
	font-size: 0.9rem;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 24px;
	
}
.enjeux div:hover span{
	display: block;	
}
.enjeux div img{
	width: 24px;
    height: 24px;
}
.types{
	margin: 0;
	display: flex;
}
.types div{
	font-size: 0.7rem;
	background: var(--theme-palette-color-1); 
	text-transform: uppercase;
	color: var(--theme-palette-color-8) !important;
	font-weight: 600;
	border-radius: 24px;
	padding: 0.4rem 1rem;
	margin: 0 0.5rem 1rem 0;
}

.projects-grid .item h3{
	margin-top: 0 !important;
}
.projects-grid .item p{
	margin-top: 1rem !important;
}

.projects-grid .item .readmore{
	margin: 1.5rem 0 0.5rem;
}
.projects-grid .item .readmore a{
	font-weight: 600;
	border-radius: 6px;
	padding: 0.5rem 1rem;
	background: var(--theme-palette-color-4); 
	color: var(--theme-palette-color-8) !important;
	display: inline-block;
}
.projects-grid .item .readmore a:hover{
	opacity: 0.7;
}
.projects-grid .item h3 a{
	font-size: 1.2rem;
	display: inline-block;
	line-height: 1.2;
}

.hero-section{
}

.single-projet .project-row{
	width: 100% !important;
	max-width: 100% !important;
	display: flex;
	margin-bottom: 0 !important;
}
.project-content{
	max-width: 800px;
	padding: 1rem 0;
	margin: 0 auto;
}
.project-content-center{
	max-width: 1280px;
	width: 100%;
	padding: 2rem 0;
	margin: 0 auto;
}
.project-row i{
	font-size: 1.6rem;	
}
.project-hero{
	background: var(--theme-palette-color-3); 
}
.project-hero .project-content{
	padding: 3rem 0;
}
.project-kpi{
	margin: 0 auto;
}
.project-kpi strong{
	font-size: 2rem;
	display: block;
}
.project-results{
	background: var(--theme-palette-color-3); 
}
.project-sidebar{
	min-width: 400px;
	max-width: 400px;
	margin: 0;
    text-align: center;
}
.project-sidebar img{
	display: block;
	width: 100%;
	height: auto;
}

.single-projet h1{
	font-size: 2rem;
	margin-top: 1rem !important;
}
.single-projet h2{
	font-size: 1.2rem;
}
.project-subtitle{
	margin: 2rem 0 1rem;
	padding: 0.4rem 1rem;
	display: flex;
	background: #D9EAF5; 
	align-items: center;
}
.project-content-center .project-subtitle{
	background: transparent;
}
.project-subtitle i{
	margin-right: 10px;
}
.project-subtitle h3{
	font-size: 1.2rem;
	margin-top: 0 !important;
}
.wpforms-container{
	
    min-width: 600px;
    max-width: 600px;
    margin: 0;
}

.partners-grid{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
    flex-wrap: wrap;
}
.partners-grid .item{
	margin: 1rem;	
	text-align:center;
}
.partners-grid .item img{
	max-height: 60px;
	width: auto;
	margin: 0 auto;
	transition: 0.2s all ease;
	opacity:0.8;
}
.partners-grid a.item:hover img{
	opacity:1;
}
.project-block{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
    flex-wrap: nowrap;
}
.project-block img{
	max-height: 100px;
	width: auto;
	margin: 0 1rem;
	transition: 0.2s all ease;
	opacity:0.8;
}
.project-cols{
	display: flex;
	align-items: start;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.project-col{
	max-width: 25%;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.project-col span{
	font-size: 1.4rem;
	font-style: italic;
}
.project-col i{
	font-size: 2rem;
	margin-bottom:0.8rem;
}
.ct-breadcrumbs {
    padding: 0 1rem;
}
.holder-img{
	position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.holder-img img{
	max-width: 100%;
}
.map-point{
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid var(--theme-palette-color-2); 
}
.map-point::after{
	content: "";
	background: var(--theme-palette-color-2); 
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 12px;
	z-index: 10;
	transition: 0.2s all ease;
}
.map-point:hover::after{
	
	width: 20px;
	height: 20px;
}
.map-point:hover{
	cursor: pointer;
}
.project-info{
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	margin-top:-20px;
	background: var(--theme-palette-color-2); 
	padding:1rem;
	border-radius: 8px;
	color:  var(--theme-palette-color-8) !important; 
}
.project-info i{
	
	position: absolute;
	top: 10px;
	right: 10px;
}
.project-info i:hover{
	cursor: pointer;
}
.project-info h5{
	color:  var(--theme-palette-color-8) !important; 
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0.5rem !important;
}
.project-info a{
	color:  var(--theme-palette-color-8) !important; 
	text-decoration: underline;
}
.projects-map .map-container{
	
}
.projects-map .map-container .holder-img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
	transition: 0.2s all ease;
}
.projects-map .map-container .holder-img.zoom-in {
	width: 200%;
	height: auto;
	max-width: 200%;
}
.map-container{
	width: 600px;
	height: 600px;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
	background: var(--theme-palette-color-8); 
    position: relative;
}
.projects-map .controls{
    position: absolute;
	z-index: 100;
}
.projects-map .nav-left{
    transform: translateY(-50%);
    left: 10px;
	top: 50%;
	display: none;
	
}
.projects-map .nav-right{
    transform: translateY(-50%);
    right: 10px;
	top: 50%;
	display: none;
	
}
.projects-map .nav-down{
    transform: translateX(-50%);
    left: 50%;
	bottom: 10px;
	display: none;
	
}
.projects-map .nav-up{
    transform: translateX(-50%);
    left: 50%;
	top: 10px;;
	display: none;
	
}
.map-container.zoom-in .nav-down,
.map-container.zoom-in .nav-up,
.map-container.zoom-in .nav-left,
.map-container.zoom-in .nav-right{
	display: block;
}
.projects-map .zoom{
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
}
.projects-map .controls i{
	font-size: 2rem;
	margin-bottom: 8px;
}
.projects-map .controls i:hover{
	cursor: pointer;
}

.projects-map .zoom-out{
	opacity: 0.4;
}
.projects-map .zoom.zoom-in .zoom-out{
	opacity: 1;
}
.projects-map .zoom.zoom-in .zoom-in{
	opacity: 0.4;
}

.grid-filters-head{
    margin: 0 0 1rem 1rem;
	display: flex;
	font-weight: 600;
	font-size: 1.0rem;
	align-items: center;
	transition: 0.2s all ease;
}
.grid-filters-head i {
	margin-right:6px;
}
.grid-filters-head:hover{
	opacity: 0.8;
	cursor: pointer;
}
.grid-filters-container{
	display: none;
	transition: 0.2s all ease;
}
.grid-filters-container.opened{
	display: block;
}
.grid-filters-container .filter-container{
	margin: 0 2rem 1rem;
}
.grid-filters{
	display: flex;
	justify-content: start;
}
.map-filters .filter-head,
.grid-filters .filter-head {
	display: flex;
	width: 320px;
	font-weight: 600;
	font-size: 1.2rem;
	margin-top: 1.5rem;
	align-items: center;
}
.grid-filters .filter-head {
	width: auto;
	font-size: 1.0rem;
}
.map-filters .filter-head:hover{
	cursor: pointer;
	
}
.map-filters .filter-head i {
	margin-right:6px;
}
.map-filters .filter-container .fa-chevron-up{
	display: none;
}
.map-filters .filter-container.opened .fa-chevron-up{
	display: block;
}
.map-filters .filter-container.opened .fa-chevron-down{
	display: none;
}

.map-filters .filter-content{
	display: none;
}
.map-filters ul,
.grid-filters ul{
	margin: 0;
	padding: 0;
}
.map-filters ul li,
.grid-filters ul li{
	list-style: none;
	display: flex;
	margin: 0 0 0.5rem;
}
.map-filters ul li i,
.grid-filters ul li i{
	margin-right: 16px;
	font-size: 1.2rem;
	margin-top:2px;
}
.map-filters ul li:hover,
.grid-filters ul li:hover{
	cursor: pointer;
}
.map-filters ul li .checked,
.grid-filters ul li .checked{
	display: none;	
}
.map-filters ul li.checked .checked,
.grid-filters ul li.checked .checked{
	display: block;	
}
.map-filters ul li.checked .unchecked,
.grid-filters ul li.checked .unchecked{
	display: none;	
}
.project-row .project-sidebar i{
	margin-right: 8px;
	font-size: 1rem;
}
.title-with-circle{
	position: relative;
	z-index: 10;
	margin-bottom: 3rem;
}
.title-with-circle h2,
.title-with-circle h3{
	position: relative;
	z-index: 10;
}
.title-with-circle h3 span{
	margin-left:60px;
}
.title-with-circle::before{
	position: absolute;
	z-index: 9;
	content: "";
	width: 75px;
	height: 75px;
	top:-20px;
	left: -30px;
	border-radius: 50%;
	background: var(--theme-palette-color-3); 
}
.title-with-circle::after{
	position: absolute;
	z-index: 9;
	content: "";
    width: 105px;
    height: 105px;
    top: -35px;
    left: -45px;
	border-radius: 50%;
	border: 1px solid var(--theme-palette-color-3); 
}
.gutenslider-content-initial{
	text-align: left !important;
}
.gutenslider-content-initial i{
	margin-right: 10px;
}

.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide.is-position-center-center .slide-content {
    align-items: start !important;
	justify-content: start !important;
}
.entry-content ul li a{
	text-decoration: underline !important;
}
.ct-footer #wpforms-form-1790{
	display: flex;
}
.eedee-gutenslider-nav.eedee-gutenslider-prev{
	left: -40px !important;
}
.eedee-gutenslider-nav.eedee-gutenslider-next{
	right: -40px !important;
}
@media (min-width: 689.99px){
	.wp-block-eedee-block-gutenslider .swiper-pagination-bullet{	
		position: relative;
		margin: 0 65px !important;
		background:  var(--theme-palette-color-3) !important;
		opacity: 1 !important;
	}
	.wp-block-eedee-block-gutenslider .swiper-pagination-bullet-active{	
	   background:  var(--theme-palette-color-4) !important;
	}
	.swiper-pagination-bullet .bullet-circle{
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 2rem;
		font-weight: 600;
		position: absolute;
		top: -110px;
		left: -38px;
		border-radius: 50%;
		opacity: 0.6;
		background: var(--theme-palette-color-3) no-repeat 50% 50%; 
	}
	
	.swiper-pagination-bullet .bullet-1{
		background-image: url(assets/mobilite.svg);
		background-size: 40px auto;
	}
	.swiper-pagination-bullet .bullet-2{
		background-image: url(assets/enr.svg);
		background-size: 40px auto;
	}
	.swiper-pagination-bullet .bullet-3{
		background-image: url(assets/conso.svg);
		background-size: 40px auto;
	}
	.swiper-pagination-bullet .bullet-4{
		background-image: url(assets/numerique.svg);
		background-size: 40px auto;
	}
	.swiper-pagination-bullet .bullet-5{
		background-image: url(assets/emplois.svg);
		background-size: 40px auto;
	}
	.swiper-pagination-bullet-active .bullet-circle{
		color: var(--theme-palette-color-4); 
		background-color: var(--theme-palette-color-3); 
		opacity: 1;
	}
	.bullet-circle::after{
		position: absolute;
		z-index: 9;
		content: "";
		width: 120px;
		height: 120px;
		top:-20px;
		left: -20px;
		border-radius: 50%;
		border: 1px solid var(--theme-palette-color-3); 
	}
	.swiper-pagination-bullet-active .bullet-circle::after{
		border: 1px solid var(--theme-palette-color-4); 
	}
	.wp-block-eedee-block-gutenslider .swiper{
		margin-top: 80px;
	}
	.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide.is-position-center-center .slide-content{
		padding-top: 40px !important;
	}
	.wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination{
		bottom: auto !important;
		top: 80px !important;
		left: 0px !important;
	}
}
/* ----------------------------------------------
 * Generated by Animista on 2022-7-18 14:28:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bck-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-bck-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
  }
}
@keyframes slide-bck-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
  }
}
.slide-bck-center {
    background: #3e3e3e;
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    z-index: 905;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slide-bck-center {
	-webkit-animation: slide-bck-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) infinite alternate-reverse forwards;
	        animation: slide-bck-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) infinite alternate-reverse forwards;
}


.wpforms-container{
	margin: 0 !important;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea{
	border: 1px solid #BCE0FD;
	border-radius: 4px;
	color: var(--theme-palette-color-1);
	font-weight: 600;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
	background: var(--theme-palette-color-4) !important; 
	color: var(--theme-palette-color-8) !important;
	border-radius: 4px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background: var(--theme-palette-color-1) !important; 
}
.ct-footer  div.wpforms-container-full .wpforms-form button[type=submit]{
	background: var(--theme-palette-color-3) !important; 
	color: var(--theme-palette-color-4) !important;
	border-radius: 4px;
	border: 1px solid var(--theme-palette-color-4) !important;
	padding: 8px 15px !important;
}
.ct-footer  div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background: var(--theme-palette-color-4) !important; 
	color: var(--theme-palette-color-3) !important;
}
.ct-footer div.wpforms-container-full .wpforms-form .wpforms-field-container{
	 float: left !important;
}
#wpforms-1790-field_2{
    min-width: 300px;
    margin-right: 10px;

}
.ct-footer  div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    float: left;
    margin-top: 24px;
	clear: none !important;
}
.grecaptcha-badge,
.display-list{
	display: none;
}
#map{
	height: 600px;
	width: 100%;
}
#firstHeading{
	font-size: 1.2rem !important;
}
.subtitle{
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--theme-palette-color-1);
}

span.keyword{
	text-decoration: underline
	
}
span.keyword:hover{
	cursor: help;
}
.tip{
	display: none;
	background: var(--theme-palette-color-1);
	color: var(--theme-palette-color-8);
	padding: 1rem;
	z-index: 800;
	position: absolute;
	max-width: 360px !important;
	min-width: 320px
}
.tip div{
	display: block;
	padding: 0 0 0.5rem;    
    font-size: 1.0rem;
	font-weight: 600;
	text-transform: capitalize;
}
.single .entry-content .tip strong,
.single .entry-content .tip p{
    font-size: 1rem;
    line-height: 1.2rem;
    display: block;
}
.tip:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-bottom: 20px solid var(--theme-palette-color-1);
    border-right: 36px solid transparent;
    position: absolute;
    left: 0;
    top: -12px;
    transition: 0.4s all ease;
}
.glossary{
	margin: 0 auto;
	max-width: 800px;
}
.word h4{
	margin: 1.5rem 0 0 !important;
	text-transform: capitalize;
}
.circle {

    width: 300px;

    height: 300px;

    border-radius: 50%;

    /* background: blue; */

    border: 3px solid #f1f1f1;

    animation: 1s linear infinite alternate boxMagic,

               4s linear infinite spinning;

    padding-top: 300px;

}



@keyframes boxMagic {

    from {

        box-shadow: 

        0 0 0 #222,

        0 0 0 #222,

        0 0 0 #222,

        0 0 0 #222;

    }

    to {

        box-shadow: 

        0 -40px 0 #222,

        -40px 0 0 #222,

        0 40px 0 #222,

        40px 0 0 #222;

    }

}
@media (min-width: 689.99px) and (max-width: 1024px){
	
	.hide-for-tablet{
		display: none;
	}
}

@media (min-width: 689.99px) and (max-width: 960px){
	
	
}

@media (max-width: 768px){
	
	
}


@media (min-width: 768px) and (max-width: 1024px){

	
}
@media (max-width: 689.98px){
	.hide-for-mobile{
		display: none;
	}
	.show-for-mobile{
		display: block;
	}
	.home .wp-block-gb-lottiefiles{
		display: none;
	}
	
	.images-inline figure img{
		height: auto !important;
		width: auto !important;
		max-height: 70px !important;
	}
	.projects-grid {
		gap: 0;
		flex-direction: column;
	}
	.projects-grid.large {
		flex-direction: column;
	}
	.projects-grid .item {
		max-width: 100%;
	}
	.projects-grid.large .item {
		max-width: 100%;
		min-width: 100%;
		margin: 1rem 0;
		display: flex;
		flex-direction: column-reverse;
	}
	.projects-grid.large .item .frame {
		max-width: 100%;
	}
	.projects-grid.large .item .post-image {
		position: relative;
		max-width: 100%;
		min-width: 100%;
		height: 140px;
	}
	.types div {
		padding: 0.4rem 0.7rem;
	}
	.stk-ae2f477 .stk-inner-blocks>:last-child {
		margin-bottom: 1.5rem !important;
	}
	.title-with-circle::before {
		width: 50px;
		height: 50px;
		top: -12px;
		left: -18px;
	}
	.title-with-circle::after {
		width: 80px;
		height: 80px;
		top: -28px;
		left: -33px;
	}
	.title-with-circle h3 span {
		margin-left: 40px;
	}
	.bullet-circle{
		display: none;
	}
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev {
    	left: -28px !important;
	}
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
    	right: -28px !important;
	}
	.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide.is-position-center-center .slide-content{
		padding: 0 !important;
	}
	#wpforms-form-275{
		max-width: 320px !important;
	}
	
	.wpforms-container{

		min-width: auto;
		max-width: 100%;
	}
	.types {
		flex-wrap: wrap;
	}
	
	.projects-grid.grid .item .excerpt{
		display: none;
	}
	.projects-grid .item .frame {
    	padding:1rem;
	}
	.map-container {
		width: 320px;
		height: 320px;
		margin:0 auto;
		padding: 0;
	}
	.page-id-18 .stk-4f8f72f{
		background-image: none !important;
	}
}

.project-hero .project-thumbnail{
	position: relative;	
}
.project-hero .project-title,
.project-hero .project-thumbnail{
	width: 50%;
	max-width: 50%;
}

.project-hero .project-title{
    padding: 2rem 1rem 2rem 7rem;
}
.project-hero .project-thumbnail{
	background-size: cover;
	background-repeat: no-repeat;
}
.ct-footer #block-11{
    margin-top: 14px !important;
}

@media (max-width: 689.98px){
	.single-projet .project-row{
		flex-direction: column;
	}
	.project-hero .project-title, .project-hero .project-thumbnail {
		width: 100%;
		max-width: 100%;
	}
	
	.single-projet .project-hero{
		margin-bottom: 40px !important;
	}
	.project-hero .project-title{
		padding: 2rem 1rem;
	}
	
	.project-hero .project-thumbnail{
		height: 260px;	
	}
	.project-cols {
		flex-wrap: wrap;
    	align-items: center;
    	flex-direction: column;
    	justify-content: center;
	}
	.project-col {
		max-width: 100%;
	}
	
	.project-info{
	    max-width: 70%;
    	width: 70%;
	}
	.project-info h5{
		margin-bottom: 0 !important;
	}
	.project-info p{
		font-size: 0.8rem !important;
		line-height:1.1 !important;
		margin: 0 0 0.5rem !important;
	}
	.project-info a{
		
		font-size: 0.9rem !important;
	}
}
