/* CSS Document */
:root {
	--violet:#4E3988;
	--colibri:#D23C88;
	--at_coif:#F27C00;
	--at_cout:#0088D3;
	--at_cuis:#1D9F7F;
	--marg:10vw;
}
a {
	color:var(--violet);
}
body p,
body div {
	box-sizing: border-box;
}
body {
	font-family: Helvetica, Arial, "sans-serif";
	padding:0px 0 6vw 0;
	margin:0px;
	background-color:#FFF;
	color:#000;
}
body,
.atilie {
	font-size: 1.25vw;
}
h1,h2 {
	font-family: 'Raleway', sans-serif;
}
h1 {
	text-align: center;
	color:var(--colibri);
	margin: 2vw 0;
	font-size: 4vw;
}
h2 {
	margin-top:0px;
	margin-bottom: 1vw;
	font-size: 4vw;
}
.global {
	max-width: 88%;
	margin:auto;
}
.fond {
	background:url("img/bandeau.jpg") no-repeat center top;
	background-size: cover;
	height: 25vw;
}
.logo {
	position: relative;
  margin: -10vw auto 1vw auto;
  height: 20vw;
  width: 20vw;
}
.logo span {
	display: block;
	background:url("logo.svg") no-repeat center;
	background-size: contain;
	height: 100%;
	width:100%;
	z-index: 4;
	position: relative;
}
a {
	transition: 0.2s;
	text-decoration: underline;
}
a:hover {
	color:#000;
}
.intro,
.tems,
.contact {
	max-width: 75%;
	margin:var(--marg) auto;
}
.intro {
	margin:2vw auto;
	font-size: 1.5vw;
	text-align:center;
}
.atilie {
	margin:var(--marg) 0;
}
.box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}
.replie {
	white-space: nowrap;
}
.box > div {
	width: 50%;
	flex-shrink: 0;
}
.c_coif,
.at_coif h2 {
	color:var(--at_coif);
}
.c_cout,
.at_cout h2 {
	color:var(--at_cout);
}
.c_cuis,
.at_cuis h2 {
	color:var(--at_cuis);
}
.at_photo {
	background:url("img/coiffure_photo.jpg") no-repeat center;
	background-size:cover;
	height: 18vw;
	position: relative;
}
.texts {
	box-sizing: border-box;
	padding:0px 2vw 0px 6vw;
	max-height: 16vw
	overflow-y: auto;
	margin:0 0;
	
}
.at_cout .intText {
	padding:0px 7vw 0px 5vw;
}
.at_logo {
	position: absolute;
	margin: -8vw 0 0 -8vw;
  height: 16vw;
  width: 16vw !important;
	left:50%;
	top: 15vw;
	z-index: 10;
}
.logo::before,
.at_logo::before {
	display: block;
	content:"";
	background-color: rgba(255,255,255,0.6);
	border-radius:100%;
	height:64%;
	width:64%;
	z-index: 2;
	box-shadow: 0px 0px 2vw rgba(200,50,200,0.5);
	position: absolute;
	top: 50%;
	left:50%;
    margin-left: -32%;
    margin-top: -32%;
}
.at_logo span {
	display: block;
	background:url("img/logo_coiffure.svg") no-repeat center;
	background-size: contain;
	height: 100%;
	width:100%;
	z-index: 4;
	position: relative;
}
.at_cout .at_logo span {
	background-image:url("img/logo_couture.svg");
}
.at_cuis .at_logo span {
	background-image:url("img/logo_cuisine.svg");
}
.at_cout .at_photo {
	background-image:url("img/couture_photo.jpg");
}
.at_cuis .at_photo {
	background-image:url("img/cuisine_photo.jpg");
}
.photos {
	display: flex;
	flex-direction: column;;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: flex-end;
}
.boxPhotos {
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-end;
}
.boxPhotos img {
	height: 16vw;
	width:auto;
	margin:0;
	position: relative;
	display: block;
	transition: 0.2s;
}
.boxPhotos > .bPop .actPop::after {
	display: block;
	content:"";
	background: rgba(0,0,0,0.25) url('img/zoom_blc.svg') no-repeat center;
	background-size: 75%;
	height: 1.5vw;
	width:1.5vw;
	bottom: 0;
  right: 0;
  position: absolute;
  border-radius: 3100%;
  transition: 0.2s;
}
.boxPhotos > .bPop {
	transition: 0.2s;
}
.boxPhotos > .bPop .actPop {
  transition: 0.2s;
	position:relative;
	margin:1vw 0 0 1vw;
}
.boxPhotos > .bPop .actPop:hover {
	transform: scale(1.03);
}
.boxPhotos > .bPop .actPop span {
  position:absolute;
	bottom:0;
	font-size:0.85vw;
	background-color:rgba(0,0,0,0.65);
	color:#fff;
	padding:5px 20px 5px 8px;
}
.photos .zonePop img,
.boxPhotos > .bPop .actPop:hover img {
	box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
}
.boxPhotos > .bPop .actPop:hover::after {
	transform: scale(1.4);
}
.zonePhotos {
	width:100%;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: relative;
}
.at_cout .box {
	flex-direction: row-reverse;
}
.at_cout .texts {
	padding:0px 6vw 0px 2vw;
}
.at_cout .boxPhotos {
	justify-content: flex-start;
}
.at_cout .boxPhotos > .bPop .actPop span {
	margin-left:0;
	margin-right: 01vw
}
.intro .act,
.photos .act {
	text-align: right;
	margin:5px 1vw;
	transition: 0.2s;
	text-decoration: underline;
}
.intro .bShow.actif > .act,
.photos .bShow.actif > .act {
	position: absolute;
	bottom: 0;
	right:0;
	transition: 0.2s;
}
.intro .bShow.actif > .zone,
.photos .bShow.actif > .zone {
	padding-bottom:45px;
}
.photos .zonePop img {
	height: auto;
	margin:0px;
}
.photos .zonePop > .pop:hover,
.photos .zonePop > .pop img:hover {
	cursor:pointer;
}
.boxPhotos .bPop img {
	max-width: 100%;
	max-height: 100%;
  }
/* ------- */
/** TEMS **/

.tems_box {
	display: flex;
}
.tems h2 {
	text-align: center;
}
.tem {
	box-sizing: border-box;
	border:2px solid #ccc;
	border-radius: 35px;
	margin:20px 1vw;
	widthh:31%;
	padding:25px;
}
/*** OPEN CLOSE ***/
.zonePop,
.bShow.actif > .act .suite,
.replie,
.zone {
	display:none;
}
.bPop.actif > .zonePop,
.bShow.actif > .zone,
.bShow.actif > .act .replie {
	display: block;
}
.bShow,
.bPop {
	position:relative;
}
.actPop,
.act {
	cursor:pointer;
	position:relative;
	display:block;
}
.zonePop .pop {
	position:fixed;
	background-color:rgba(255,255,255,0.9);
	z-index:200;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.act span:hover {
	color:#000;
}
/*** 
	RS 
***/
.box_rs {
	position:fixed;
	right:0;
	top:15vw;
	background-color:#fff;
	border-radius:2vw 0 0 2vw;
	box-shadow:0 0 2vw rgba(0,0,0,0.2);
	z-index:200;
}
.bloc_rs {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 0 -2vw 0;
}
footer .bloc_rs {
	margin:-2vw 0 -4vw 0;
}
.bloc_rs a,
.box_rs a {
	display:block;
	background:url('../img/instagram.png') no-repeat center;
	height:3vw;
	width:3vw;
	background-size:auto 90%;
	margin:1vw;
	transition:0.2s;
	
}
.bloc_rs a:hover {
	text-decoration:underline;
}
.bloc_rs a {
	background-position:left center;
	background-size:contain;
	width:auto;
	height:auto;
	padding:1.5vw 6vw;
	color:#000;
	text-decoration:none;
	text-align:left;
}
.bloc_rs .rs_insta a {
	background-position:right center;
	text-align:right;
}
.bloc_rs .rs_face a,
.box_rs .brs_face a {
	background-image:url('../img/facebook.png');
}
.box_rs .brs_contact a {
	background-image:url('../img/mail.svg');
}
.box_rs a:hover {
	transform:scale(1.08);
}
/*** 
	FIN RS 
***/
/*** 
	Footer
***/
.contact_titre {
	display: flex;
	justify-content: center;
	align-items:center;
}
.contact_titre div:last-child,
.contact_titre div:first-child {
	background:url('../img/traitG.svg') no-repeat center;
	height:4vw;
	width:40%;
}
.contact_titre div:last-child {
	background-image:url('../img/traitD.svg');
}
footer {
	text-align: center;
}
footer a {
	display:block;
	color:#000;
	text-decoration:none;
}
.name {
	color:var(--violet);
	font-weight:600;
	margin-bottom:1vw;
}
.mail {		
	margin-bottom:1vw;
}
.mail:hover {		
	transform:scale(1.1) rotate(-5deg);
}
.mail span {
	color:var(--colibri);
	font-weight:600;
}
.menu_footer {
	margin-top:1vw;
	font-size:1.2vw;
}
/*** 
	Fin Footer
***/
/* ----------- */
@media all and (max-width:1760px){
	.global {
		max-width:92%;
	}
	body,
	.atilie {
		font-size: 1.5vw;
	}
	.intro {
		font-size: 1.8vw;
	  }
}
@media all and (max-width:1300px){
	.boxPhotos > .bPop .actPop span {
		font-size:13px;
		line-height:1em;
	}
}
@media all and (max-width:1100px){
	.global {
		max-width:92%;
	}
	h1, h2 {
		font-size: 3.8vw;
	  }
	body,
	.atilie {
		font-size: 1.8vw;
	}
	.intro {
		font-size: 2vw;
	  }
	  .intro, .tems, .contact {
		max-width: 70vw;
	  }
	.bloc_rs a {
	background-size:55px;
	padding:2vw 65px;
}
	.menu_footer {
	font-size:13px;
}
}
@media all and (max-width:989px){
	.tems_box {
		display: block;
	}
	h1 {
		font-size: 5vw;
		padding:0 2vw;
	  }
	 h2 {
		font-size: 5vw;
	  }
	  body,
	.atilie {
		font-size: 2.1vw;
	}
	.intro {
		font-size: 3vw;
	  }
	  .intro, .tems, .contact {
		max-width: none;
		padding:0 6vw;
	  }
	.boxPhotos > .bPop .actPop::after {
    height: 3vw;
    width: 3vw;
	}
}
@media all and (max-width:767px){
	.box_rs {
		display:none;
	}
}
@media all and (max-width:639px){
	.global {
		max-width: none;
	  }
h1 {
		font-size: 7.2vw;
	  }
	 h2 {
		font-size:7.2vw;
	  }
  body,
.atilie {
	font-size: 3.8vw;
}
.intro {
	font-size: 4.2vw;
  }
  .box {
	display: block;
  }
  .box > div {
	width: 100%;
  }
  .fond {
	height: 30vw;
  }
	.bloc_rs a {
    padding: 1vw 9vw 1vw 0;
		background-size:8vw auto;
}
	.bloc_rs .rs_face a {
    padding: 1vw 0 1vw 9vw;
}
  .logo {
	position: relative;
	margin: -16vw auto 4vw auto;
	height:32vw;
	width: 32vw;
  }
	.at_logo {
    margin: -12vw 0 0 -12vw;
    height: 24vw;
    width: 24vw !important;
    left: 50%;
    top: 25vw;
}
  .at_photo {
	height: 26vw;
  }
  h2 {
	margin-top: 3vw;
	margin-bottom: 1vw;
  }
  .boxPhotos img {
	height: 40vw;
  }
  .texts {
	padding: 0px 6vw !important;
	max-height: none;
  }
  .intro .act, .photos .act {
	margin: 1vw 6vw;
  }
	.boxPhotos > .bPop .actPop::after {
    height: 6vw;
    width: 6vw;
}
	.name,
.mail {		
	margin-bottom:2vw;
}
.menu_footer {
	margin-top:2vw;
}
}
/*** FIN OPEN CLOSE ***/
/* fin css */
