/***********
 * FRAME 1 *
 * *********/
.frame-1 { height: 50vh; }
.frame-1 .container { height: 100%; }

.frame-1 img {
	position: relative;
	top: 50%;
	
	display: block;
	max-width: 100%;
	margin: 0 auto;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}












/***********
 * FRAME 2 *
 * *********/
.frame-2 .container {
	position: relative;
	padding: 80px 20px;
	text-align: center;
}

.frame-2 h1 {
	display: block;
	font-size: 46px;
	font-weight: 900;
	
	margin: 0;
	padding: 0;
}

.frame-2 h1 i {
	font-weight: 400;
}

.frame-2 .sous-titre {
	display: block;
	width: 100%;
	margin: 20px 0 30px 0;
	
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
	line-height: normal;
}

.frame-2 p {
	display: block;
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
	line-height: 22px;
}

.frame-2 .img-content {
	margin: 40px 0 0 0;
}

.frame-2 .img-content img {
	display: inline-block;
	vertical-align: top;
	max-width: 25%;
}

.frame-2 .lien {
	display: block;
	width: 240px;
	max-width: 100%;
	
	margin: 40px auto 0 auto;
	padding: 20px 5px;
	box-sizing: border-box;
	
	text-decoration: none;
	font-size: 18px;
}

.frame-2 .fleche {
	position: relative;
	display: block;
	width: 20px;
	text-align: center;
	margin: 40px auto 0 auto;
	
    animation-name: slideUpDown;
    animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
    -webkit-animation-name: slideUpDown;
    -webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}














/***********
 * FRAME 3 *
 * *********/
.frame-3 .container {
	padding: 0;
}

.frame-3 .left,
.frame-3 .right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 500px;
}

.frame-3 .left .content {
	position: relative;
	top: 50%;
	
	display: block;
	width: 300px;
	max-width: 100%;
	
	float: right;
	
	margin: 0 120px 0 0;
	padding: 0 20px;
	box-sizing: border-box;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.frame-3 .left h2 {
	position: relative;
	display: block;
	margin: 0 0 40px 0;
	
	font-size: 24px;
	font-weight: 700;
}

.frame-3 .left ul {
	display: block;
	margin: 0;
	padding: 0;
}

.frame-3 .left ul li {
	position: relative;
	left: 20px;
	
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	
	font-size: 18px;
	font-weight: 700;
	
	cursor: pointer;
	
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
	
	box-sizing: border-box;
}

.frame-3 .left ul li span {
	word-break: break-word;
	
	border-bottom: 2px solid transparent;
	
	-webkit-transition: border-bottom ease 1s;
	-moz-transition: border-bottom ease 1s;
	-ms-transition: border-bottom ease 1s;
	-o-transition: border-bottom ease 1s;
	transition: border-bottom ease 1s;
}

.frame-3 .left ul li.disabled {
	cursor: auto;
	color: #c7faff;
}

.frame-3 .left ul li:not(.disabled):hover {
	left: 0;
	color: #0c2268;
}

.frame-3 .left ul li:not(.disabled):hover span {
	border-bottom: 2px solid #0c2268;
}

.frame-3 .right > div {
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
	width: 100%;
	height: 100%;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	opacity: 0;
	
	-webkit-transition: opacity ease 1s;
	-moz-transition: opacity ease 1s;
	-ms-transition: opacity ease 1s;
	-o-transition: opacity ease 1s;
	transition: opacity ease 1s;
}

.frame-3 .right > div:first-child { opacity: 1; }
.frame-3 .right > div.visible { opacity: 1; }

.frame-3 .right > div:nth-child(1) { background-image: url('/resources/img/pages/home/tertiaire.jpg'); }
.frame-3 .right > div:nth-child(2) { background-image: url('/resources/img/pages/home/industriels.jpg'); }
.frame-3 .right > div:nth-child(3) { background-image: url('/resources/img/pages/home/logements.jpg'); }
.frame-3 .right > div:nth-child(4) { background-image: url('/resources/img/pages/home/erp.jpg'); }










/***********
 * FRAME 4 *
 * ********/
.frame-4 {
	position: relative;
	padding: 60px 0;
}

.frame-4 .picto-titre {
	display: block;
	margin: 0 auto 40px auto
}

.frame-4 h2 {
	display: block;
	font-size: 36px;
	font-weight: 900;
	
	margin: 0;
	padding: 0;
	text-align: center;
}

.frame-4 h2 i {
	font-weight: 400;
}

.frame-4 .sous-titre {
	display: block;
	width: 100%;
	margin: 20px 0 80px 0;
	
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
	text-align: center;
}

.frame-4 .bloc {
	position: relative;
	display: block;
	width: 1000px;
	height: 280px;
	margin: 0 0 80px 0;
}

.frame-4 .bloc:last-child { margin: 0; }

.frame-4 .bloc.amo { left: 90px; }
.frame-4 .bloc.conception { left: -40px; }
.frame-4 .bloc.mo { left: 90px; }
.frame-4 .bloc.ordonnancement{ left: 150px; }
.frame-4 .bloc.expertises { left: 90px; }

.frame-4 .bloc .picto,
.frame-4 .bloc .img,
.frame-4 .bloc .texte {
	display: inline-block;
	vertical-align: middle;
}

.frame-4 .bloc .picto {
	width: 20%;
	text-align: center;
}

.frame-4 .bloc .picto img {
	max-width: 100%;
}

.frame-4 .bloc .img {
	width: 25%;
	height: 100%;
	overflow: hidden;
}

.frame-4 .bloc .img > div {
	display: block;
	width: 100%;
	height: 100%;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.frame-4 .bloc .img > div:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	
	background-position: 30% 50%;
}

.frame-4 .bloc .texte {
	width: 55%;
	padding: 0 20px;
	box-sizing: border-box;
}

.frame-4 .bloc .texte h3 {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: 900;
}

.frame-4 .bloc .texte ul {
	margin: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.frame-4 .bloc .texte ul li { margin: 0 0 10px 0; }
.frame-4 .bloc .texte ul li:last-child { margin: 0; }














/***********
 * FRAME 5 *
 * *********/
.frame-5 .container {
	padding: 60px 20px;
}

.frame-5 .left,
.frame-5 .right {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.frame-5 .left {
	text-align: center;
}

.frame-5 .left img {
	max-width: 100%;
}

.frame-5 .right h2 {
	display: block;
	font-size: 36px;
	font-weight: 900;
	
	margin: 0 0 40px 0;
	padding: 0;
}

.frame-5 .right h2 i {
	font-weight: 400;
}

.frame-5 .right p {
	width: 470px;
	max-width: 100%;
	margin: 0;
}

.frame-5 .right a {
	position: relative;
	display: block;
	width: 240px;
	max-width: 100%;
	
	margin: 40px 0 0 0;
	padding: 20px 10px 20px 80px;
	box-sizing: border-box;
	
	font-size: 18px;
	text-decoration: none;
	
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.frame-5 .right a img {
	position: absolute;
	left: 20px;
	
    animation-name: slideLeftRight;
    animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
    -webkit-animation-name: slideLeftRight;
    -webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

.frame-5 .right a:hover {
	background-color: #81c7ce;
}












/***********
 * FRAME 6 *
 * *********/
.frame-6 img {
	display: inline-block;
	vertical-align: top;
	max-width: 33.3333333%;
	
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-ms-transition: all ease 5s;
	-o-transition: all ease 5s;
	transition: all ease 5s;
}

.frame-6 img:nth-child(2) { margin-top: 80px; }

.frame-6 img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}










/***********
 * FRAME 7 *
 * *********/
.frame-7 .container {
	padding: 60px 120px;
}

.frame-7 .picto {
	display: block;
	margin: 0 auto 40px auto
}

.frame-7 h2 {
	display: block;
	font-size: 36px;
	font-weight: 900;
	
	margin: 0;
	padding: 0;
	text-align: center;
}

.frame-7 h2 i {
	font-weight: 400;
}

.frame-7 h2 + .sous-titre {
	display: block;
	width: 100%;
	margin: 20px 0 80px 0;
	
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
	text-align: center;
}

.frame-7 .bloc {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	
	padding: 0 60px 0 0;
	box-sizing: border-box;
}

.frame-7 .bloc .nb {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	
	margin: 0 0 20px 0;
	border-radius: 50%;
}

.frame-7 .bloc .nb span {
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	
	display: block;
	width: 5px;
	height: 16px;
	margin: 0;
	
    animation-name: slideUpDown;
    animation-duration: 2.2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
    -webkit-animation-name: slideUpDown;
    -webkit-animation-duration: 2.2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

.frame-7 .bloc.un .nb span {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.frame-7 .bloc.deux .nb span:nth-child(1) { left: 13px; }
.frame-7 .bloc.deux .nb span:nth-child(2) { left: 23px; animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }

.frame-7 .bloc.trois .nb span:nth-child(1) { left: 10px; animation-delay: 0.3s; -webkit-animation-delay: 0.3s; }
.frame-7 .bloc.trois .nb span:nth-child(2) { left: 18px; }
.frame-7 .bloc.trois .nb span:nth-child(3) { left: 26px; animation-delay: 1s; -webkit-animation-delay: 1s; }

.frame-7 .bloc h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.frame-7 .bloc h3 + .sous-titre {
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.frame-7 .bloc p {
	margin: 0;
	font-weight: 500;
	line-height: 24px;
}

.frame-7 a {
	position: relative;
	display: block;
	width: 240px;
	max-width: 100%;
	
	margin: 80px auto 0 auto;
	padding: 20px 10px 20px 80px;
	box-sizing: border-box;
	
	font-size: 18px;
	text-decoration: none;
	
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.frame-7 a img {
	position: absolute;
	left: 20px;
	
	
    animation-name: slideLeftRight;
    animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
    -webkit-animation-name: slideLeftRight;
    -webkit-animation-duration: 1.5;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

.frame-7 a:hover {
	background-color: #81c7ce;
}










/***********
 * FRAME 8 *
 * *********/
.frame-8 { text-align: right; }
.frame-8 img {
	max-width: 90%;
	
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-ms-transition: all ease 5s;
	-o-transition: all ease 5s;
	transition: all ease 5s;
}

.frame-8 img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}




















/***********
 * FRAME 9 *
 * *********/
.frame-9 .container {
	padding: 60px 120px 120px 120px;
}

.frame-9 h2 {
	display: block;
	font-size: 36px;
	font-weight: 900;
	
	margin: 0;
	padding: 0;
	text-align: center;
}

.frame-9 h2 i {
	font-weight: 400;
}

.frame-9 .sous-titre {
	display: block;
	width: 100%;
	margin: 20px 0 80px 0;
	
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
	text-align: center;
}

.frame-9 .bloc {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	height: 200px;
	
	line-height: 200px;
	
	padding: 0;
	box-sizing: border-box;
	
	text-align: center;
	
	border-right: 2px solid #f8f8f8;
	
	-webkit-transition: background-color ease 0.4s;
	-moz-transition: background-color ease 0.4s;
	-ms-transition: background-color ease 0.4s;
	-o-transition: background-color ease 0.4s;
	transition: background-color ease 0.4s;
}

.frame-9 .bloc.large { width: 66.6666666%; }
.frame-9 .bloc.large img { width: auto; }

.frame-9 .bloc:hover {
	background-color: #81c7ce;
}

.frame-9 .bloc:nth-child(1),
.frame-9 .bloc:nth-child(2) {
	border-bottom: 2px solid #f8f8f8;
}

.frame-9 .bloc:nth-child(2),
.frame-9 .bloc:nth-child(5) {
	border-right: 0;
}

.frame-9 .bloc img {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	height: auto;
	
	max-width: 80%;
	max-height: 80%;
}














/************
 * FRAME 10 *
 * **********/
.frame-10 .container { padding: 0; }

.frame-10 .left,
.frame-10 .right {
	display: inline-block;
	vertical-align: top;
	
	height: 660px;
}

.frame-10 .left {
	width: 30%;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.frame-10 .right {
	width: 70%;
}

.frame-10 .right .content {
	display: block;
	width: 620px;
	max-width: 100%;
	
	margin: 80px 0 0 0;
	padding: 0 20px 0 60px;
	box-sizing: border-box;
}

.frame-10 .right h2 {
	display: block;
	font-size: 36px;
	font-weight: 900;
	
	margin: 0;
	padding: 0;
	text-align: center;
}

.frame-10 .right h2 i {
	font-weight: 400;
}

.frame-10 .right .sous-titre {
	display: block;
	width: 100%;
	margin: 20px 0 80px 0;
	
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}

.frame-10 .right p {
	margin: 0;
	line-height: 24px;
	font-size: 18px;
}

.frame-10 .right a {
	position: relative;
	display: block;
	width: 240px;
	max-width: 100%;
	
	margin: 80px 0 0 0;
	padding: 20px 10px 20px 80px;
	box-sizing: border-box;
	
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.frame-10 .right a img {
	position: absolute;
	left: 20px;
	
    animation-name: slideLeftRight;
    animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
    -webkit-animation-name: slideLeftRight;
    -webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

.frame-10 .right a:hover {
	background-color: #81c7ce;
}










/************
 * FRAME 11 *
 * **********/
.frame-11 {
	padding: 60px 0;
}

.frame-11 .left,
.frame-11 .right {
	display: inline-block;
	vertical-align: top;
	
	width: 50%;
	padding: 0 0 0 100px;
	box-sizing: border-box;
}

.frame-11 .left p {
	display: block;
	margin: 0 0 20px 0;
	
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}

.frame-11 .left h2 {
	position: relative;
	display: block;
	margin: 0;
	font-size: 22px;
	font-weight: 900;
}

.frame-11 .left h2:before {
	content: url('/resources/img/pages/home/fleche-bleu.png');
	position: absolute;
	left: -60px;
	
    animation-name: slideLeftRightSpe;
    animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
    -webkit-animation-name: slideLeftRightSpe;
    -webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

.frame-11 .right p {
	margin: 0 0 10px 0;
}

.frame-11 .right > a {
	display: block;
	margin: 0 0 10px 0;
	color: inherit;
	text-decoration: none;
	font-weight: 700;
}

.frame-11 .footer {
	margin: 80px 0 0 0;
	text-align: center;
}

.frame-11 .footer a {
	color: inherit;
	text-decoration: none;
	font-size: 14px;
}





















/*******************
 * ANIMATION SLIDE *
 * *****************/
@keyframes slideUpDown {
    0% { top: 7px; }
	50% { top: 15px; }
    100% { top: 7px; }
}

@keyframes slideLeftRight {
    0% { left: 10px; }
	50% { left: 20px; }
	100% { left: 10px; }
}

@keyframes slideLeftRightSpe {
    0% { left: -60px; }
	50% { left: -70px; }
	100% { left: -60px; }
}











/* @2x
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.frame-3 .right > div:nth-child(1) { background-image: url('/resources/img/pages/home/tertiaire@2x.jpg'); }
	.frame-3 .right > div:nth-child(2) { background-image: url('/resources/img/pages/home/industriels@2x.jpg'); }
	.frame-3 .right > div:nth-child(3) { background-image: url('/resources/img/pages/home/logements@2x.jpg'); }
	.frame-3 .right > div:nth-child(4) { background-image: url('/resources/img/pages/home/erp@2x.jpg'); }
}








/* Responsive
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Plus petit que 1260
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1260px) {
	.frame-4 .bloc {
		width: 100%;
		left: 0 !important;
	}
}



/* Plus petit que 1040
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1040px) {
	.frame-7 .container {
		padding: 60px 20px;
	}
}



/* Plus petit que 840
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 840px) {
	.frame-3 .left .content { margin: 0; }
	
	.frame-4 .bloc {
		height: 320px;
	}
	
	.frame-9 .container { padding: 60px 20px; }
}



/* Plus petit que 780
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 780px) {
	.frame-3 .left,
	.frame-3 .right {
		display: block;
		width: 100%;
	}
	
	.frame-3 .left {
		height: auto;
		padding: 40px 0;
	}
	
	.frame-3 .left .content {
		margin: 0 auto;
		float: none;
		
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}



/* Plus petit que 720
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 720px) {
	.frame-7 .bloc {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 0 40px 0;
		
		text-align: center;
	}
	
	.frame-7 .bloc .nb {
		margin: 0 auto 20px auto;
	}
	
	.frame-10 .left,
	.frame-10 .right {
		height: 640px;
	}
}



/* Plus petit que 660
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 660px) {
	.frame-4 .bloc .img { display: none; }
	.frame-4 .bloc .picto { display: none; }
	
	.frame-4 .bloc .texte {
		display: block;
		width: 100%;
	}
	
	.frame-4 .bloc {
		height: auto;
		padding: 20px 0;
	}
	
	.frame-4 .bloc .right .content {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	.frame-5 .left { display: none; }
	.frame-5 .right {
		display: block;
		width: 100%;
	}
	
	.frame-5 .right h2 { text-align: center; margin: 0 0 20px 0; }
	.frame-5 .right p { width: 100%; }
	.frame-5 .right a { margin: 40px auto 0 auto; }
}



/* Plus petit que 620
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 620px) {
	.frame-10 .container {
		padding: 0 20px;
	}
	
	.frame-10 .left { display: none; }
	.frame-10 .right {
		display: block;
		width: 100%;
		height: auto;
		padding: 40px 0;
	}
	
	.frame-10 .right .content {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		
		margin: 0;
		padding: 0;
	}
}



/* Plus petit que 600
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 600px) {
	.frame-11 .left,
	.frame-11 .right {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
}



/* Plus petit que 500
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 500px) {
	.frame-2 h1,
	.frame-4 h2 {
		font-size: 30px;
	}
	
	.frame-2 .sous-titre,
	.frame-4 .sous-titre {
		font-size: 20px;
	}
	
	.frame-4 .bloc .right .img,
	.frame-4 .bloc .right .texte {
		display: block;
		width: 100%;
	}
	
	.frame-4 .bloc .right .img {
		margin: 0 0 20px 0;
	}
	
	.frame-9 .bloc {
		width: 50%;
		border: 0;
		border-bottom: 2px solid #f8f8f8;
	}
	
	.frame-9 .bloc.large {
		display: block;
		width: 100%;
	}
	
	.frame-9 .bloc:nth-child(1) {
		border-right: 0;
	}
	
	.frame-9 .bloc:nth-child(2),
	.frame-9 .bloc:nth-child(4) {
		border-right: 2px solid #f8f8f8;
	}
	
	.frame-9 .bloc:nth-child(3),
	.frame-9 .bloc:nth-child(5) {
		border-right: none;
	}
	
	.frame-2 .img-content img {
		max-width: 50%;
	}
}






/* Hauteur
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Plus petit que 600
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-height: 600px) {
	.frame-1 {
		height: auto;
		padding: 110px 0 60px 0;
	}
	
	.frame-1 img {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}