/*
 Theme Name: Les ateliers de Kéréné
 Description: Les Ateliers de Kéréné : réparation et rénovation de jantes auto et moto
 Author: Web Citronnade, Julie Viguié
 Author URI: https://web-citronnade.fr
 Version: 1.0.0
 Text Domain: kerene
*/
@font-face {
    font-family: 'orbitronregular';
    src: url('font/orbitron-variablefont_wght-webfont.woff2') format('woff2'),
         url('font/orbitron-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
	margin:0;
	padding:0;
	font-family:Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
	font-size:16px;
	color:#ffffff;
	line-height:1.8;
}
h1,h2,span.p-title{
	font-family: 'orbitronregular';
}
h1,h2,h3,span.p-title{
	text-transform:uppercase;
	letter-spacing:2.5px;
	display:block;
	width:100%;
	text-align:center;
}
span.p-title{
	text-align:left;
	margin-top:40px;
	margin-bottom:5px;
}
h1:after,h2:after{
	content:url(https://atelierskerene.fr/wp-content/uploads/2020/07/line-red.png);
	display:block;
}
h3:before{
	content:url(https://atelierskerene.fr/wp-content/uploads/2020/07/line-blue.png);
	display:block;
}
h1{
	font-size:1.3em;
}
h2,span.p-title{
	font-size:1.2em;
}
h3{
	font-size:1.2em;
	font-weight:600;
}
a{
	text-decoration:none;
}
ul{
	list-style-type:none;
}
div#page section.all ul{
	padding-left:1%;
	margin-left:3%;
	list-style-type:disc;
}
p.has-text-align-center{
	text-align:center;
}
body{
	background-image:url("https://atelierskerene.fr/wp-content/uploads/2020/07/bg.png");
	background-position: center top;
	background-repeat: repeat;
	background-size: auto, cover;
}
div.clear{
	clear:left;
	clear:right;
	clear:both;
}
a.contactez-nous{
	background-color:rgba(65,181,229,0.8);
	text-transform:uppercase;
	color:#ffffff;
	padding:5px;
	margin:50px auto;
	display: block;
	width: 200px;
	font-size: 20px;
	text-align:center;
	letter-spacing:2px;
	border-radius:4px;
	transition:0.4s;
}
a.contactez-nous:hover{
	background-color:rgba(206,55,25,0.8);
	transition:0.4s;
}
a#plus{
	display:block;
	text-align:center;
}
img#aspyc{
	width:100%;
}
div.noordi,section.noordi,figure.noordi,nav.noordi{
		display:none;
	}
/* Breadcrumbs */
nav#breadcrumbs ul li,nav#breadcrumbs ul p span a,span.breadcrumb_last{
	display:inline-block;
	font-size:12px;
}    
span.breadcrumb_last {
	color:#41b5e5;
}
/* ----- PAGE ----- */
div#page{
	width:100%;
	height:auto;
}

/* ----- HEADER -----*/
header#header{
	width:100%;
	height:auto;

}
header div#top{
	height:auto;
	min-height:0px;
	background-color: rgba(65,181,229,0.85);
	position: fixed;
	width: 100%;
	z-index:3000;
}
/* ------ LOGO -----*/
figure#img-home{
	position:relative;
}
figure#logo-haut{
	position:absolute;
	top:120px;
	left:0;
	background-color:rgba(0,0,0,0.6);
}
/* ----- MENU PRINCIPAL ----- */
div#phone-top,nav#menu-primary{
	float:left;
	padding:0 1%;
}
div#phone-top{
	width:25%;
	margin-top:5px;
}
div#phone-top a{
	border:#ffffff solid 2px;
	padding:2px 2%;
	text-transform:uppercase;
}
div#phone-top a:hover{
	background-color:rgba(255,255,255,0.85);
	color:#41b5e5;
	transition:0.4s;
}
nav#menu-primary{
	width:71%;
}
nav#menu-primary ul{
	text-align:right;
}
nav#menu-primary ul li{
	display:inline-block;
	margin:5px 2%;
	position:relative;
}
nav#menu-primary ul li a{
	text-transform:uppercase;
	letter-spacing:2px;
	transition:0.4s;
	font-weight:400;
	color:#ffffff;
}
nav#menu-primary ul li:hover{
	border-bottom:1px solid #ffffff;
	transition:0.4s;
}
nav#menu-primary ul li.fb-menu img{
	margin-top:5px;
}
/* --- SUBMENU ---*/
ul.sub-menu{
	display:none;
}
nav#menu-primary ul li:hover ul.sub-menu{
	display:block;
	position:absolute;
	z-index: 5000;
	left: 0;
	right: 0;
	overflow:hidden;
	width: 180px;
	text-align: left;
	background-color: rgba(65,181,229,0.85);
	-moz-transition: .8s all .3s;
	-webkit-transition: .8s all .3s;
	transition: .8s all .3s;
}
ul#submenu li,ul.sub-menu li a{
	display:block !important;
	width:100%;
}
ul#submenu-primary li:hover{
	border:none;
}
/* --- PAGE : HAUT DE PAGE AVEC TITRE ---*/
div.header-page{
	padding-top:80px;
	max-width: 1450px;
	margin: 0 auto;
}
/* ------ SECTIONS -----*/
section.all{
	padding:30px 15%;
	max-width:1040px;
	margin:0 auto;
}
/* ////////////////////////////////////////////////////////////////////////
							PAGE ACCUEIL
////////////////////////////////////////////////////////////////////////*/
header figure#img-home,header figure#img-home img{
	width:100%;
	height:auto;
}
/* ----- CONTENU HOME -----*/
/* 3 blocs */
div.bloc-left,div.bloc-right{
	width:46%;
	margin:15px 2%;
	display:block;
	float:left;
}
div.bloc-left figure img,div.bloc-right figure img{
	width:100%;
	height:auto;
}
div.bloc-left figure,div.bloc-right figure{
	position:relative;
}
div.bloc-left figure figcaption a,div.bloc-right figure figcaption a{
	text-transform:uppercase;
	background-color: rgba(65,181,229,0.8);
	padding:0 5%;
	font-size: 22px;
	font-weight: 500;
	position:absolute;
	bottom:15px;
	right:10px;
	z-index:2000;
	border-radius:4px;
	transition:0.4s;
}
div.bloc-left figure figcaption a:hover,div.bloc-right figure figcaption a:hover{
	transition:0.4s;
	background-color: rgba(206,55,25,0.8);
}
/* jantes home */
div.jante-home{
	display:block;
	width:46%;
	margin:20px 2%;
	text-align:center;
	float:left;
}
/* ////////////////////////////////////////////////////////////////////////
							SERVICES
////////////////////////////////////////////////////////////////////////*/
section#all-services{
	text-align:center;
}
article.service{
	width:18%;
	margin:30px 1%;
	float:left;
	text-align:center;
}
article.service a h3{
	transition:0.4s;
}
article.service a h3:hover{
	color:#41b5d5;
	transition:0.4s;
}
/* ////////////////////////////////////////////////////////////////////////
							PAGE STANDARDS
////////////////////////////////////////////////////////////////////////*/
h1.title-page{
	text-transform:uppercase;
	font-weight:200;
	text-align:right;
	font-size:38px;
	margin:5px 0 60px 4%;
	/*padding:0 3%;*/
	background-color:rgba(65,181,229,0.9);
}
h1.title-page:after{
	content:none;
}
p.intro{
	font-size:1.2em;
}
img.imgx3{
	width:31%;
	margin:10px 1%;
	float:left;
}
/* ----- FOOTER -----*/
footer#footer div#footer2{
	font-family:'orbitronregular';
}
div.col-footer{
	display:block;
	width:31%;
	float:left;
	margin:20px 1%;
	text-align:center;
}
div#footer3 img{
	width:260px;
}
nav#menu-footer ul li{
	display:inline-block;
}
nav#menu-footer ul li a{
	font-size:11px;
	letter-spacing:1.2px;
}
nav#menu-footer ul li a::after{
	content:' • ';
}
nav#menu-footer ul li:last-child a::after{
	content:none;
}
/* ////////////////////////////////////////////////////////////////////////
							PAGE STANDARDS
////////////////////////////////////////////////////////////////////////*/
figure.wp-block-gallery.columns-3.is-cropped ul li.blocks-gallery-item{
	width:30%;
	float:left;
	display:block;
}
@media screen and (max-width: 640px){
	figure.wp-block-gallery.columns-3.is-cropped ul li.blocks-gallery-item{
		width:100%;
		clear:left;
	}
}
/* ////////////////////////////////////////////////////////////////////////
							CONTACT
////////////////////////////////////////////////////////////////////////*/
/* ///////////// Sur la page d'accueil //////////////////////*/
div#adresse,div#horaires{
	border-left:2px dotted #41b5e5;
	padding-left:7%;
}
div#adresse p span.p-title,div#horaires p span.p-title{
	line-height:1.2;
}
div#adresse p,div#horaires p{
	font-size:1.15em;
}
/* ////////////////// page contact //////////////////////////*/
div#photos-contact img{
	width:100%;
}
input[type=text],input[type=tel],textarea,input[type=email],select {
  width: 100%;
  padding: 10px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color:#1d1d1d;
}

input[type=submit] {
  width: 100%;
  background-color: #41b5e5;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform:uppercase;
  transition:0.4s;
}

input[type=submit]:hover {
  background-color: #ce3719;
  transition:0.4s;
}
/* ////////////////////////////////////////////////////////////////////////
							SLIDER
////////////////////////////////////////////////////////////////////////*/
.slick-slide {
    margin: 0px 20px;
}

div.slick-slide img.attachment-post-thumbnail{
    width: 100%;
	height:auto !important;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
	background-color:rgba(255,255,255,0.90);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	height:auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ////////////////////////////////////////////////////////////////////////
							GALERIE
////////////////////////////////////////////////////////////////////////*/
#cff p.cff-post-text span.cff-text{
	font-family:'orbitronregular';
	color:rgba(65,181,229,1) !important;
}
/* ////////////////////////////////////////////////////////////////////////
							FOOTER
////////////////////////////////////////////////////////////////////////*/
footer#footer{
	background-color:rgba(0,0,0,0.5);
	
}
/**************************************************************************/

/* SpatioTempoWeb Adding */
.grecaptcha-badge{visibility:hidden}

/* End SpatioTempoWeb Part */

/* ////////////////////////////////////////////////////////////////////////
							MOBILE
////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 640px){
	div.nomobile,section.nomobile,figure.nomobile,nav.nomobile{
		display:none;
	}
	div.noordi,section.noordi,figure.noordi,nav.noordi{
		display:block;
	}
	div.bloc-left,div.bloc-right,div.jante-home,article.service{
		width:96%;
	}
	iframe{
		display:block;
		width:100%;
		height:auto;
	}
	/* ----- Logo -----*/
	div#top-mobile img{
		width:200px;
		padding:15px 1%;
		display:block;
		margin:0 auto;
	}
	/* ----- Menu mobile -----*/
	nav {
	  height: 65px;
	}
	#menuToggle {
	  display: flex;
	  flex-direction: column;
	  position: relative;
	  top: 25px;
	  left: 25px;
	  z-index: 1;
	  -webkit-user-select: none;
	  user-select: none;
	}
	#menuToggle input
	{
	  display: flex;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  cursor: pointer;
	  opacity: 0;
	  z-index: 2;
	}
	#menuToggle span
	{
	  display: flex;
	  width: 29px;
	  height: 2px;
	  margin-bottom: 5px;
	  position: relative;
	  background: rgba(65,181,229,0.6);
	  border-radius: 3px;
	  z-index: 1;
	  transform-origin: 5px 0px;
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	}

	#menuToggle span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}

	#menuToggle input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-3px, -1px);
	  background: rgba(65,181,229,0.6);
	}
	#menuToggle input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menuToggle input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}

	#menu-mobile,ul.menu-mobile
	{
	  position: absolute;
	  width: 180px;
	  height: 400px;
	  box-shadow: 0 0 10px #85888C;
	  margin: -50px 0 0 -50px;
	  padding: 50px;
	  padding-top: 125px;
	  background-color: rgba(65,181,229,0.8);
	  -webkit-font-smoothing: antialiased;
	  transform-origin: 0% 0%;
	  transform: translate(-100%, 0);
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#menu-mobile li,.menu-mobile li
	{
	  padding: 10px 0;
	  transition-delay: 2s;
	  text-transform:uppercase;
	  letter-spacing:2px;
	}

	#menuToggle input:checked ~ ul
	{
	  transform: none;
	}
	nav#navmobile,div#top-mobile{
		float:left;
	}
	nav#navmobile{
		width:25%;
	}
	/* ----- Page -----*/
	h1.title-page{
		text-align:center;
		font-size:22px;
	}
	/* ----- Footer -----*/
	div.col-footer{
		width:98%;
	}
	
	
	
}

