@font-face {
  font-family: 'palai';
  src: url('../fonts/palai.ttf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'pala';
  src: url('../fonts/pala.ttf');
  font-weight: normal;
  font-style: normal;
}

/******************* RESET *******************/

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,font,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block;
}
body, html {
    height: 100%;
    width: 100%;
    background-color: #EBE7E4;
    padding-top: 30px;
}
h1,h2{
    font-family: 'palai';
    font-size: 50px;
    color: #2E2E2E;
}

textarea {
   resize:vertical;/*will prevent resizing horizontally*/
}
input[type=text],
textarea,
.form-control{
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075)!important;
    box-shadow: inset 0 0 0 rgba(0,0,0,.075)!important;
    background: none!important;
}
input[type=text]:focus,
textarea:focus{
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075)!important;
    box-shadow: inset 0 0 0 rgba(0,0,0,.075)!important;
    background: none!important;
}
/******************* MENU *******************/


nav{
    display: inline-flex;
}
.navbar-nav>li>a {
    padding-top: 1.3em;
}
.navbar-inverse{
    background-color: #2E2E2E;
}
.navbar-nav{
    display: none;
}
.welcome{
    text-align: center;
}
.welcome h1{
    position: absolute;
    width: 93%;
    color: #EBE7E4;
}

/******************* HEADER *******************/

header{
    display: flex;
    align-items: flex-end;
    justify-content: center;

    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: url(../imgs/header.jpg);
    background-position: bottom;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
}
.header-content-inner {
    position: relative;
    top: -25px;
    text-align: center;
}
.header-content-inner h1{
    font-size: 90px;
    color:#EBE7E4;
}

.mailOK{
	position: fixed;
    top: 0;
    z-index: 1048;
    right: 0;
    background-color: rgba(127,255,0, 0.8);
    padding: 15px;
    width: 25%;
    cursor:pointer;
}

.mailERR{
	position: fixed;
    top: 0;
    z-index: 1048;
    right: 0;
    background-color: rgba(255,0,0, 0.8);
    padding: 15px;
    width: 25%;
    cursor:pointer;
}

.navbar-text{
	position: absolute;
    right: 0;
}

.navbar-text > a {
	text-decoration: none;
    color: white;
}

/******************* FIRST *******************/

.first{
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../imgs/slide1.jpg);
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
}
.first > .container-fluid > .row > .title{
    margin-top: 60px;
}
.first > .container-fluid > .row > .title h2{
    font-size: 40px;
}
.first > .container-fluid > .row > .col-sm-12 > .text-center span{
    font-family: 'palai';
    font-size: 40px;
}
.first > .container-fluid > .row > .col-sm-12 > .text-center{
    margin-top: 20px;
}
.first > .container-fluid > .row > .image img{
    width: 55%;
    height: 55%;
    margin-top: 150px;
}
.text-content{
    font-family: 'pala';
    font-size: 28px;
    color: #2E2E2E;
    margin-top: 100px;
    padding-left: 10px;
}

/******************* EQUIPEMENTS *******************/

.equipement > .container-fluid > .row > .title{
    margin-top: 50px;
    text-align: center;
}
.equipement > .container-fluid > .row > .col-sm-6 > .text-content{
    margin-top: 60px;
}
.slideshow {
    margin-top: 140px;
}

/******************* BIG PICTURE *******************/

.big-picture{
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../imgs/big.jpg);
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top:50px;
}

.text-wrap{
    margin:auto;
    width:70%;
    background-color: rgba(255,255,255,0.6);
    margin-top: 33%;
}
.big-picture > .container-fluid > .row > .text-wrap > .text-content{
    padding:10px;
}


/******************* TARIFS *******************/

.tarifs > .container-fluid > .row > .title{
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.no-padding-right{
    padding-top: 5px;
    padding-right: 5px;
}
.no-padding-left{
    padding-top: 5px;
    padding-left: 5px;
}

.tarifs-infos{
    width: 90%;
    text-align: center;
    margin-top: -65%;
}
.tarifs-infos h1{
    margin-left: -40px;
}
.tarifs-infos > h1 > span{
    margin-left: 90px;
}
.tarifs-infos h2{
    margin-left: -40px;
    margin-top: -7px;
    font-size: 30px;
}
.tarifs-infos > h2 > span{
    margin-left: 80px;
}
.tarifs-infos h3{
    font-family: 'pala';
    font-size: 20px;
}
.tarifs-infos h4{
    font-family: 'pala';
    font-size: 35px;
    margin-left: 50px;
}
.tarifs-infos > h4 > span{
    margin-left: 200px;
}

.calendar{
    width:100%;
    max-width:600px;
    display:inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

/******************* Contact *******************/

.contact{
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../imgs/contact.jpg);
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
}
.content-wrap{
    margin:auto;
    width:100%;
    margin-top: 15px;
    background-color: rgba(255,255,255,0.6);
}
.contact h2{
    font-size: 30px;
}
.contact-text{
    margin-top: 30px;
}
.contact-image img{
    width: 90%;
    height: 90%;
    margin-top: 20%;
    margin-left: -30%;
    margin-bottom: 190px;
}
.form-horizontal{
    margin-left: 25%;
    margin-top: 100px;
    width: 100%;
}
.infos-contact{
    margin-left: -20%;
    margin-top:120%;
}

input[type=text],
textarea{
    margin: 8px 0;
    box-sizing: border-box;
    border-width: 0 0 2px 0!important;
    -webkit-transition: 0.5s!important;
    transition: 0.5s!important;
    outline: none;
}
input[type=text]:focus,
textarea:focus {
    color: #333!important;
    border-width: 0 0 4px 0!important;
    border-color: #2E2E2E!important;
    margin-top: 15px;
}

input[type=text]:-moz-placeholder, textarea:-moz-placeholder {
    color: #555!important;
    margin-top: 25px;
}

input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #555!important;
    margin-top: 25px;
}

input[type=text].placeholder, textarea.placeholder {
    color: #555!important;
    margin-top: 25px;
}

.select-style select {
    background: transparent;
    font-size: 14px;
    height: 29px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    margin: 8px 0;
    box-sizing: border-box;
    border-width: 0 0 2px 0!important;
    -webkit-transition: 0.5s!important;
    transition: 0.5s!important;
    outline: none;
}
.select-style select:focus{
    color: #333!important;
    border-width: 0 0 3px 0!important;
    border-color: #2E2E2E!important;
}

/******************* Footer *******************/

.footer{
    background-color: #2e2e2e;
    text-align: right;
    color:#EBE7E4;
    height: 2.5em;
    line-height: 2.5em;
}
.footer a{
    color:#E74B43;
}
.footer a:hover{
    text-decoration: none;
}

/******************* Media Queries *******************/

@media screen and (min-width: 644px){		/* Affichage du menu à droite en non collapse et au milieu en collapse sur desktop */

}

@media screen and (max-width:1537px){    /* Affichage desktop petit écran */
    .header-content-inner h1{
        font-size: 50px;
    }
    .text-content{
        font-size: 25px;
    }

}
@media screen and (max-width:1281px){    /* Affichage desktop petit écran */
    .first > .container-fluid > .row > .image img{
        width: 80%;
        height: 80%;
        margin-top: 230px;
    }
}

@media screen and (max-width: 644px){    /* Affichage mobile */
    header {
        background-image: url(../imgs/header_mobile.jpg) !important;
    }

    .welcome h1 {
        margin-left: -120px!important;
        font-size: 35px!important;
        height: 60%!important;
    }

    .welcome,.tarifs-photos{
        display: none;
    }
    .header-content-inner{
        padding-top: 370px;
    }
    .header-content-inner h1{
        font-size: 40px;
    }
    .navbar-nav{
        text-align: center;
        margin-left: 15%;
    }
    .first > .container-fluid > .row > .title,
    .equipement > .container-fluid > .row > .title,
    .text-content,
    .slideshow{
        margin-top: 20px;
    }
    .text-wrap{
        margin-top:80%;
        width: 100%;
    }
    .big-picture > .container-fluid > .row > .text-wrap > .text-content{
        font-size: 20px;
    }
    .first > .container-fluid > .row > .col-sm-12 > .text-center span {
        font-size: 29px;
    }
    .first > .container-fluid > .row > .image img {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
    .tarifs-infos > h1 > span,
    .tarifs-infos > h2 > span,
    .tarifs-infos > h3 > span,
    .tarifs-infos > h4 > span{
        margin-left: 0;
    }
    .tarifs-infos{
        margin-top:0;
    }
    .form-horizontal{
        margin: 100px auto auto;
        width: 80%;
    }

    .infos-contact{
        margin-left: 0;
        text-align: center;
    }

    .contact-image img {
        width: 50%;
        margin: 20px auto auto;
    }
}

@media all and (max-width: 1200px) { /* screen size until 1200px */
    p {
        font-size: 1.5em!important; /* 1.5x default size */
    }
}
@media all and (max-width: 1000px) { /* screen size until 1000px */
    p{
        font-size: 1.2em!important; /* 1.2x default size */
    }
}
@media all and (max-width: 500px) { /* screen size until 500px */
    p {
        font-size: 0.8em!important; /* 0.8x default size */
    }
}

input::placeholder, textarea::placeholder {
    opacity: 0.6!important;
    color: #2E2E2E!important;
}

