@charset "UTF-8";
/*
    Author  : kevinlefrancois@free.fr
    Date    : 20/09/2014
    Version : V.1.0
*/


/* #1- Large desktop */
@media (min-width: 1200px) { ... }

/* #3- Regular sized laptops */
@media (min-width: 980px) and (max-width: 1199px) { ... }

/* #3- Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 960px) { 

.text-prog-1 {
	font-size: 0.850em;
}

.list-footer li {
	margin-right: 15px;
	font-size: 0.900em;
}

#programme-4 ul li {
	width: 120px;
	text-align: center;
}

#programme-4 ul li h3 {
	font-size: 0.750em;
	letter-spacing: 1px;
	margin-top: 10px;
}

.overlay-video {
   width: 110px;
   height: 110px;
   margin: 5px;
}

.overlay-video img {
   width: 100%;
   height: auto;
}

.overlay-video .layer,.overlay-video .content {
   width: 110px;
   height: 110px;
}

.overlay-video a.info {
   top: 40px;
   margin: 0 auto;
   font-size: 0.850em;
}


}

/* #3bis Navigation menu max 768 */
@media (max-width: 768px) {

.nav > ul > li {
	width: 100%;
	background: #fff;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid;
	border-bottom-color: #e1e1e0;
}

.nav .drop-down li a {
	color: #e1e1e0;
}

.nav li:hover > a {
    color: #e84828 !important;
}

.nav .drop-down li:hover > a {
    color: #fff !important;
}

.nav .drop-down.one-column,
.nav .drop-down .drop-down {
	width: 100% !important;
	display: block !important;
	position: relative;
	left: 0px;
	transform: scale(1.0, 1.0), rotateY(90deg);
	-moz-transform: scale(1.0, 1.0), rotateY(90deg);
	-ms-transform: scale(1.0, 1.0), rotateY(90deg);
	-o-transform: scale(1.0, 1.0), rotateY(90deg);
	-webkit-transform: scale(1.0, 1.0), rotateY(90deg);
}

.nav .drop-down li a {
	background: none;
}
.nav .drop-down .drop-down {
	border: none;
	border-top: 1px solid #e1e1e0;
	border-bottom: 1px solid #e1e1e0;
	top: 0;
	padding: 0;
}

.nav .drop-down .drop-down.one-column {
	padding-left: 20px;
}

.nav > ul > li .drop-down.hover-right,
.nav > ul > li .drop-down.hover-down {
	display: none;
	border: none;
}

.nav > ul > li:hover > .drop-down.hover-right,
.nav > ul > li:hover > .drop-down.hover-down,
.nav > ul > li .drop-down li:hover > .drop-down.hover-right,
.nav > ul > li .drop-down li:hover > .drop-down.hover-down {
	display: block;
	/* keyframes animation */
	animation: hover-default 0.2s linear 0s forwards;
	-moz-animation: hover-default 0.2s linear 0s forwards;
	-ms-animation: hover-default 0.2s linear 0s forwards;
	-o-animation: hover-default 0.2s linear 0s forwards;
	-webkit-animation: hover-default 0.2s linear 0s forwards;
}

.nav > ul > li:hover > a {
	color: #fff;
	background: inherit;
}


.nav .drop-down.one-column a {
	width: auto;
	float: left;
}

.nav .drop-down li .fa.fa-angle-right {
	position: relative;
	z-index: 9999;
	right: 0px;
	float: right;
	height: auto;
	color: #fff;
	padding: 0;
	margin: 0 17px 0 0;
	display: block;
	line-height: 38px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

/* mobile button layout */
.nav #mobile-button {
	position: absolute;
	display: none;
}

.nav > ul {
	height: 75px;
	overflow: hidden;
}

/* mobile button drop down */
.nav #mobile-button:checked + ul {
	height: auto;
	overflow: visible;
}

.nav > label {
	width: 75px;
	height: 75px;
	background-color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 75px;
	font-size: 2.2em;
	color: #605f5f;
	cursor: pointer;
}

.nav > label i{
	-ms-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;	
}

.nav > ul > .logo {
	background-size: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/* collapse class layout */
.nav .collapse .drop-down.one-column,
.nav .collapse .drop-down .drop-down {
	width: 100% !important;
	display: none !important;
	position: relative;
	left: 0px;
	background: #0f1014;
	transform: scale(1.0, 1.0), rotateY(90deg);
	-moz-transform: scale(1.0, 1.0), rotateY(90deg);
	-ms-transform: scale(1.0, 1.0), rotateY(90deg);
	-o-transform: scale(1.0, 1.0), rotateY(90deg);
	-webkit-transform: scale(1.0, 1.0), rotateY(90deg);
}

.nav > .collapse > li:hover > .drop-down.hover-right,
.nav > .collapse > li:hover > .drop-down.hover-down,
.nav > .collapse > li .drop-down li:hover > .drop-down.hover-right,
.nav > .collapse > li .drop-down li:hover > .drop-down.hover-down {
	display: block !important;
	animation: hover-down 0.2s linear 0s forwards;
	-moz-animation: hover-down 0.2s linear 0s forwards;
	-ms-animation: hover-down 0.2s linear 0s forwards;
	-o-animation: hover-down 0.2s linear 0s forwards;
	-webkit-animation: hover-down 0.2s linear 0s forwards;
}

@keyframes hover-down { 0% {opacity:0;} 100% {opacity:1}}
@-moz-keyframes hover-down { 0% {opacity:0;} 100% {opacity:1}}
@-ms-keyframes hover-down { 0% {opacity:0;} 100% {opacity:1}}
@-o-keyframes hover-down { 0% {opacity:0;} 100% {opacity:1}}
@-webkit-keyframes hover-down { 0% {opacity:0;} 100% {opacity:1}}


.title-home-2 {
	font-size: 1.1em;

}

.title-home-2 {
	font-size: 1.25em;
	margin-top: 20px;
	padding-bottom: 0;
	background: none;
}

.title-home-1 {
	font-size: 1.7em;
}

#prog-home .title-home-2 {
	font-size: 1.2em;
}

.col-3 {
	width: 50%;
	margin-top: 20px;
}

.list-footer li {
	margin-right: 15px;
	font-size: 0.900em;
}

.text-prog-1 {
	display: none;
}

#presta-home h3 {
	font-size: 1.500em;
}

/* Cours Prestations */

.content h2 {
    font-size: 0.8em;
    letter-spacing: 0;
}
  .content p {
    font-size: 0.9em;
}

.content li {
    width: 23%;
    height: 100px;
}

.content .card-front {
    height: 100px;
}

.content .card-front:hover img {
	height: 40px;
}

.content {
  height: auto;
  width: 100%;
}

.active .all-content .text-bloc-right-presta {
	padding-bottom: 10px;
}

.active .all-content .text-bloc-left-presta {
	padding-bottom: 10px;
}

.active .all-content ol li {
	font-size: 1em;
}

.active .all-content h3 {
	font-size: 1.2em;
}

.active .all-content .list-cours-dispo li {
	width: 25%;
	font-size: 0.850em;
} 

.active .all-content .btn-prog {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.list-items-franck {
	width: 85%;
	margin-top: 20px;
}

#present-franck {
	background-color: #0f1014;
	padding: 30px 0 0 0;
	background-image:url(../img/franck-ropers-seminaire-mob.jpg);
	background-size: 100% auto;
	background-position:bottom center;
	background-repeat: no-repeat;
}

}

/* #4- Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 768px) {

.title-slider {
	margin: 30px 0 0 40px;
	float: left;
}

.title-slider h2 {
	font-size: 0.875em;
}

.title-slider h3 {
	font-size: 1.750em;
}

.title-slider button {
    padding: 7px 10px 5px 10px;
    font-size: 0.8em;
}

/* Programme home */

#prog-home-2 h2 {
	font-size: 1.5em;
}

/* Cours privés home */
.coaching-3 {
	clear: both;
}

/* Méthode */

.title-lvl1 {
	font-size: 1.7em;
}

.title-lvl0 {
	font-size: 1.7em;
}

.title-lvl2 {
	font-size: 1.3em;
}

.title-lvl2b {
	font-size: 0.95em;
}

.text-met-intro {
	font-size:1em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

/* Programme - Prise de masse */

#programme-masse .title-home-2 {
	font-size: 1.1em;
	text-align: center;
}

#programme-4 ul li {
	width: 110px;
}

#programme-4 ul li h3 {
	font-size: 0.750em;
	letter-spacing: 1px;
	margin-top: 10px;
}

.overlay-video {
   width: 110px;
   height: 110px;
   margin: 0 auto;
}

.overlay-video img {
   width: 100%;
   height: auto;
}

.overlay-video .layer,.overlay-video .content {
   width: 110px;
   height: 110px;
}

.overlay-video a.info {
   top: 40px;
   margin: 0 auto;
   font-size: 0.850em;
}

.effet-video-prog .layer {
   width: 100%;
   height: 100%;
   display: block;
   border-radius: 50%;
}

.taggd-wrapper .taggd-item-hover {
    font-size: 0.850em;
    letter-spacing: 0;
}

/* Méthode */

#methode-1 .img-prog {
	width: 280px;
	height: auto;
	margin-top: 120px;
}

#slider-methode p {
	font-size: 1em;
}
/* Programme Remise en forme */

.prog-zone-forme {
	height: auto;
	width: 90%;
}

/* Programme - Perte de poids */

.prog-zone-poids {
	height: auto;
	width: 80%;
}

/* Programme - Prise de masse */

.prog-zone-masse {
	height: auto;
	width: 100%;
}

/* Cours privés - Comment ça marche */

#cours-comment-2 ul li i {
	display: block;
	float: left;
	font-family: 'proxima_nova_rgbold';
	font-size: 1.2em;
	line-height: 1.3em;
	background-color: #e93227;
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin-right: 20px;
}

#cours-comment-2 ul li h2 {
	font-size: 1.2em;
	margin-top: 2px;
}

#cours-comment-2 ul li p {
	clear: both;
	text-align: left;
	float: left;
	margin-top: 10px;
	color: #7c7c7c;
}

#cours-comment-3 .cours-list-comment-1 li {
	width: 50%;
}

#cours-comment-3 .cours-list-comment-2 li {
	width: 50%;
}

/* Coaching particuliers */

#cours-plus-3 ul li {
	margin:0 auto 20px auto;
	width: 50%;
	padding: 0 5px;
}

#cours-priv-2 .bloc-cours-prix {
	width: 28%;
	background-size: 110px 110px;
	background-repeat: no-repeat;
	background-position: 50% 20%;
}

#cours-priv-2 ul li h2 {
	font-size: 1.2em;
	margin-top: 7px;
	color: #9c9a9a;
}

/* Cours privés - Coaching entreprise */

 .content .list-entreprise {
    float: left;
    width: 31.3333%; 
    height: 100px;
}

.list-entreprise .all-content .btn-prog {
	float: none;
	clear: both;
	margin: 30px auto 20px auto;
}

/* Cours privés - Coaching VIP */

#cours-vip-2 ul li p {
	font-size: 1em;
}

.text-vip-outro {
	font-size: 1.2em;
}

/* Cours privés - Carte cadeaux */

/* Workout */

#workout {
	background-image: url("../img/urban-work-fitness-presentation-mob.jpg");
    background-position:top center;
    background-size: 100% center;
    background-repeat: no-repeat;
}

#workout-1 img {
	display: block;
	margin: 20px auto;
	width: 60%;
	height: auto;
}

#workout-3 ol {
	width: 100%;
	margin: 20px auto 40px auto;
}

#workout-3 ol li .text-met-intro {
    text-align: left;
    font-family: "proxima_novasemibold";
    font-size: 0.9em;
}

#workout-4 ol li .text-met-intro {
    margin: 0px;
    font-size: 0.9em;
}

#workout-4 {
	background-color: #edf1f1;
	background-image: none;
}

#workout-5 .work-exo ol li p {
    font-size: 0.9em;
}

#workout-5 .work-exo-2 ol li p {
    font-size: 0.9em;
}

/* Contact */

#contact-form {
	margin: 20px auto;
	width: 70%;
}


}

/* #5- Landscape phones and down */
@media (min-width: 320px) and (max-width: 480px) { 

.hide-mob {
	display: none;
}

[class*=col-] {
    float: none;
    width: inherit;
  }

#social-network .mail-link {
	font-size: 0.55em;
}

.slider {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	z-index: 5;
}

.title-slider {
	margin:  auto;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	float: none;
	display: table;
	text-align: center;
	background: #0f1014;
	background: rgba(15, 16, 20, 0.5);
}

#prog-home .title-home-2 {
	font-size: 1.5em;
}

.screen-prog {
	display: none;
}

.title-slider h2 {
	font-size: 1.650em;
	margin-bottom: 10px;
}

.title-slider h3 {
	font-size: 1.375em;
}

.slider-nav__item {
	display: none;
}

.slider-arrow {
	position: absolute;
	display: block;
	height: 20px;
	width: 10px;
	text-indent: -9999px;
}

.slider-arrow--right {
	bottom: 50%;
	height: 30px;
	right: 0px;
	margin-right: 0;
	background: url(../img/arrow_r_slide_20px.svg) no-repeat;
	background-position: center center;
	background-color: #0f1014;
}

.slider-arrow--left {
	bottom: 50%;
	height: 30px;
	left: 0px;
	margin-left: 0;
	background: url(../img/arrow_l_slide_20px.svg) no-repeat;
	background-position: center center;
	background-color: #0f1014;
}

.btn-slide {
	text-align: center;
	float: none;
	margin: 10px auto 13px auto;
}

#prog-1 {
	margin-bottom: 20px;
}

#prog-2 {
	margin-bottom: 20px;
}

.list-footer {
	display: none;
}


#presta-home h3 {
	font-size: 1.2em;
}

#presta-home p {
	text-align: center;
}

.title-home-1 {
	font-size: 2em;
}

.text-met {
	font-size:1.200em;
}

#prog-home-2 h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}

/* Méthode */

#methode-1 {
	padding-bottom: 20px;
}

.title-lvl1 {
	font-size: 1.2em;
	text-align: center;
}

.title-lvl0 {
	font-size: 1.7em;
	text-align: center;
}

.title-lvl2 {
	font-size: 1.5em;
	margin-top: 40px;
}

.title-lvl2b {
	font-size: 1.2em;
}

.text-met-intro {
	font-size:1em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

#present-franck .presta-h1 {
	font-size: 1.2em;
	text-align: center;
}

#methode-1 .title-home-2 {
	text-align: center;
}

#methode-1 .img-prog {
	display: none;
}

#methode-2 .title-home-2 {
	background: none;
	text-align: center;
	font-size: 1em;
	padding: 0;
	margin-top: 10px;
}

#methode-2 img {
	float: none;
	width: 180px;
	height: auto;
	margin: 20px auto 10px auto;
}

#methode-2 .col-8 {
	margin-bottom: 50px;
}

.img-list-meth {
	display: none;
}

#list-meth li {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: block;
}

#list-meth li h3 {
	color: #ecf0f1;
	font-size: 1em;
	line-height: 1.3em;
}

#list-meth li p {
	color: #9c9a9a;
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 70px;
}

#list-meth img {
	margin-right: 10px;
	width: 60px;
	float: left;
	height: auto;
}

#slider-methode p {
	font-size: 1em;
}

/* Programme Remise en forme */

#programme-2 {
	padding-top: 40px;
}

.prog-zone-forme {
	height: auto;
	width: 100%;
	margin-top: 0;
}

/* Programme - Perte de poids */

.prog-zone-poids {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* Programme - Prise de masse */

.prog-zone-masse {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
}

/* Programme */

#programme-3 .col-6 {
	margin-bottom: 30px;
}

#programme-masse .title-lvl1 {
	line-height: 1.2em;
}

#programme-masse .title-home-2 {
	font-size: 1em;
	text-align: center;
	line-height: 1.2em;
}

#programme-4 ul li {
	width: 110px;
}

#programme-4 ul li h3 {
	font-size: 0.750em;
	letter-spacing: 1px;
	margin-top: 10px;
}

.overlay-video {
   width: 80px;
   height: 80px;
   margin: 0 auto;
}

.overlay-video img {
   width: 100%;
   height: 100%;
}

.overlay-video .layer,.overlay-video .content {
   width: 80px;
   height: 80px;
}

.effet-video-prog .layer {
   width: 100%;
   height: 100%;
   display: block;
   border-radius: 50%;
}

.overlay-video a.info {
   top: 25px;
   font-size: 0.650em;
}

.taggd-wrapper .taggd-item, .taggd-wrapper .taggd-item-hover {

    display: none;
}

/* Cours privés - Comment ça marche */

#cours-comment-2 .img-comment {
	display: none;
}

#prog-mesure-3 li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#prog-mesure-3 li:nth-child(3) {
	border-bottom: none;
}

#cours-comment-3 .cours-list-comment-1 li {
	width: 100%;
}

#cours-comment-3 .cours-list-comment-2 li {
	width: 100%;
}

/* Cours Particuliers */

#cours-priv-2 .img-presta-part {
	display: none;
}

#cours-priv-1 .title-acc {
	margin-top: 20px;
	font-size: 1.2em;
}

#cours-plus-3 ul li {
	margin: 0 auto 20px auto;
	width: 100%;
	padding: 0 5px;
}

#cours-priv-2 ul li h2 {
	font-size: 1.2em;
	margin-top: 7px;
	color: #9c9a9a;
}

#cours-prestations .title-home-2 {
	font-size: 1em;
}

/* Cours couple et duo */

#cours-priv-2 .img-presta-duo {
	display: none;
}


/* Cours Prestations */

.content h2 {
    font-size: 0.750em;
    letter-spacing: 0;
    margin-top: 10px;
}

.content p {
    font-size: 0.8em;
}

.content li {
    width: 48%;
    height: 85px;
}

.content .card-front {
    height: 85px;
}

.active .all-content .text-bloc-right-presta {
	width: 100%;
	float: left;
	padding: 0 10px;
}

.active .all-content .text-bloc-left-presta {
	width: 100%;
	float: left;
	padding: 0 10px;
}

.responsive {
	width: 100%;
	height: 1000px;
}

.active .all-content ol li {
	width: 100%;
	margin: 10px 0 5px 0;
	padding-left: 20px;
	height: inherit;
	font-size: 1em;
	background-size: 15px 15px;
}

.active .all-content h1 {
    font-size: 1.5em;
}

.active .all-content h2 {
    font-size: 1.2em;
}

.active .all-content h3 {
    font-size: 1.4em;
    font-family: 'proxima_novasemibold';
    letter-spacing: 0;
    text-transform: inherit;
    float: left;
    color: #0f1014;
    clear: both;
    margin-top: 10px;
}

.active .all-content .btn-prog {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
}

.content .card-front img {
	width: auto;
	height: 30px;
}

.content .card-front:hover img {
	height: 30px;
}

/* Cours privés prestations */

#cours-priv-2 .bloc-cours-prix {
	width: 33.3337%;
	margin: 0 0 20px 0;
	background-size: 80px 80px;
	padding: 0 10px 10px 10px;
	float: left;
}

#cours-priv-2 .bloc-cours-prix:nth-child(1) {
	border-right: 2px solid #0f1014;
}


#cours-priv-2 .bloc-cours-prix:nth-child(2) {
	border-right: 2px solid #0f1014;
}

.bloc-cours-prix h2 {
	font-size: 1.8em;
	padding-top: 45px;
}

.bloc-cours-prix .prix-prix {
	font-size: 1.5em;
	margin-top: 40px;
}

.bloc-cours-prix .prix-prix sub {
	font-size: 0.75em;
	line-height: 1em;
}

.bloc-cours-prix .prix-mention {
	font-size: 0.75em;
}

.bloc-cours-prix .prix-mention sub {
	font-size: 0.850em;
	line-height: 1.2em;
}

/* Cours privés - Coaching entreprise */

.responsive-entreprise {
	height: 800px;
}

 .content .list-entreprise {
    float: left;
    width: 48%; 
    height: 85px;
}

.content .list-entreprise .card-front {
	padding: 0 10px;
}

#cours-prestations .img-prog {
	display: none;
}

.list-entreprise .all-content .btn-prog {
	float: none;
	clear: both;
	margin: 30px auto 20px auto;
}

/* Cours privés - Coaching VIP */

#cours-vip-1 .title-lvl1 {
	padding-top: 40px;
	margin-top: 0;
}

#cours-vip-2 ul li p {
	font-size: 1em;
}

.text-vip-outro {
	font-size: 1.2em;
}

.bkg-vip-desk {
	display: none;
}

.bkg-vip-mob {
	display: block;
	width: 100%;
	height: auto;
}

/* Cours privés - Carte cadeaux */

.carte-prix-1, .carte-prix-2, .carte-prix-3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	border-right:none;
}

#cours-carte-2 .title-lvl1 {
	margin-top: 0;
}

/* Workout */

#workout {
	background-image: none;
}

#workout-1 img {
	width: 80%;
}

#workout-3 .text-out {
	margin-bottom: 10px;
}

#workout-3 {
	padding-bottom: 20px;
}

#workout-3 ol {
	width: 100%;
	margin: 20px auto 40px auto;
}

#workout-3 ol li .text-met-intro {
    text-align: left;
    font-family: "proxima_novasemibold";
    font-size: 0.9em;
}

#workout-3 img {
    margin: 10px auto;
}

#workout-4 ol li .text-met-intro {
    margin: 0px;
    font-size: 0.9em;
}

#workout-4 {
	background-color: #edf1f1;
	background-image: none;
	padding: 20px 0px;

}

#workout-5 .work-exo-2 ol {
    width: 90%;
    margin: 10px auto;
}

#workout-5 .work-exo ol li p {
    font-size: 0.9em;
}

#workout-5 .work-exo-2 ol li p {
    font-size: 0.9em;
}

#workout .round-work-img {
	width: 80%;
	height: auto;
	display: block;
	margin: 10px auto 0 auto;
}

/* Contact */

#contact .title-lvl1 {
	padding-top: 30px;
	margin: 0 auto;
}

#contact-form {
	margin: 20px auto;
	width: 90%;
}

#contact-form .btn-prog {
	padding: 12px 15px 10px 15px;
}

/* Méthode - Ropers Evo */

#methode-2 .col-12 {
	padding: 0;
}

.pack-form {
	width: 66.666%;
	margin: 30px auto 0 auto;
}

.meth-3-text-bld {
	margin: 15px 0;
	font-size: 1em;
	line-height: 1em;
}

.meth-3-text-stg {
	font-size: 1.2em;
	margin: 20px 0;
	line-height: 1em;
}

.meth-3-text-cla {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 10px
}


.list-items-franck ol li p {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.1em;
	text-shadow: 2px 2px #0f1014;
}

/* Méthode - EVO90 */

#methode-90 img {
	width: 75%;
	margin: 0 auto 20px auto;
	display: block;
}

#methode-90 .title-home-2 {
	text-align: center;
	line-height: 1.1em;
}

#methode-90 p {
	text-align: center !important;
}

#methode-90 .title-home-2 {
	font-size: 1.1em;
}

#methode-3-90 {
	padding-top: 20px;
}

.title-list-meth-90 {
	margin-top: 20px;
}

.list-mat-achat {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1a1b21;
}

.list-mat-achat p {
	text-align: center;
}

.list-mat-achat img {
	width: 75%;
}

.list-eng-90 li {
	float: left;
	margin: 10px auto;
	width: 100%;
	clear: both;
}

.list-eng-90 li img {
	margin: 0 auto 10px auto;
	width: 140px;
	height: 140px;
	float: none;
}

.list-eng-90 li p {
	padding: 0;
	text-align: center;
	line-height: 1.1em;
	margin: 10px auto 0 auto;
}

.list-eng-90 p strong {
}

#methode-1-90 .meth-expand {
	top: 20px;

}

.small-fr-90 {
	display: none;
}

.img-90-evolution-fr {
	padding-top: 30px;
}

.meth-1-90-tab {
	padding: 50px 0;
	background-size: auto 100%;
}
.meth-1-90-tab p {
	text-align: center;
}

.title-text-3-90 {
	line-height: 1em;
	font-size: 1em;
}


}

@media (max-width: 320px) { 

.nav > ul > .logo {
	float: right;
	margin-right: 20px;
}

}