/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*_-_-_-_- FONTFACE _-_-_-_-_-_-_-_-_-_- */

@font-face {
    font-family: 'dekarregular';
    src: url('./fonts/dekar-webfont.eot');
    src: url('./fonts/dekar-webfont.eot#iefix') format('embedded-opentype'),
         url('./fonts/dekar-webfont.woff2') format('woff2'),
         url('./fonts/dekar-webfont.woff') format('woff'),
         url('./fonts/dekar-webfont.ttf') format('truetype'),
         url('./fonts/dekar-webfont.svg#dekarregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*_-_-_-_- STYLES _-_-_-_-_-_-_-_-_-_- */

body, html{
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}
header{
    background: url(./bgtile.png);
    height: 65px;
    width: 100%;
    position: fixed;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding-top: 35px;
    padding-left: 460px;
    z-index: 1;
}
.menu{
    position: fixed;
    width: 220px;
    height: 405px;
    background: #FFF;
    left: 81px;
    text-align: center;
    padding: 20px 10px;
    font-family: 'dekarregular';
    box-shadow: 12px 12px 0 -8px rgba(0, 0, 0, 0.7);
    z-index: 2;
}
.menu ul{
    text-align: left;
    line-height: 40px;
    font-size: 16px;
}
.menu ul span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    margin: 0 6px 0 0px;
    background: white;
    padding: 0 2px 4px 5px;
}
.menu a{
    position: relative;
}
.menu a:before{
    content: "";
    position: absolute;
    height: 21px;
    width: 0%;
    background: yellow;
    left: 11%;
    margin-top: 10px;
    z-index: -1;
    -webkit-transition: width .5s ease-out;
    -moz-transition: width .5s ease-out;
    -ms-transition: width .5s ease-out;
    -o-transition: width .5s ease-out;
    transition: width .5s ease-out;
}
.menu a:hover:before,
.menu a.active:before{
    width: 92%;
    -webkit-transition: width .3s ease-out;
    -moz-transition: width .3s ease-out;
    -ms-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
}
a{
    text-decoration: none;
    color: inherit;
}
.contactbox{
    position: fixed;
    left: 1305px;
    top: 82px;
    width: 230px;
    background: #FFF;
    /*box-shadow: 8px 8px 0 -2px rgba(0, 0, 0, 0.7);*/
    padding: 20px 0;
}
.contactbox .patricia{
    margin-left: 45px;    
}
.patricia{
    font-family: 'dekarregular';
    font-size: 19px;
    line-height: 24px;
}
.contactbox ul{
    font-family: 'Lato';
    font-weight: 300;
    font-style: italic;
    font-size: 14.5px;
    margin-top: 20px;
}
.contactbox ul img{
    float: left;
    margin-top: -8px;
    margin-right: 8px;
}
.contactbox ul img.icnloc{
    margin-top: 0px;
}
.contactbox li {
    height: 44px;
    display: inline-block;
}
.wcontent{
    background: url(./bgtile.png) fixed;
    width: 100%;
}
.content{
    width: 560px;
    background: #FFF;
    padding: 90px 65px 20px;
    margin-left: 490px;
}
.content p{
    margin: 30px 0;
    letter-spacing: .2px;
}
.boldita{
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
.ita{
    font-style: italic;
}
.itasmall{
    font-style: italic;
    font-size: 13px;
}
h1{
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'Lato';
    margin: 75px 0 30px;
}
h1 span{
    background: yellow;
    padding: 2px 4px;
}
.wave{
    text-align: center;
}
#vous p{
    text-indent: 2em;
}
.part{
    margin-bottom: 100px;
}
.part p.patricia{
    margin-bottom: 0px;
}
#contact{
    padding-bottom: 100px;
}
.part:before { 
    display: block; 
    content: " "; 
    margin-top: -100px; 
    height: 100px; 
    visibility: hidden; 
}
/* --- TARIFS ---- */
.content p.left{
    float: left;
    font-size: 13px;
    padding-left: 10px;
    margin: 20px 0;
    width: 380px;
}
.content p.right{
    float: right;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    padding-right: 10px;
    margin: 20px 0;
}
.content p.right.small{
    opacity: .7;
    font-weight: 300;
    margin: -20px 0px 20px;
    font-size: 11px;
    margin-right: -20px;
    height: auto;
    max-width: 255px;
    line-height: 12px;
}
.astrx{
    opacity: .6;
    z-index: 0;
}
.line{
    width: 100%;
    border-bottom: 1px dotted #CCC;
    clear: both;
}
.conditions{
    text-decoration: underline;
}
/** -_-_-_- MEDIA QUERIES -_-_-_- **/

@media screen and (max-width: 1540px) {
    .menu{
        left: 36px;
    }
    .content{
        margin-left: 400px;
    }
    .contactbox{
        left: 1170px;
    }
    header{
        padding-left: 370px;
    }
}
@media screen and (max-width: 1400px) {
    .content{
        margin-left: 355px;
    }
    .contactbox{
        left: 1080px;
    }
    header{
        padding-left: 325px;
    }
}
@media screen and (max-width: 1300px) {
    .content{
        margin-left: 310px;
        width: 515px;
    }
    .contactbox{
        left: 990px;
    }
    header{
        padding-left: 295px;
        font-size: 11px;
    }
}
@media screen and (max-width: 1220px) {
    .content{
        margin-left: 310px;
        width: 470px;
    }
    .contactbox{
        left: 945px;
    }
}
@media screen and (max-width: 1170px) {
    .content{
        margin-left: 310px;
        width: 650px;
    }
    .contactbox{
        left: 36px;
        top: 485px;
    }
    header{
        padding-left: 330px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1040px) {
    .content{
        margin-left: 310px;
        width: 560px;
    }
    header{
        padding-left: 310px;
        font-size: 11px;
    }
}