/* ==========================================================================
   							   CUSTOM STYLES BPRO
   ========================================================================== */

/*____________________________LISTE MEDIAS________________________________*/

/* Extra small devices (phones, less than 768px) */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@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;
	color: #ffffff;
	background-color:#ffb600;
	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/arrow-infos.png);
	position: absolute;
	top: 6px;
	right: -35px;	
}
@media (min-width: 768px) {
#top-infos ul {
	text-align: left;
}
.categ {
	display: inline !important;
	margin-top: 0;
	padding-left: 0;
	font-size: 29px;
	text-transform: uppercase;
	color: #ffb600;
	background-color: transparent;
	box-shadow: none;
}
.tag-categ {
	width: 2px;
	height: 21px;
	margin-right: 19px;
	margin-left: 16px;
	background-color: #ffb600;
	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: 992px) {
}
@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/arrow-try.svg);
	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;
}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}
/*____________________________END HEADER________________________________*/



/*____________________________CONTENT________________________________*/


/*_______________________------TITLE-----__________________________*/
#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: 50px;
}
.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;
}
}
/*____________________________END CONTENT________________________________*/





/* ==========================================================================
  							 BOILER PLATE BASE
   ========================================================================== */
   /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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;
    }
}


<!-------------------------------INFOS LEGALES-------------------------->
body#infos_legales {
	background-color : #f2f2f2;
}
#infos_legales header#top-infos {
	background-color: #423d49;
	margin-top: 2px;
	border-bottom: 2px solid #333333;
}
#infos_legales #content {
	color: #423d49;
}
#infos_legales #content header.title {
	padding: 10px 0;
	border-bottom: 1px dotted #000000;
	border-top: none;
	text-shadow: none;
}
@media (min-width: 768px) {
#infos_legales #content header.title {
	padding: 10px 0;
}
}

#infos_legales #content article {
	margin-bottom: 20px;	
}
#infos_legales #content h3 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;	
}
#infos_legales #content ul {
	padding: 0 0 0 20px;
}
#infos_legales #content ul li {
	list-style-image: url(../img/tick.svg);
	margin-bottom: 10px;
}
#infos_legales #content article:last-child ul li {
	list-style-image:none;
	list-style-type:square;
	margin: 0;
}



/*-------------------------------SCROLLBAR--------------------------------*/
