/*
Theme Name: Entete
Author: SiteOrigin
Author URI: https://siteorigin.com
Theme URI: https://siteorigin.com/theme/vantage
Description: Entete Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage-child
*/

/* =Theme customization starts here
————————————————————– */


/*******************Background Animé*************************/
/* Fade effect */
/*.js body {
	opacity: 0;
	transition: opacity 0.3s;
}

.js body.render {
	opacity: 1;
}

/* Page Loader */
/*.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

.site-content {
    z-index: 1000;
    position: relative;
}

canvas{
	z-index:-1;
}*/
.tsvg-block-inner:hover span:nth-of-type(1)  {
	transform: translateY(35px) !important;
}
.tsvg-block-inner > span:nth-of-type(1) {
	z-index: 1;
	font-family: "Heebo" !important;
	font-size: 25px !important;
	background-color: #ffffff96 !important;
	transition:  all 0.5s !important;
}
#videogalery figure figcaption,
.light_rounded p {
	font-family:"Heebo" !important;
}
/* Transition pour les images */
#slidecolright img {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    transform: translateX(100%); /* Les images commencent hors de vue à droite */
}

/* Classe pour l'image visible (active) */
#slidecolright .active img {
    opacity: 1;
    transform: translateX(0); /* L'image active est au centre */
}
#slidecolright .active {
	display: block !important;
}
/* Classe pour l'image sortante (exit) */
#slidecolright .exit img {
    opacity: 0;
    transform: translateX(-100%); /* L'image sortante glisse vers la gauche */
}

/* Conteneur de fond */
#slidebg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: background-image 0.5s ease-in-out;
}

/* Animation de la bordure des icônes */
#raptownicon img,
#bvicon img,
#valiseicon img,
#likesicon img {
    transition: border 0.3s ease;
    border-radius: 28px;
}

#raptownicon img {
    border: 5px solid #F88890;
}


.widget img {
    max-width: 100% !important;
}

.vantage-grid-loop article a h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
    text-decoration: none !important;
    background: #07192F;
    padding: 8px 0;
    color: #fff;
}

.vantage-grid-loop article a:hover h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
    text-decoration: none !important;
    background: #F45EBA;
    padding: 8px 0;
    color: #07192F;
}

.vantage-grid-loop article .grid-thumbnail:hover{
	box-shadow:none !important;
}

.home .sow-icon-ionicons{
	font-size: 2em !important;
	margin-left: 0 !important;
	margin-top: 1px !important;
}


#main {
	background: rgba(0,0,0,0) !important;
}
body.layout-full {
    background-color: #fff !important;
}

.sow-contact-form-success{
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
}

/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
#logoAccueil .so-widget-image{
	text-align: center !important;
	margin: 0 auto !important;
	
}

@font-face{
	font-family: GT Sectra Display;
	src:url(https://www.studioentete.com/wp-content/themes/Entete/fonts/GT-Sectra-Fine-Bold.ttf);
	font-weight:bold !important;
}

h1, h2 {

    font-family: GT Sectra Display !important;
    font-weight: bold;

}


/******************************FOND TRANSPARENT******************************/
/*#masthead, #main, #colophon, .main-navigation{
	background: transparent !important;
}*/

/***************************************************************************/
/***************************************************************************/
#footer-widgets a.social-media-icon-size-large{
	font-size: 2.5em !important;
	margin-right: 15px !important;
}

#footer-widgets a{
	text-decoration:none;
	transition-duration: 0.5s
}

#footer-widgets a:hover{
	background-color: #FDC744;
	padding: 3px 3px 3px 45px;
	text-decoration:none;
	transition-duration: 0.5s
}
#footer-widgets a.social-media-icon-size-large:hover{
	font-size: 2.5em !important;
	padding: 3px 3px 3px 15px !important;
	margin-right: 15px !important;
}



#Realisations .link-title h4, #Realisations .text,#Realisations .widget_circleicon-widget .circle-icon-box a.more-button{
	color:#ffffff !important;
	
}

.home #Realisations .link-title h4, 
.home #Realisations .text,
.home #Realisations .widget_circleicon-widget .circle-icon-box a.more-button{
	color:#07192f !important;
	
}

.home .widget_circleicon-widget .circle-icon-box.circle-icon-position-top .circle-icon {
    box-shadow: 0px 0px 5px rgba(0,0,0,.45);
}

.title-block_1{
	color:#ffffff !important;
}

.vantage-grid-loop article .grid-thumbnail {
    display: block;
    padding: 5px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
    background: #ffffff;
    margin-bottom: 10px;
}

.vantage-grid-loop article .grid-thumbnail:hover {
    border-color: #0a0a0a;
    -webkit-box-shadow: 0 0 5px rgba(0,187,251,0.75);
    -moz-box-shadow: 0 0 5px rgba(0,187,251,0.75);
    box-shadow: 0 0 5px rgb(150, 150, 150,0.75);
}


#masthead.masthead-logo-in-menu .logo > img {
	max-height:50px;
}

.main-navigation.sticky::after{
	box-shadow: none !important;
}

/******************************Titre******************************/
.sow-headline-container h1.sow-headline {
		
}

.clients .decoration{
	display:none;
}

/******************************Menu******************************/
body.responsive.layout-full #page-wrapper .full-container {
    max-width: 100%;
}

#masthead.masthead-logo-in-menu .logo-in-menu-wrapper {
    margin-left: 50px;
	margin-top:25px;
}

#masthead.masthead-logo-in-menu .main-navigation .full-container {
    align-items: center;
    display: flex;
    max-width: 1080px !important;
    padding: 0 0 15px 0;
}

.main-navigation .menu {
    margin-right: 50px !important;
    margin-left: auto !important;
	margin-top:25px;
}

.main-navigation ul li:hover > a, .main-navigation ul li.focus > a{
	Background:transparent;
	border-bottom:5px solid #ffffff;
	transition: border-width 0.6s linear;
	padding-bottom:3px !important;
}

.main-navigation ul li a{
	padding-top:15px !important;
	padding-bottom:8px !important;
	transition: border-width 0.6s linear;
}

/******************************GS LOGO******************************/

pre{
	margin:0 auto !important;
}

.bx-wrapper {
    max-width: 90% !important;
}

select {
    display: block;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
	padding:7px;
    border: 1px solid #c0c0c0;
}

input[type="text"], input[type="email"], input[type="tel"]{
    display: block;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
	padding:7px;
    border: 1px solid #c0c0c0;
}

label{
	    color: #07192f;
    font-weight: bold;
}
}

.mobile-nav-icon::before {

    font-size: 1.75em !important;
    content: "\f00b";

}

.main-navigation ul {
	text-align: center !important;
}
/******************************ETUDES DE CAS******************************/
#etudesdecas article a {
	box-shadow: 1px 1px 10px 1px #000;
	transition: all 0.3s;
	width: 90%;
}
#etudesdecas article a:hover h3 {
	transition: all 0.3s;
}
#etudesdecas article a:hover {
  transform: scale(1.05);
  box-shadow: 3px 3px 15px 4px #000 !important;
}
#realisation-title h2 {
	    width: fit-content;
    margin: auto;
    background: #07192f;
    color: #fff;
    padding: 10px 20px;
	font-size:37.5px !important;
}
@media screen and (max-width: 640px) {
	h1 {font-size:2.5em !important;}
	
	#masthead.masthead-logo-in-menu .logo-in-menu-wrapper {
    margin-left: 0;
    margin-top: 25px;
}
	
}