/*

Project   : Portfolio
Author   : Sophie FERRARI
Version   : 1.0.0
Date     : 18/04/2018

*/

/*---------------------------------------------------------------*/
/* GLOBAL */
/*---------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 100%;
}
*, *:before, *:after { 
	box-sizing: inherit;
}


body {
	font-family: 'Raleway', sans-serif;
	position: relative;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
	color: #ededed;
	background-color: #212121;
	margin: 0;
}


/* typographie */
/*--------------------------------*/
h1, .h1-like,
h2, .h2-like,
h3, .h3-like,
h4, .h4-like,
h5, .h5-like,
h6, .h6-like {
	font-family: 'Kavivanar', cursive;
	font-weight: 700;
	color: #ededed;
	line-height: 1.5;
	margin: 0 0 0.625em 0;
}
h1, .h1-like {
	font-size: 2em;
}
h2, .h2-like {
	font-size: 1.125em;
}
h3, .h3-like {
	font-size: 1.5em;
}
h4, .h4-like {
	font-size: 1.25em;
}
h5, .h5-like {
	font-size: 1.125em;
}
h6, .h6-like {
	font-size: 1em;
}
p {
	margin: 0 0 0.625em 0;
}

/* links */
/*--------------------------------*/
a {
	text-decoration: none;
	color: #ededed;
}
/* fil d'araine */
/*--------------------------------*/
.beadcrumb{
    text-align: left;
}

.beadcrumb a {
    color:#966280;
    text-decoration: none;
    display:block;
    font-size: 13px; 
}
a.currentar{
    color:#fff !important;
}
.beadcrumb li{
    display: inline-block;
   
}
.beadcrumb a:hover {
    color: #fff;
}

/* table */
/*---------------------------*/
table {
	width: 100%;
	margin: 0.625em 0;
	table-layout: fixed;
	border-collapse: collapse;
}
tr,
td,
th {
	vertical-align: middle;
}
thead th {
	padding: 0.625em 0;
	border-bottom: 2px solid #c1c1c4;
	text-align: left;
	font-weight: 700;
}
tbody td {
	padding: 0.625em;
	border-bottom: 1px solid #c1c1c4;
}
tbody tr:nth-child(even) {
	background: #E7E7E7;
}


/* Forms */
/* -----------------------------------------------------*/
form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input,
label,
select {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
}

label {
    margin-bottom: .35938em;
    font-weight: 700;
    cursor: pointer;
}

label.required:after {
    content: " *";
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple="multiple"] {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: .71875em;
    padding: .625em;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple="multiple"]:hover {
    border-color: #ceced0;
}

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple="multiple"]:focus {
    border-color: #D35F60;
    outline: none;
    box-shadow: 0 0 5px rgba(205,75,77,.7);
}

textarea {
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: .71875em;
}

input[type="file"] {
    width: 100%;
    margin-bottom: .71875em;
    padding-bottom: .23958em;
}
input[type="submit"] {
   cursor: pointer;
}
input[type="image"] {
   cursor: pointer;
}
input[type="image"]:hover {
   opacity: 0.3;
}
select {
    width: auto;
    margin-bottom: .71875em;
    max-width: 100%;
}

fieldset {
    margin: 0 0 .71875em 0;
    padding: 1.4375em;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    background: #fafafa;
}

::-webkit-input-placeholder {
    color: #c8c9ca;
}

:-moz-placeholder {
    color: #c8c9ca;
}

::-moz-placeholder {
    color: #c8c9ca;
}

:-ms-input-placeholder {
    color: #c8c9ca;
}
/*input[id="nom"], input[id="prenom"] {
    display: inline-block;
    width: 75%;
}
 label[for="nom"], label[for="prenom"] {
    display: inline-block;
    width: 20%;
}*/
/* Grouping content */
/*--------------------------------*/
img,
video,
audio {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
figure {
	margin: 0;
}

/* iframes */
/*--------------------------------*/
.box-iframe {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.box-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Buttons */
/*--------------------------------*/
.btn {
	position: relative;
	display: inline-block;
	background-color: #d35f60;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 0 1.25em;
	line-height: 2.5em;
	white-space: nowrap;
	cursor: pointer;
}

.btn:active {
	top: 1px;
}

.btn--small {
	font-size: 0.75em;
}
.btn--large {
	font-size: 1.5em;
}
.btn--secondary {
	color: #666;
	background-color: #ededed;
}
/*---------------------------------------------------------------*/
/* GRID */
/*---------------------------------------------------------------*/
.clear {
	clear: both;
}
.grid:after,
.grid:before {
	display: block;
	content: "";
	clear: both;
}
.grid {
	margin-left: -10px;
	margin-right: -10px;
}
[class*="col-"] {
	width: 100%;
}
.grid [class*="col-"] {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-m-1 {
	width: 8.333%;
}
.col-m-2 {
	width: 16.667%;
}
.col-m-3 {
	width: 25%;
}
.col-m-4{
	width: 33.333%;
}
.col-m-5 {
	width: 41.667%;
}
.col-m-6 {
	width: 50%;
}
.col-m-7 {
	width: 58.333%;
}
.col-m-8 {
	width: 66.667%;
}
.col-m-9 {
	width: 75%;
}
.col-m-10 {
	width: 83.333%;
}
.col-m-11 {
	width: 91.667%;
}
.col-m-12 {
	width: 100%;
}

/* grid tablet view */
/*--------------------------------*/

@media (min-width: 481px) {
	.col-t-1 {
		width: 8.333%;
	}
	.col-t-2 {
		width: 16.667%;
	}
	.col-t-3 {
		width: 25%;
	}
	.col-t-4{
		width: 33.333%;
	}
	.col-t-5 {
		width: 41.667%;
	}
	.col-t-6 {
		width: 50%;
	}
	.col-t-7 {
		width: 58.333%;
	}
	.col-t-8 {
		width: 66.667%;
	}
	.col-t-9 {
		width: 75%;
	}
	.col-t-10 {
		width: 83.333%;
	}
	.col-t-11 {
		width: 91.667%;
	}
	.col-t-12 {
		width: 100%;
	}

	.table {
		display: table;
		width: 100%;
	}
	
	.fixed {
		table-layout: fixed;
	}
	.row {
		display: table-row;
	}
	.cell {
		display: table-cell;
		vertical-align: top;
	}



}/* end of grid tablet view*/


/*grid desktop view*/
/*---------------------------------*/
@media (min-width: 769px) {
	.col-d-1 {
		width: 8.333%;
	}
	.col-d-2 {
		width: 16.667%;
	}
	.col-d-3 {
		width: 25%;
	}
	.col-d-4{
		width: 33.333%;
	}
	.col-d-5 {
		width: 41.667%;
	}
	.col-d-6 {
		width: 50%;
	}
	.col-d-7 {
		width: 58.333%;
	}
	.col-d-8 {
		width: 66.667%;
	}
	.col-d-9 {
		width: 75%;
	}
	.col-d-10 {
		width: 83.333%;
	}
	.col-d-11 {
		width: 91.667%;
	}
	.col-d-12 {
		width: 100%;
	}
}/* end of desktop view ----------*/

/*---------------------------------------------------------------*/
/* helpers */
/*--------------------------------*/
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;

}
.v-top {
	vertical-align: top;
}
.v-middle {
	vertical-align: middle;
}
.v-bottom {
	vertical-align: bottom;
}

/*
m = margin
a, t, b = all, top, bottom
n, s, m, l = none, small, medium, large
*/

.man {
	margin: 0px !important;
}

.mas {
	margin: 20px !important;
}
.mam {
	margin: 40px !important;
}
.mal {
	margin: 60px !important;
}



.mtn {
	margin-top: 0px !important;
}

.mts {
	margin-top: 20px !important;
}
.mtm {
	margin-top: 40px !important;
}
.mtl {
	margin-top: 60px !important;
}
.mtxl{
	margin-top: 80px !important;
}


.mbn {
	margin-bottom: 0px !important;
}

.mbs {
	margin-bottom: 20px !important;
}
.mbm {
	margin-bottom: 40px !important;
}
.mbl {
	margin-bottom: 60px !important;
}
.round-box {
	border-radius: 50%;
}
.center-box {
	margin-left: auto!important;
	margin-right: auto!important;
	float: none!important;
}
.bg-light {
	background-color: #eee;
	padding: 40px 0;
}
.bg-medium {
	background-color: #d8d8d8;
	padding: 40px 0;
}
.bg-dark {
	background-color: #333;
	padding: 40px 0;
}
.right {
	float: right!important;
}
/* others */
/*--------------------------------*/
.browsehappy {
	background-color: #5ab1ab;
	color: #324b4b;
	padding: 20px;
	margin: 20px 0;
	border: 10px solid;
	text-align: center;
}
.browsehappy a {
	color: #fff;
	text-decoration: underline;
}
.browsehappy a:hover {
	color: #fff;
	text-decoration: none;
}


/*---------------------------------------------------------------*/
/* CONTENT */
/*---------------------------------------------------------------*/
.wrap {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* header */
/*--------------------------------*/

#header {
	background-color: #212121;
	/*border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;*/
}



/* menu */
/*--------------------------------*/
.menu {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
.menu-collapse {
	height: auto;
	opacity: 1;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu a {
	display: block;
	color: #ededed;
	padding: 1em;
	text-align: center;
}
.menu .current {	
	color: #ededed;
	text-decoration: line-through;
}

/* burger  */
/*--------------------------------*/
.btn-menu {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 10px;
}

/* main */
/*--------------------------------*/
.amb{
   	border: 8px solid #212121;
}

figure {
	position:relative;
}

figcaption.descrip{
	position: absolute;
	background-color: #212121;
	margin-left: 37px;
	margin-top: -50px;
	padding:0 33px;
	z-index:4;
	
}
.descrip h1{
	margin:0px;
}

 figcaption.title{
   	position: absolute;
    background-color: #212121;
    margin-left:129px;
    margin-top:-49px;
    padding:0 20px;
    
}
article #one{	
    margin-top:35px;
    margin-right:-21px;    
}
.separation{
	width: 100%;
	height: 40px;
	background-color: #212121;	
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	margin-top: -76px;	
}
figcaption.texte{
	position:absolute;
    background-color:#212121;
    padding: 15px 20px 5px 20px;
    margin-left:22px;
    margin-top:-22px;        
}
.idente{	
	border: 8px solid #212121;
}
.cv{
	margin-top:875px;
}
.cv a:hover{
	opacity:0.3;	
}
.word{
	position: absolute;
	margin-left: 53px;
	margin-top: -28px;
}
.compe{
	margin-top:57px;
}
.icone h3{
	background-color:#212121;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	width: 100%;
}
figcaption.port{
	position: absolute;
    background-color: #212121;
    padding:0 20px;	
    margin-left:34px;
    margin-top:-80px;
}
.entete-two{
	margin-left:-22px;
	z-index: 50;
}
.archi{
	margin-left:52px;
}
.comment a{
	position: absolute;
	background-color: #212121;
	padding:10px 23px 5px 23px;
	margin-left: 136px;
	margin-top: -75px;
}
.comment a:hover{
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    color:#69465a;
}
.comment-one a{
	position: absolute;
	background-color: #212121;
	padding:10px 23px 5px 23px;
	margin-left: -2px;
	margin-top: -75px;
}
.comment-one a:hover{
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    color:#69465a;
}
.comment-three a{
	position: absolute;
	background-color: #212121;
	padding:10px 23px 5px 23px;
	margin-left: 179px;
	margin-top: -75px;
}
.comment-three a:hover{
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    color:#69465a;
}
.ecrit{
	font-size:24px;
}
.redim-one{
	width: 260px;
	height: 167px;
	margin-left: 41px;
}
.redim{
	width: 260px;
	height: 167px;
}
figcaption.coordonnees{
	position:absolute;
	background-color: #212121;
	padding: 10px 23px 5px 23px;
	margin-left: 180px;
	margin-top: -87px;
}
.entete-three{
	margin-left: 5px;
	z-index:60;
}
.formulaire{
	background-color: #212121;
    padding:10px 35px 5px 35px;
}
figcaption.name {
    position:absolute;
    margin-top:-205px;
    margin-left:29px;
    color:#212121;
}
figcaption.name h4{
	color:#212121;
}
.cercle-name{
	margin-top:13px;
	margin-left: 71px;
} 

.rs {
	background-color: #d35f60;
	padding: 20px 0;
	text-align: center;
}
.rs li {
	display: inline-block;
}
.rs a {
	color: #fff;
	margin: 0 0.5em;
}
.rs a:hover {
	color:#212121;
}
.snip1566 {
  position: relative;
  display: inline-block;
  margin: 20px;
  max-width: 190px;
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #bbb;
  border-color: transparent #bbb;
}

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: #212121;
  border-radius: 50%;
}

.snip1566 .second-plan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);

}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hovere:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Digital */
/*--------------------------------*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom:30px;
  cursor: default;
 
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 60%;
  height: 90%;
  left: 20%;
  top: 5%;
  border-radius: 80%;
  border: 2px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(50%,50%,0);
  transform: translate3d(50%,50%,0);
}

.hovereffect:hover .overlay {
  background-color: rgba(105,70,90,0.6);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.4" /><feFuncG type="linear" slope="1.4" /><feFuncB type="linear" slope="1.4" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1.4);
  -webkit-filter: brightness(1.4);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 24px;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 18px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-150%,-400%,0);
  transform: translate3d(-150%,-400%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-150%,-400%,0);
  transform: translate3d(-150%,-400%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2, .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  padding-bottom: 3px;
}
 .cathe{
	margin-bottom: 10px;
}
.back {
	margin-top:30px;
}

/* Chanel */
/*--------------------------------*/

.etude{
	position: absolute;
	background-color: #212121;
	padding: 10px 26px;
	margin-top: -45px;
	margin-left: 8px;
}
.citation{
	position: absolute;
	margin-top:116px;
	margin-left: -12px;
	padding:0px 5px;
	z-index: 3; 
}
.realisation-one{
	margin-top: 171px;
}
.intitule{
	position: absolute;	
	background-color: #212121;	
	margin-top: -7px;
	margin-left: 44px;
	padding:10px 10px;
}
.homepage{
	margin-top:90px;
}
.intitule-two{
	position: absolute;	
	background-color: #212121;	
	margin-top: -9px;
	margin-left: 74px;
	padding:10px 10px;
}
.tablette-mobile{
	margin-top: 90px;
}
.intitule-three{
	position: absolute;
	background-color:#212121;
	padding:10px 10px; 
	margin:-10px 0px 0px 59px;
}
.intitule-four{
	position: absolute;
	background-color:#212121;
	padding:10px 10px; 
	margin:-10px 0px 0px 74px;
}
.mob{
	margin-top: 90px;
}

/* Mama work */
/*--------------------------------*/
.citation-mama{
	position: absolute;
	margin-top:264px;
	margin-left: -10px;
	padding:0px 5px;	
}
.note-one{
	margin-top: 317px;
}
.ku-two{
	margin-top: 30px;
}
.intitule-kui{
	position: absolute;	
	background-color: #212121;	
	margin-top: -7px;
	margin-left: 88px;
	padding:10px 10px;
}
.note-two{
	margin-top: 77px
}
.intitule-user{
	position: absolute;	
	background-color: #212121;	
	margin-top: -7px;
	margin-left: 79px;
	padding:10px 10px;
}
.note-three{
	margin-top: 77px;
}
.intitule-appli{
	position: absolute;	
	background-color: #212121;	
	margin-top: -4px;
	margin-left: 76px;
	padding:10px 10px;
}

/* Maison du bio */
	/*--------------------------------*/
.bio{
	position: absolute;
	background-color: #212121;
	padding: 10px 10px;
	margin-top: -45px;
	margin-left: 22px;
}	
.declaration{
	position: absolute;
	margin-top:241px;
	margin-left: -12px;
	padding: 0px 8px 0px 8px;
	z-index: 3; 
}
.logobio{
	margin-top: 321px;
}
.sujet-one{
	position: absolute;
	background-color: #212121;
	padding: 10px 10px;
	margin-top:-7px;
	margin-left:128px;
}

#illustration{
	padding:0;	
	margin-top: 80px;

}
.flex-direction-nav a{
	padding:10px;
}
.flexslider{
	border:none;
}
.flex-direction-nav a:before{
}
/* Effect sur site Bio */

.photobox{
  display: inline-block;
  margin-top: 71px;
}

.photobox__previewbox{
  position: relative;
  overflow: hidden;
}

.photobox__preview{
  display: block;
  max-width: 100%;
}

.photobox__previewbox:before{
  content: "";
}
.photobox_type2 .photobox__previewbox:before{
  width: 0;
  height: 0;
  padding: 25%;  
  border-radius: 50%;
  background-color: var(--photoboxOverlay,rgba(53, 36, 46, .8));  
  position: absolute;
  top: 0;
  right: 0;

  transition: transform var(--photoboxAnimationDuration, .2s)
   ease calc(var(--photoboxAnimationDuration, .2s) / 2);
  will-change: transform;
  transform: scale(0);
}

.photobox_type2:hover .photobox__previewbox:before{
  transform: scale(2);
  transition-duration: var(--photoboxAnimationDuration, .2s);
  transition-delay: 0s;
}

.photobox_type2 .photobox__label{
  width: 50%;
  text-align: right;
  
  transform: translate(200%, -50%);
  transition: transform var(--photoboxAnimationDuration, .2s) ease-out;
  will-change: transform;
  
  position: absolute;
  top: 50%;
  right: 15%;
}

.photobox_type2:hover .photobox__label{
  transition-duration: var(--photoboxAnimationDuration, .2s);
  transform: translate(0, -50%);
}

/* Art et Légendes */
/*--------------------------------*/
.etude-art{
	position: absolute;
	background-color: #212121;
	padding: 10px 46px;
	margin-top: -45px;
	margin-left: 0px;
}
.citation-art{
	position: absolute;
	margin-top:344px;
	margin-left: -12px;
	padding:0px 5px;
	z-index: 3; 
}
.realisation-art{
	margin-top: 435px;
}
.intitule-logo{
	position: absolute;	
	background-color: #212121;	
	margin-top: -7px;
	margin-left: 115px;
	padding:10px 10px;
}
.intitule-mdd{
	position: absolute;	
	background-color: #212121;	
	margin-top: -7px;
	margin-left: 64px;
	padding:10px 10px;
}
.site{
	margin-top: 90px;
}
.homepage-art{
	margin-top: 75px;
}

/* Lanson */
/*--------------------------------*/
.lanson{
	position: absolute;
	background-color: #212121;
	padding: 10px 10px;
	margin-top: -45px;
	margin-left: 22px;
}
.declaration-lanson{
	position: absolute;
	margin-top:211px;
	margin-left: -12px;
	padding: 0px 8px 0px 8px;
	z-index: 3; 
}
#illustration-lanson{
	padding:0;	
	margin-top: 295px;
}

/* Tsarine */
/*--------------------------------*/
.declaration-tsarine{
	position: absolute;
	margin-top:205px;
	margin-left: -12px;
	padding: 0px 8px 0px 8px;
	z-index: 3; 
}
#illustration-tsarine{
	padding:0;
	margin-top:300px;
}

/* Roland Garros */
/*--------------------------------*/
.declaration-rg{
	position: absolute;
	margin-top:200px;
	margin-left: -12px;
	z-index: 3;
}
#illustration-rg{
	padding: 0;
	margin-top: 270px;
}

/* Boncolac */
/*--------------------------------*/
.declaration-boncolac{
	position: absolute;
	margin-top: 172px;
	margin-left:-11px;
	padding: 0px 8px 0px 8px;
	z-index: 3;
}
#illustration-boncolac{
	padding: 0;
	margin-top: 285px
}

/* Robe de Mariée */
/*--------------------------------*/
.citation-dress{
	position: absolute;
	margin-top: 178px;
	margin-left:-11px;
	padding: 0px 8px 0px 8px;
	z-index: 3;
}
.coquillages{
	margin-top: 237px;
}
.nomenclature-one{
	position: absolute;	
	background-color: #212121;	
	margin-top: -7px;
	margin-left: 125px;
	padding:10px 10px;
}
.haut{
	margin-bottom: 40px;
	margin-top: 75px;
}
.nomenclature-two{
	position: absolute;	
	background-color: #212121;	
	margin-top: -11px;
	margin-left: 81px;
	padding:10px 10px;
}
.picture{
	margin-top: 75px;
}
.bas{
	margin-top: 75px;
}
.nomenclature-three{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:144px;
	padding: 10px 10px;
}
.nomenclature-four{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left: 64px;
	padding: 10px 10px;
}
.nomenclature-five{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left: 107px;
	padding: 10px 10px;
}
.nomenclature-six{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left: 79px;
	padding: 10px 10px;
}

/* Broderie*/
/*--------------------------------*/
.etude-brod{
	position: absolute;
	background-color: #212121;
	padding: 10px 35px;
	margin-top: -45px;
	margin-left: 30px; 	
}
.citation-broderie{
	position: absolute;
	margin-top: 275px;
	margin-left:-11px;
	padding: 0px 8px 0px 8px;
	z-index: 3;
}
.realisation-brod-one{
	margin-top:385px;
}
.intitule-brod-one{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:133px;
	padding: 10px 10px;	
}
.realisation-brod-two{
	margin-top:75px;
}
.intitule-brod-two{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:87px;
	padding: 10px 10px;	
}
.realisation-brod-three{
	margin-top:75px;
}
.intitule-brod-three{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:112px;
	padding: 10px 10px;	
}
.realisation-brod-four{
	margin-top:75px;	
}
.intitule-brod-four{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:130px;
	padding: 10px 10px;		
}

/* sac-troisbrunes */
/*--------------------------------*/
.citation-brunes{
	position: absolute;
	margin-top: 351px;
	margin-left:-11px;
	padding: 0px 8px 0px 8px;
	z-index: 3;
}
.etude-brunes{
	position: absolute;
	background-color: #212121;
	padding: 10px 20px;
	margin-top: -28px;
	margin-left: 30px;
}
.realisation-brunes-one{
	margin-top: 453px;
}
.intitule-brunes-one{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:171px;
	padding: 10px 10px;	
}
.intitule-brunes-two{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:72px;
	padding: 10px 10px;	
}
.intitule-brunes-four{
	position: absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:120px;
	padding: 10px 10px;
}

/* Phyt's */
/*--------------------------------*/
.bio-phyts{
	position: absolute;
	background-color: #212121;
    margin-top: -21px;
    margin-left: -11px;
    padding: 10px 20px;
}
.declaration-phyts{
	position: absolute;
	margin-top: 220px;
	margin-left:-11px;
	padding: 0px 8px 0px 8px;
	z-index: 3;
}
.rought-phyts{
	margin-top:336px;
}
.sujet-phyts{
	position: absolute;
	background-color: #212121;	
	margin-top: -11px;
	margin-left: 171px;
	padding: 10px 10px;
}

/* Duval */
/*--------------------------------*/
.etude-duval{
	position: absolute;
	background-color: #212121;
	padding: 10px 12px;
	margin-top: -45px;
	margin-left: 30px; 	
}	
.citation-duval{
	position: absolute;
	margin-top: 244px;
	margin-left:-11px;
	padding: 0px 8px 0px 8px;
	z-index: 3;	
}
.realisation-duval-one{
	margin-top:330px;
}
.intitule-duval-one{
	position:absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:80px;
	padding: 10px 10px;
}
.intitule-duval-two{
	position:absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:62px;
	padding: 10px 10px;
}
.intitule-duval-three{
	position:absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:83px;
	padding: 10px 10px;
}

/*Sanodiane */
/*--------------------------------*/
.sanodiane{
	position: absolute;
	background-color: #212121;
	padding: 10px 12px;
	margin-top: -25px;
	margin-left: 5px;	
}
.declaration-sanodiane{
	position: absolute;
	margin-top: 296px;
	margin-left:-11px;
	padding: 0px 8px 0px 8px;
	z-index: 3;	
}
.housses{
	margin-top:395px;
}
.nomenclature-one-sanodiane{
	position:absolute;
	background-color: #212121;
	margin-top: -11px;
	margin-left:124px;
	padding: 10px 10px;
} 

/* Quick */
/*--------------------------------*/
.figurines{
	position: absolute;
	background-color: #212121;
	padding: 10px 12px;
	margin-top: -25px;
	margin-left: 5px;
}
.declaration-fig{
	position: absolute;
	margin-top: 230px;
	margin-left:-11px;
	padding: 0px 8px 0px 8px;
	z-index: 3;
}
.perso-mecanise{
	margin-top:320px;	
}
.nomenclature-fig {	
	position:absolute;
	background-color: #212121;	
	margin-top: -11px;
	margin-left:108px;	
	padding: 10px 5px;	
}

/* footer */
/*--------------------------------*/

footer {
	background-color: #69465a;
	padding: 1px 0px 20px 0px;
	clear:both;	
}
footer small {
	display: block;
	text-align: center;
}
#totop {
	display: block;
	text-align: center;	
	color: #fff;
	padding: 1em 2em;
	margin-top:-3px;	
}
#totop :hover{
	opacity: 0.4;
}
.rang li{
	display: inline-block;
	margin: 0px 10px;
}
.rang li :hover{
	opacity:0.4;
}
.rang ul{
	margin-left:-33px;
}
.tout{
	padding-bottom: 15px;
}


/*---------------------------------------------------------------*/
/* RWD */
/*---------------------------------------------------------------*/

/*tablet view*/
/*---------------------------------*/
@media (min-width: 481px) {

	h2, .h2-like {
	font-size: 1.75em;
    }
	/* menu */
	/*--------------------------------*/
	.menu {
		height: auto;
		opacity: 1;
	}
	.menu li {
		display: inline-block;
		padding: 0 30px;
	}
	.menu a {

		padding: 0.5em 1em;
	}
	/* burger */
	/*--------------------------------*/
	.btn-menu {
		display: none;
	}

	#header {
	background-color: #212121;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
   }
    /* fil d'araine */
    /*--------------------------------*/
    .beadcrumb {
        text-align: left;       
    }

    .beadcrumb a:hover {
    color: #fff;
    }

	/* main */
	/*--------------------------------*/
	
	figcaption.descrip{	
	     margin-left: 440px;
	     margin-top: -270px;
	}
	.intro{
		margin-left:-70px;		

	}
	figcaption.title{
    	margin-left:182px;
    	margin-top:-84px;
    }
    article #one{
    	margin-left: 395px;
    	margin-top: -75px;
    }
    figcaption.texte{	     
         margin: -84px 16px 0px 143px;    
    }
    article .two{
    	margin-left:99px;
    } 
    .cv{
	    margin-top:20px;
	    margin-left: -31px;
    }       	
    .compe{
	    margin-top:356px;
    }
    #third{
	    margin-left:10px;
    }
    .entete-two{
	    margin-left:115px;
    }
  .redim{
    	width: 50%;
    	height: 50%;
    	margin-left:38px;    	
    }
   .redim-one{
    	width: 50%;
    	height:50%;
    	margin-left:170px;
    }
    .comment-one a{
    	margin-left: 108px;
    	margin-top: -100px;
    }
    .comment a{
    	margin-left: 334px;
    	margin-top: -100px;
    } 
    .comment-three a{
    	margin-left: 334px;
    	margin-top: -100px;
    }
    .entete-three{
	    margin-left: 373px;
    }
    .cercle-name{
    	margin-left:289px;
    	margin-top:-5px;
    }
    figcaption.name {    
        margin-top:-227px;
        margin-left:55px;    
    }
    .formulaire{
    	margin-left: 200px;
    }
    
    /* Digital */
    /*--------------------------------*/
    .picture-one{
    	margin-left: 30px;
    	margin-top: 90px;
    }
    .picture-two{
    	margin-left: 145px;
    }
    .hovereffect .overlay{
    	margin:8px -45px;
    	width: 41%;
    	height: 82%
    }
    .hovereffect{
    	margin-top:-50px;
    }
    .picture-two .hovereffect .overlay{
    	margin:8px 7px;
    	width: 289px;
    	height: 290px;
    }
    .hovereffect h2{
    	font-size:35px;
    	margin-top:44px;
    }
    .hovereffect p{
    	font-size:20px;
    	
    }

    /* Chanel */
	/*--------------------------------*/
     .etude{
     	margin:-270px 49px 0px 310px;
     }
     .citation{
		margin-top:-49px;
	    margin-left: -3px;	
    }
    .realisation-one{
	    margin-top: 110px;
    } 
    .intitule{
	    margin-top: -12px;
	    margin-left:423px;	   
    }
    .intitule-two{
		margin-left: 437px;
	}
	.intitule-three{   
	    margin-left:113px;
    }
    .intitule-four{	     
	    margin-left: 12px;
    }
    .mob{
    	margin:0px 0px;	    
    }

    /* Mama work */
	/*--------------------------------*/
	.citation-mama{	    
	    margin-top:-8px;
	    margin-left: 7px;	
    }
    .note-one{
    	margin-top: 67px;
    	padding-left: 0px!important;
    }
    .ku-two{
    	margin: -23px 0px 0px 130px;    	
    }
    .intitule-user{
    	margin-left: 445px;
    }
    .note-two,.note-three{
    	padding-left: 0px!important;
    }
    .intitule-appli{
    	margin-left: 444px;
    }

    /* Maison du bio */
	/*--------------------------------*/
	.bio{
		margin-top: -337px;
		margin-left: 295px;
	}
    .declaration{	    
	    margin-top:-52px;
	    margin-left:3px;	 
    }
    .logobio{
    	margin-top: 90px
    }
    .sujet-one{		
	    margin-left:513px;
    }

    /* Art et Légendes */
    /*--------------------------------*/
    .citation-art{	
	    margin-left:13px;
	    margin-top: -12px
    }
    .etude-art{
    	margin:-342px 15px 0px 294px;    	
    }
    .realisation-art{
    	margin-top: 175px;
    }
    .intitule-logo{	
	    margin-left: 480px;	
    }
    .intitule-mdd{
    	margin-left: 382px;
    }
    .photobox__label{
    	font-size: 27px;
    }

    /* Lanson */
	/*--------------------------------*/
	.lanson{
		margin: -288px 38px 0px 295px;
	}
	.declaration-lanson{
	    margin-top:-33px;
	    margin-left: 15px;	   
    }
    #illustration-lanson{	   	
	    margin-top: 88px;
    }

    /* Tsarine */
    /*--------------------------------*/
    .declaration-tsarine{
	    margin-top:-69px;
	    margin-left: 31px;
	} 
	#illustration-tsarine{
		margin-top: 95px;
	}

	/* Roland-Garros */
	/*--------------------------------*/
    .declaration-rg{	
	    margin-top:-33px;
	    margin-left: 12px;	
    }
    #illustration-rg{	 
	    margin-top:90px;
    }

    /* Boncolac */
	/*--------------------------------*/ 
	.declaration-boncolac{
		margin-top: -83px;
		margin-left: 12px;
	}
	#illustration-boncolac{
		margin-top: 97px;
	}

	/* Robes de Marièe*/
	/*--------------------------------*/
	.citation-dress{
	    margin-top: -20px;
	    margin-left:6px;
	    padding: 0px 8px 0px 8px;
	}
	.coquillages{
		margin-top: 100px;
	}
	.nomenclature-one{
		margin-top: -11px;
		margin-left: 514px;
	}
	.details{
		margin-top: 75px;
	} 
	.nomenclature-two{
		margin-left: 91px;
	}
	.nomenclature-three{
		margin-left: 170px;
	}
	.nomenclature-four{
		margin-left: 65px;
	}
	.nomenclature-five{
		margin-left: 118px;
	}
	.nomenclature-six{
		margin-left: 81px;
	}

	/* Broderie */
	/*--------------------------------*/
	.etude-brod{	    
	    padding: 10px 21px;
	    margin-top: -294px;
	    margin-left: 317px; 	
    }
    .citation-broderie{	
	    margin-top: -70px;
	    margin-left: 82px;
	    padding: 0px 8px 0px 8px;	
    }
    .realisation-brod-one{
    	margin-top:139px;    	
    }
    .intitule-brod-one{
    	margin-left:520px;
    }   
    .intitule-brod-two{
    	margin-left:455px;
    }
   .intitule-brod-three{
    	margin-left:490px;
    }
    .intitule-brod-four{
    	margin-left:501px;
    }

    /* Sac-troisbrunes */
	/*--------------------------------*/
	.citation-brunes{	    
	    margin-top: -43px;
	    margin-left:-11px;
	    	    
    }
    .etude-brunes{	
	    padding: 10px 20px;
	    margin-top: -350px;
	    margin-left: 348px;
    }
    .realisation-brunes-one{
	    margin-top: 220px;
    }
    .intitule-brunes-one{
    	margin-left: 572px;
    }
    .intitule-brunes-two{
    	margin-left: 435px;
    }
    .intitule-brunes-four{
    	margin-left: 501px;
    }

    /* Phyt's */
    /*--------------------------------*/
    .bio-phyts{
        margin-top: -309px;
        margin-left: 300px;        
    }
    .declaration-phyts{
    	margin-top:-119px;
    	margin-left: 64px;
    }
    .rought-phyts{
    	margin-top: 90px;
    }
    .sujet-phyts{    	
    	margin-left: 576px;
    	margin-top: -11px;
    }

    /* Duval */
	/*--------------------------------*/
	.etude-duval{	
	    padding: 10px 12px;
	    margin-top: -319px;
	    margin-left: 317px; 	
    }
	.citation-duval{
		margin-top:-33px;
		margin-left:45px;
	}
	.realisation-duval-one{
	    margin-top:45px;
    }
    .intitule-duval-one{
    	margin-left:451px;
    }
    .intitule-duval-two{
    	margin-left:426px;
    }
    .intitule-duval-three{
    	margin-left:455px;
    }

    /* Sanodiane */
	/*--------------------------------*/
	.sanodiane{
		margin-top:-379px;
		margin-left:321px;		
	}
	.declaration-sanodiane{
		margin-top:-51px;
		margin-left:33px;
	}
	.housses{
		margin-top:120px;
	}
	.nomenclature-one-sanodiane{
		margin-left:506px
	}

	/* Quick */
	/*--------------------------------*/
	.figurines{
		margin-top:-304px;
		margin-left:284px;
	}
	.declaration-fig{
		margin-top:-74px;
		margin-left:13px;
	}
	.perso-mecanise{
		margin-top:75px;
	}
	.nomenclature-fig{
		margin-left:527px;		
	}


	/* footer */
	/*--------------------------------*/
	footer small {
		display: inline;
		text-align: left;
	}
	#totop {
		text-align: right;
		margin-top: -98px;				
	}
	.retour{
		margin-top:10px;
	}
	.dress-one{
		float:left;
		margin-top: -35px;
	}

}/* end of tablet view-------------*/

/*desktop view*/
/*---------------------------------*/
@media (min-width: 769px) {
	
	/* links */
	/*--------------------------------*/
	a {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	a:hover, a:active {
		color: #69465a;
	}
	/* logo */
	/*--------------------------------*/
	.logo {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.logo:hover {
		opacity: 0.8;
	}
	/* buttons */
	/*--------------------------------*/
	.btn {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.btn:hover {
		color: #fff;
		background-color: #a84b4b;
	}
	.btn--secondary:hover {
		color: #ededed;
		background-color: #666;
	}
	/* menu */
	/*--------------------------------*/
	.menu a:hover {
		color: #69465a;
		text-decoration: line-through;
	}

	/* main */
	/*--------------------------------*/
	figcaption.descrip{	
	     margin-left: 590px;
	     margin-top: -270px;
	}
	.intro{
		margin-left:-111px;
	}
	article #one{
    	margin-left: 445px;
    	margin-top: -80px;
    }
    article .two{
    	margin-left:175px;
    }
    figcaption.texte{	     
         margin: -84px 165px 0px 143px;
    }
    .entete-two{
	margin-left:260px;
    }
    .redim{
    	width: 100%;
    	height: 100%;
    	margin-left: 50px;    	   	
    }
   .redim-one{
    	width: 100%;
    	height: 100%;
    	margin-left:-15px;    	
    }
    .compe{
    	margin-top: 412px;
    }
    .comment-one a{
    	margin-left: 355px;
    	margin-top: -100px;
    }
    .comment a{
    	margin-left: 390px;
    	margin-top: -100px;
    }
    .comment-three a{
    	margin-left: 432px;
    	margin-top: -100px;
    }
   #third{
    	margin-left: -40px
    }
    .obj{
    	margin-top: 20px!important;
    }
    .pack{
    	margin-top:-55px!important;
    	margin-bottom:110px; 
    }
    .digi{
    	margin-top:10px!important;
    }
    .tex{
    	margin-top:-66px!important;
    } 
       
    .entete-three{
	    margin-left: 431px;
    }
    .cercle-name{
    	margin-left: 339px;
    	margin-top: -15px;
    }
    .formulaire{
    	margin-left: 167px;
    }

    .retour{
    	margin-top:-58px;
    }

    /* Digital */
    /*--------------------------------*/
    .picture-one{
    	margin-left: 90px;
    }
    .picture-two{
    	margin-left: 330px;
    }
    .hovereffect .overlay{
    	margin:10px -45px;
    	width: 34%;
    	height: 82%
    }
    
    .picture-two .hovereffect .overlay{
    	margin:8px 7px;
    	width: 289px;
    	height: 290px;
    }

    /* Chanel */
	/*--------------------------------*/
	.etude{
     	margin:-300px 247px 0px 310px;
     	padding: 10px 46px;
     } 
     .citation{
		margin-top:-75px;
	    margin-left: -50px;	
    } 
    .intitule{
	    margin-left: 480px;
	   
    } 
    .intitule-two{
		margin-left: 527px;
	} 
	.intitule-three{   
	    margin-left:221px;
    }
    .intitule-four{	     
	    margin-left:96px;
    } 
    
    .tab{
    	margin-left: -70px;
    }

    /* Mama work */
	/*--------------------------------*/
	.ku-two{
    	margin: -23px 0px 0px 320px;    	
    }
    .intitule-kui{
    	margin-left: 250px;
    }
    .intitule-user{
    	margin-left: 620px;
    }
    .intitule-appli{
    	margin-left: 617px;
    }

    /* Maison du bio */
	/*--------------------------------*/
    .bio, .lanson{
    	margin-left: 300px;
    	margin-right: 270px;
    	margin-top: -350px;
    }
    .sujet-one{		
	     margin-left:610px;
    }
    #illustration{
	width: 780px;
	margin-left: 0px;				
    }
    /* Effect sur site Bio */
    .photobox__label{
    	font-size: 27px;
    }

	/* Art et Légendes */
    /*--------------------------------*/
    .etude-art{
    	margin:-302px 235px 0px 268px; 
    }
    .intitule-logo{	
	    margin-left: 610px;	
    }
    .intitule-mdd{
    	margin-left: 500px;
    }
    .citation-art{	    
	    margin-left:14px;
    }

    /* Robes de Marièe*/
	/*--------------------------------*/
	.details{
		margin-left: -70px
	}
	.bas{
		margin-left: -70px;
	}
	.nomenclature-one{
		margin-left: 595px;
	}
	.nomenclature-two{
		margin-left: 158px;
	}
	.nomenclature-three{
		margin-left: 226px;
	}
	.nomenclature-four{
		margin-left: 123px;
	}
	.nomenclature-five{
		margin-left: 181px;
	}
	.nomenclature-six{
		margin-left:137px;
	}
	.tout{
		margin-left: -13px
	}

	/* Broderie */
	/*--------------------------------*/
	.etude-brod{
		padding:10px 221px 10px 21px;

	}
	.intitule-brod-one{
    	margin-left:606px;
    }   
    .intitule-brod-two{
    	margin-left:541px;
    }
   .intitule-brod-three{
    	margin-left:576px;
    }
    .intitule-brod-four{
    	margin-left:587px;
    }

    /* Sac troisbrunes */
	/*--------------------------------*/
    .citation-brunes{	    
	    margin-top: -105px;	    	    
    }
    .etude-brunes{    
	    margin-top: -313px;	    
    }
    .realisation-brunes-one{
    	margin-top: 132px;
    }
    .intitule-brunes-one{
    	margin-left: 667px;
    }
    .intitule-brunes-two{
    	margin-left: 529px;
    }
    .intitule-brunes-four{
    	margin-left: 595px;
    }
    /* Phyt's */
    /*--------------------------------*/
    .sujet-phyts{
    	margin-left: 663px;    	
    }

    /* Duval */
    /*--------------------------------*/
    .etude-duval{	    
	    margin-top: -290px;	     	
    }
    .intitule-duval-one{
    	margin-left:540px;
    	
    }
    .intitule-duval-two{
    	margin-left:516px;
    	
    }
    .intitule-duval-three{
    	margin-left:545px;     	
    }

    /* Sanodiane
	/*--------------------------------*/
	.sanodiane{
		margin-right:232px;
		padding-right:166px;
	}
	.nomenclature-one-sanodiane{
		margin-left:616px;
	}

	/* Quick */
	/*--------------------------------*/
	.nomenclature-fig{
		margin-left:475px;
	}
 
	/* footer */
	/*--------------------------------*/

	#t:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}otop:hover {
		color: #934243;
	}
}/* end of desktop view-------------*/





/*https://codepen.io/melnik909/pen/QgPpeg*/
