@charset "utf-8";
/* MAIN STYLES LP BPRO */

/*--------------------------------MEDIAS--------------------------------*/

@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/*--------------------------------BASE--------------------------------*/
* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-family: 'Monda', Arial, sans-serif !important;
	color: #ffffff;
	line-height: normal !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #444444;
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(59,174,171,1);
	-moz-box-shadow: inset 0px 2px 0px 0px rgba(59,174,171,1);
	box-shadow: inset 0px 2px 0px 0px rgba(59,174,171,1);
	
}
body#lp {
	background-color: #4a4452;
	background: url(../img/bg.jpg) no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container-fluid {
	width: 100%;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto;
	margin-left: auto;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
  .container-fluid {
	padding-right: 20px;
	padding-left: 20px;
  }
   .container {
	padding-right: 20px;
	padding-left: 20px;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.no-phone {
	display: none !important;
}

@media (min-width: 768px) {
.no-phone {
	display: block !important;
}
}
@media (max-width: 768px) {
.no-padding-phone {
	padding: 0 !important;	
}
}
.spacer {
	clear: both;	
}
/*--------------------------------HEADER--------------------------------*/
#top-infos {
	margin-bottom: 20px;	
}
#top-infos ul {
	text-align: center;
	list-style-type:none;
	padding:10px 0;
	margin: 0;
}
#top-infos ul li {
	display:inline;
}
.logo {
	vertical-align: text-top;
}
.categ {
	display: block !important;
	margin-bottom: 0;
	margin-top: 21px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 1px;
	box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
	-moz-box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
	-ms-box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
	-0-box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
	-webkit-box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
	vertical-align: -webkit-baseline-middle;
}
.tag-categ {
	display: none;
}
.infos {
	display: none !important;
}
.infos:after {
	content: url(../../../img/lp/arrow-infos.png);
	position: absolute;
	top: 6px;
	right: -35px;	
}


@media (min-width: 992px) {
#top-infos ul {
	text-align: left;
}
.categ {
	display: inline !important;
	margin-top: 0;
	padding-left: 0;
	font-size: 29px;
	text-transform: uppercase;
	box-shadow: none;
}
.tag-categ {
	width: 2px;
	height: 21px;
	margin-right: 19px;
	margin-left: 16px;
	display: inline-block;
	box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
	-moz-box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
	-ms-box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
	-0-box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
	-webkit-box-shadow:  0px 1px 2px rgba(0, 0,0, 0.5);
}
.infos {
	display: block !important;
	position: absolute;
	right: 80px;
	margin-top: -30px;
}
}
@media (min-width: 1200px) {
}
/*--------------------------------SLIDE PANEL--------------------------------*/
.side-panel {
	position: absolute;	
	right: 0;
}
#pageslide {
    display: none;
	position: absolute;
	position: fixed;
	top: 1px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	z-index: 999999;
    width: 100%;
	padding: 10px;
    background-color: #3baeab;
	color: #FFF;
}
@media (min-width: 768px) {
#pageslide {
	width: 450px;
}
}
@media (min-width: 992px) {
#pageslide {
	width: 600px;
}
}
@media (min-width: 1200px) {
}
#modal {
	display: none;
	width: 100%;
}
#modal .close-panel {
	position: absolute;
	right: 10px;
	text-decoration:none;
	top: 20px;
}
#modal h2 {
	width: 100%;
	font-size: 21px;
	line-height: 1em;
	text-align: center;
	border-bottom: dotted 1px #ffffff;
	border-top: dotted 1px #ffffff;
	font-weight:normal;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-top: 30px;

}
#modal .close-panel p:before {
	content: "Fermer";
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	transform: rotate(-45deg);
	right: 18px;
	margin-top: 30px;
	text-shadow: none;		
}

#modal section{
	width: 100%;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
	padding-bottom: 20px;
	margin-top: 20px;
}
#modal section figure {
	width: 30%;
	max-width: 160px;
	float: left;
	margin-right: 2%;
}
#modal section article {
	width: 65%;
	float: left;
	padding-top: 5px;
}
@media (min-width: 768px) {
#modal section article {
	width: 65%;
	float: left;
	padding-top: 10px;
}
#modal section figure {
	width: 30%;
	float: left;
	margin-right: 2%;
}
}
@media (min-width: 992px) {
#modal section article {
	padding-top: 30px;
}
}
#modal section:nth-child(odd) figure {
	margin-left: 2%;
	margin-right: 0;
}
#modal section:nth-child(odd) article {
	text-align: right;
}
#modal #try {
	border-bottom: none;
	text-align: center;
}
#modal #try a {
	color:#ffffff;
	text-decoration: none;
	text-shadow: 0 1px #ea8c06 !important;
}
#modal #try a p {
	position: relative;
	text-transform: uppercase;
	padding: 5px;
	background-color: #ffb600;
	border-bottom: 2px solid #ea9c06;
	width: 210px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
#modal #try a p:hover {
	background-color: #fec22e;
	border-bottom: 3px solid #ea9c06;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin-top: -1px;
}
#modal #try a p:active {
	background-color: #ffa800;
	border-bottom: 2px solid #ea8106;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-top: 1px;
}
#modal #try p:before {
	content:url(../../../img/lp/arrow-try.png);
	position:absolute;
	left: -105px;
	top: 5px;
	display: none;
}
@media (min-width: 768px) {
#modal #try a p:hover:before {
	display: block
}
#modal #try a p:active:before {
	margin-top: -1px;
}
}
/*--------------------------------FOOTER--------------------------------*/

#modal footer {
	text-align:center;
}
#modal footer a {
	text-decoration:none;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
}
#modal footer a:hover {
	color: rgba(255, 255, 255, 1);
}
/*--------------------------------END FOOTER--------------------------------*/
.panel {
	float: right;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 75px 75px 0;
	border-color: transparent #3baeab transparent transparent;	
}
.panel p{
	font-family: Arial, sans-serif !important;
	font-weight: bold;
	position: absolute;
	float: right;
	right: 9px;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: normal;
	opacity: 0.6;
	text-shadow:  0px 1px 2px rgba(50, 148, 145, 0);
	-moz-text-shadow:  0px 1px 2px rgba(50, 148, 145, 0);
	-ms-text-shadow:  0px 1px 2px rgba(50, 148, 145, 0);
	-0-text-shadow:  0px 1px 2px rgba(50, 148, 145, 0);
	-webkit-text-shadow:  0px 1px 2px rgba(50, 148, 145, 0);
}

.panel p:hover {
	opacity: 1;
	text-shadow:  0px 1px 2px rgba(50, 148, 145, 1);
	-moz-text-shadow:  0px 1px 2px rgba(50, 148, 145, 1);
	-ms-text-shadow:  0px 1px 2px rgba(50, 148, 145, 1);
	-0-text-shadow:  0px 1px 2px rgba(50, 148, 145, 1);
	-webkit-text-shadow:  0px 1px 2px rgba(50, 148, 145, 1); 	
}
.close-panel p{
	font-family: Arial, sans-serif !important;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	line-height: 0;
	margin: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	opacity: 0.6;
	text-shadow:  1px 1px 2px rgba(50, 148, 145, 0);
	-moz-text-shadow:  1px 1px 2px rgba(50, 148, 145, 0);
	-ms-text-shadow:  1px 1px 2px rgba(50, 148, 145, 0);
	-0-text-shadow:  1px 1px 2px rgba(50, 148, 145, 0);
	-webkit-text-shadow:  1px 1px 2px rgba(50, 148, 145, 0);
}
.close-panel p:hover {
	opacity: 1;
	text-shadow:  1px 1px 2px rgba(50, 148, 145, 1);
	-moz-text-shadow:  1px 1px 2px rgba(50, 148, 145, 1);
	-ms-text-shadow:  1px 1px 2px rgba(50, 148, 145, 1);
	-0-text-shadow:  1px 1px 2px rgba(50, 148, 145, 1);
	-webkit-text-shadow:  1px 1px 2px rgba(50, 148, 145, 1); 	
}
@media (min-width: 768px) {
#modal h2 {
	font-size: 26px;
}
}

/*--------------------------------CONTENT--------------------------------*/

#content {
	margin-top: -20px;	
}
#content .title {
	text-align: center;
	text-shadow: 0px 2px 3px #333333;
	word-wrap:break-word;
	padding-top: 10px;
	border: none;
}
#content .main-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	line-height: 1.2em;
}
#content .main-title .sub-title {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
@media (min-width: 768px) {
#content {
	margin-top: 0;	
}
#content .title {
	text-align: center;
	text-shadow: 0px 2px 3px #333333;
	word-wrap:break-word;
	padding: 10px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}
#content .main-title {
	font-size: 31px;
}
#content .main-title .sub-title {
	font-size: 22px;
}
}
@media (min-width: 992px) {
#content .main-title {
	font-size: 36px;
}
#content .main-title .sub-title {
	font-size: 26px;
}
	
}
@media (min-width: 1200px) {
#content .main-title {
	font-size: 48px;
}
#content .main-title .sub-title {
	font-size: 32px;
}
}
/*--------------------------------FORM--------------------------------*/
#form {
	background-color: rgba(0, 0, 0, 0.4);
	margin-top: 15px;
	margin-bottom: 70px;
}
.form-wrapper {
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
#form {
	margin-top: 30px;
}
.form-wrapper {
    width: 600px;
  }
}
#form header {
	width: 100%;
	padding: 10px;
	background-color: #ffb600;
	border-bottom: 2px solid #ea9c06;	
}
#form .intro {
	margin: 0;
	text-align:center;
	color: #4a4452;
	font-size: 14px;
	line-height: 16px;
	word-wrap:break-word;	
}
@media (min-width: 768px) {
#form .intro {
	font-size: 16px;
	line-height: 20px;
}
}


/*--------------------------------FOOTER TEL--------------------------------*/

.container-tel {
	position:fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 14px;
}
.container-tel p {
	margin: 0;	
	text-align: center;
}
.call-us {
	float: left;
	width: 100%;
	padding: 7px 5px 5px 5px;
	background-color: rgba(0, 0 ,0 , 0.5);
	text-transform:uppercase;
	color: #bcbdc1;

}
.tel {
	width: 100%;
	color: #ffffff;
	padding: 7px 5px 5px 5px;
	float: left;
	font-weight: bold;
	background-color: #34a673;
}
.tel-ico {
	width: 20px;
	margin-right: 5px; 
	margin-top: 0px;
}
.prix-tel {
	font-size: 12px;
	font-weight: normal;
	
}
@media (min-width: 768px) {
.container-tel {
	max-width: 500px;
}

.call-us {
	max-width: 153px;
	padding: 7px 5px 5px 5px;
	background-color: rgba(0, 0 ,0 , 0.5);
	text-transform:uppercase;
	color: #bcbdc1;

}
.tel {
	max-width: 305px;
	color: #ffffff;
	padding: 7px 5px 5px 5px;
	font-weight: bold;
	background-color: #34a673;
}
.tel-ico {
	width: 20px;
	margin-right: 5px;
	float: left; 
	margin-top: 1px;
}
}

/* ==========================================================================
  							 BOILER PLATE BASE
   ========================================================================== */
   /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}