/**
 * Theme Name: Requin Immo
 * Description: Blocksy Child theme
 * Author: Studio CAD
 * Template: blocksy
 * Text Domain: blocksy
 */

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){
	/*color: var(--theme-palette-color-1);*/
}

@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;
	}
	
}

@font-face {
  font-display: block;
  font-family: Mori;
  font-style: normal;
  font-weight: 900;
  src: url(https://assets.codepen.io/16327/PPMori-SemiBold.woff) format("woff");
}

html, body {
  margin:0;
  padding:0;
  width:100%;
  min-height:150vh;
}
  

.menu-accueil {
	border-top : 1px solid var(--theme-palette-color-5);
	border-bottom : 1px solid var(--theme-palette-color-5);
	overflow:hidden;
	position: relative;

}
.menu-accueil nav {
	padding : 5px 0;
}

.circle-menu {
  position: absolute;
  border-radius: 50%;
  background:var(--theme-palette-color-5) ;
  pointer-events: none;
	top:0;
	left:0;
	height:0px;
	width:0px
  z-index: 1;
  transform: translate(-50%, -50%);
   will-change: transform, width, height;
}

/***** TEXT SPLIT ***********/
.text-split {
  opacity: 0;
  text-align: center;
  color: black;
  font-size: 2rem;
  will-change: transform;
  color: #0e100f;
}

.text-split * {
  will-change: transform;
}


/***** REQUIN LOGO AILERON ***********/

.requin-logo-groupe path, .requin-logo-groupe rect {
	fill: var(--theme-palette-color-5);
}
.aileron {
	fill : var(--theme-palette-color-3) !important}
.logo-requin-container {
	padding: 10px;
	width:100% !important;
	max-width:none;
}
#requin-logo {
	width : 100%;
}

/***** FIN ***********/


/***** LIEUX ***********/


button {
  display: inline-block;
  outline: none;
  padding: 8px 14px;
  background: transparent;
  border: solid 4px #0e100f;
  color: #0e100f;
  text-decoration: none;
  border-radius: 99px;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  line-height: 18px;
}