/* 
	DEFAULT Turquoise Theme 
	1.102 -> x 
	
*/

* { outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html {
	padding: 0; 
	margin: 0; 
	font-family: Arial, sans-serif;
}
#page { padding: 20px 0; width: 800px; margin: 0 auto; }
.vign { margin: 20px 20px 0 0; float: left; display: block; }
.vign label { font-size: 12px; margin-top: 5px; display: block; }
.vignette {
    display: inline-block;
    width: 33.3%;
    padding: 0 6px 10px 6px;
    transition: opacity 0.5s; }
.vignette:hover { opacity: 0.8; }
.product { max-width: 320px; overflow: hidden; }
.product .vignette { height: 200px; }
.squared { width: 200px; height: 200px; overflow: hidden; }
.squared img { max-width: none; }
.clear { clear: both; }
.hidden { display: none; }
.inline { margin-left: 20px; }
.alert span { display: block; line-height: 20px; color: #FBB665; }
input[name="ch_1"], input[name="ch_3"], input[name="ch_5"] { margin-right: 50px; }
.input, .textarea { 
	padding: 7px 12px;
    vertical-align: top;
	display: inline-block; 
	border: 1px solid #e0e0e0; 
	background-color: #fff; 
	border-radius: 4px;
    margin-top: 12px;
    width: 46.9%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	line-height: 18px;
}
select { 
	background-color: #fff; 
	border: 1px solid #f9f9f9; 
	border-radius: 4px; 
	padding: 6px 12px; 
	line-height: 34px;
    height: 34px;
}
input:focus { border: 1px solid #CCC; }
input.button, a.button, .icone { 
	padding: 7px 12px; 
	color: #000;
    margin-top: 12px;
	text-align: center; 
	text-decoration: none; 
	border-radius: 6px; 
	border: 1px solid #e0e0e0; 
	background-color: #fff; 
	vertical-align: middle; 
	display: inline-block; 
	line-height: 20px; 
	cursor: pointer; 
}
.gallery { margin-top: 40px; }
input.button:hover, a.button:hover { 
	border: 1px solid #CCC; 
	text-decoration: none; 
}
.form {
    text-align: right;
	padding: 20px; 
	border-left: 3px solid #95A2B1;
	background-color: #f9f9f9; 
	border-radius: 0 4px 4px 0; }
h1 {
    margin: 0;
	font-size: 25px;
	padding: 0; }
h2 { 
	font-size: 22px; 
	font-weight: 500; 
	padding: 0; 
	margin: 0 0 15px 0; }
.form h2 { border: none; }
a, a:visited { color: #4A545C; text-decoration: none; }
a:hover { text-decoration: underline; }
img, img a {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    text-decoration: none;
    max-width: 100%; }
table { border-collapse: collapse; margin: 10px 0; width: 100%; }
table tr { border-bottom: 1px solid #e0e0e0; line-height: 33px; }
.fancybox-inner table tr { border-bottom: 0; }
table td, table th { padding: 10px; text-align: left; }
table tbody tr:hover { background-color: #f9f9f9; }
table th i.fa { font-size: 20px; }
.selectlang { float: right; margin-top: 10px; padding: 6px; border-radius: 6px; }
.menu {
    background-color: #f97f02;
	display: block;
   width: 800px;
   margin: 0 auto;
   }
.menu ul {
    padding: 0;
    list-style: none;
    margin: 0; }
.menu li { display: inline-block; } 
.menu li a {
	text-align: center;
    display: block;
	text-decoration: none;
	padding: 13px 20px;
	color: #fff;
    text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px; }
.menu a.selected, .menu a.selected:hover { background-color: #0187cf; color: #fff; }
.menu li a:hover, .menu li:hover a, .selectlang:hover { background-color: #f9f9f9; text-decoration: none; color: #4A545C; }
.menu li ul { 
	display: none; 
	height: auto; 
	position: absolute; 
	z-index: 200; 
	min-width: 160px;
	border-radius : 0 0 4px 4px; 
	border-top: 0; 
}
.left-content, .right-content { display: table-cell }
.left-content {
    vertical-align: top;
    width: 22%; }
.left-content p {
    font-weight: 600;
    color: #4A545C;
    letter-spacing: 1px;
    font-size: 20px; }
.right-content {
    width: 78%;
    padding-left: 40px; }
.right-content p {
    margin-bottom: 0;
    color: #4A545C }
.right-content h2 { margin-top: 15px; }
.right-content h2:first-child { margin-top: 0; }
.right-content a { font-weight: 600 }
.menu li:hover ul, .menu li:hover ul li a { display: block; background-color: #fff; color: #000; } 
.menu li ul li:hover a { background-color: #f9f9f9; text-decoration: none; }
.menu li li { display: block; float: none; margin: 0; padding: 0; } 
.menu li ul a { 
	display: block; 
	margin: 0; 
	padding: 3px 20px; 
	text-align: left; 
	line-height: 30px; 
	color: #333; 
}
.menu li ul li a.selected, .menu li ul li a.selected:hover { 
	background-color: #f9f9f9; 
	color: #000;
}
#header { padding: 40px 0 0 0; }
#logo { display: block; }
#logo a { font-size: 40px; font-weight: 400; color: #000; }
#logo a:hover { text-decoration: none; }
#banner { width: 100%; }
#banner img { max-width: 100%; }
.content { max-width: 800px; margin: 0 auto 0 auto; }
footer {
    width: 800px;
	padding-top: 20px;
	margin: 0 auto;
    font-size: 12px;
       border-top: 2px solid #f97f02; 
	   }
footer li { list-style: none }
footer a { color: #4A545C; }

.parallax-window { min-height: 400px; background: transparent; }
p {
    margin: 0 0 15px 0;
    line-height: 24px;
    font-size: 16px;
    color: #4A545C; }
li { color: #4A545C }

.half { width: 49%; }
.third { width: 33.33%; }
.left { float: left; }
.right { float: right; }
.row { margin-bottom: 20px; }
.social { 
	padding: 10px 30px; 
	text-align: center; 
	float: left; 
	margin-right: 20px; 
	width: 120px; 
}
.formulaire { margin-top: 16px; }
.social a i { font-size: 50px; }
.social a { color: #fff; }
.social a:hover { text-decoration: none; }
.social:hover { opacity: 0.8; }
form br { display: none }

/*  */
#logo {
    height: auto;
 }
.accueil h1 {
    line-height: 37px;
    color: white;
    font-size: 40px;
    font-weight: 100;
    background-color: #0187cf;
    margin-left: auto;
    padding: 25px 30px 30px 50px;
    letter-spacing: 2px;
    width: calc(50% + 285px) }
.intro { margin-top: 40px; }
footer .one-content {
    padding-left: 0;
    display: table-cell;
    vertical-align: top;
    width: 26%; }
.content-table {
    display: table;
    width: 100%; }
footer a {
    line-height: 19px;
    font-size: 15px; }
.copyright {
    color: white;
    vertical-align: bottom;
    display: table-cell;
    width: 48%; }
.copyright p {
    font-size: 12px;
    margin-bottom: 0;
    color: white;
    letter-spacing: 1px;
    text-align: right;
    opacity: 0.6;
    line-height: 13px; }
.camera_wrap > img {
    display: block;
    width: auto; }
.img-mobile { display: none }
.left-content ul {
    margin-top: 0;
    padding-left: 17px; }
.left-content ul li {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600; }
.left-content p { margin-bottom: 5px; }
#mobile { display: none }



@media screen and (max-width: 1200px), screen and (max-device-width: 1200px) {
	.content { width: 970px; }
    .menu {
        padding-left: 80px;
        width: calc(50% + 485px) }
    .accueil h1 {
        width: calc(50% + 230px);
        padding: 20px 30px 25px 50px;
        font-size: 35px; }
    .menu li a { padding: 13px 15px; }
    .input, .textarea { width: 46.2% }
}

@media screen and (max-width: 990px), screen and (max-device-width: 990px) {
    .content { width: 750px; }
    .menu { width: calc(50% + 375px) }
    .input, .textarea { width: 45%; }
    .accueil h1 {
        font-size: 30px;
        padding: 15px 30px 20px 40px;
        line-height: 28px;
        width: calc(50% + 167px) }
}

@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
    .img-mobile, .img-bandeau {
        margin-left: 70px;
        margin-right: 70px;
        width: auto;
        margin-top: 25px;
        overflow: hidden;
        display: block }
    #mobile { display: block; }
    #ordi { display: none }
    .vignette { width: 50%; }
    .menu {
        height: auto;
        display: none;
        padding-left: 0;
        margin-top: 0;
        width: auto;
        margin-left: 70px;
        margin-right: 70px; }
    .left-content, .right-content {
        display: block;
        padding-left: 0;
        width: 100%; }
    #logo {
        margin-left: auto;
        margin-right: auto; }
    .menu ul { padding: 10px 0 }
    .menu li { display: block }
	.half { width: 100%; margin-bottom: 20px; }
    .content {
        width: auto;
        margin-left: 70px;
        margin-right: 70px; }
    #displaymenu {
        display: block;
        -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
        margin-top: 20px;
        width: auto;
        padding: 3px 0;
        font-weight: 600;
        letter-spacing: 6px;
        margin-left: 70px;
        margin-right: 70px;
        background-color: #4A545C;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px; }
    .fa-bars { font-size: 18px!important; }
    .active {
        padding: 10px 0;
        background-color: #95A2B1!important; }
    #displaymenu:hover { text-decoration: none; }
    .accueil h1 {
        width: auto;
        padding: 12px 23px 15px 23px;
        margin-top: 0;
        line-height: 24px;
        font-size: 26px;
        margin-left: 70px;
        margin-right: 70px; }
    footer { margin: 40px 0 0 0 }
    .intro { margin-top: 30px; }
    .left-content p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 13px; }
    .copyright {
        text-align: center;
        display: block;
        margin-top: 25px;
        width: 100%; }
    .copyright p {
        font-size: 10px;
        letter-spacing: 2px;
        text-align: center }
    .content-table { display: block }
    footer { padding: 30px 0 }
    footer .one-content {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        display: block;
        width: 100%; }
    footer li {
        margin: 0 5px;
        display: inline-block }
    .camera_wrap { display: none!important; }
    .form { border-left: none; }
    .left-content li br { display: none }
    .left-content img { display: none }
}

@media screen and (max-width: 700px), screen and (max-device-width: 700px) {
    .input, .textarea {
        margin-right: 0!important;
        width: 100%; }
    .form { padding: 20px 50px; }
    input[type=submit] {
        background: #4A545C;
        color: white; }
}

@media screen and (max-width: 600px), screen and (max-device-width: 600px) {
    .content, .accueil h1, #displaymenu, .img-mobile, .menu, .img-bandeau {
        margin-left: 40px;
        margin-right: 40px; }
    .form { padding: 20px 40px }
}

@media screen and (max-width: 420px), screen and (max-device-width: 420px) {
    .content {
        margin-left: 25px;
        margin-right: 25px; }
    .form { padding: 10px 20px; }
    input[type=submit] {
        display: block;
        width: 100%; }
    .vignette {
        padding-left: 0;
        padding-right: 0;
        width: 100%; }
    .accueil h1 {
        line-height: 21px;
        font-size: 23px; }
    .content, .accueil h1, #displaymenu, .img-mobile, .menu, .img-bandeau {
        margin-left: 25px;
        margin-right: 25px; }
}

@media screen and (max-width: 350px), screen and (max-device-width: 350px) {
    .left-content li br { display: block }
}