*
{
	padding: 0;
	margin: 0;

}
html
{
    height: 100%;
}

body
{
    position: relative;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 100%;


}
.col-sm-4
{
	margin-top:12px;
}
h4
{
	font-weight: bold;
	
}
p
{
	text-align:justify;
	line-height:1.3em;
}
ul
{
	margin-left:20px;
}
a:hover
{
    text-decoration: none;
}

.wrapper 
{
	max-width: 1200px;
	margin: 0 auto;
}

.row
{
	margin: 0;
}

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}
.distinction ul
{
	text-align:justify;
	font-size:0.9em;
	list-style:none;
	margin-bottom: 20px;
    margin-top: 20px;
	padding-left: 40px;
    padding-right: 20px;
}
.vGallery{
    margin: 40px 0;
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    padding-bottom: 20px;
    padding-top: 20px;

}

.row.vGallery .col-sm-2
{
    margin: 10px 0;
}

.vGalleryLayer
{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    padding-top: 40px;
    background-color: rgba(0,0,0,0.8);
}



.vGalleryImage
{
    margin: 0 auto;
    width: 100%;
    height: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.vGalleryBox
{
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.closeButton
{
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.noSidePadding
{
	padding-left: 0;
	padding-right: 0;
}

.header
{
	width: 100%;
	height: 85px;
	background-color: #F3F3F3;
	color: #3D3D3D;
	font-size: 18px;
}

.header a, .footer a
{
    color: #3D3D3D;
}

.footer
{
    width: 100%;
    background-color: #F3F3F3;
    color: #3D3D3D;
    font-size: 12px;
    margin-top: 60px;

}

.footerLine
{

    max-width: 1000px;
    height: 1px;
    margin: 50px auto;
    background-color: grey;
}

.footerContent
{
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
    font-size: 12px;
    padding-bottom: 40px;
}

.footerCopyRight
{
    max-width:1000px; 
    margin:0 auto;
    padding-bottom: 40px;
}

.light 
{
	font-weight: lighter;
}

.bold 
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.left
{
    text-align: left;
}

.logo
{
	font-size: 26px;
    cursor: pointer;
}

.sendButton
{
    border: 1px solid lightgrey;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 8px;
}

.headerButton
{
	display: inline-block;
    /*margin-top: 28px;*/
    padding: 0 15px;
    cursor: pointer;

          -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.headerButton:hover
{
    color: lightblue;
}
.sliderItem {
    height: 100%;
    width: 100%;
}

.littleGallery
{
	max-width: 1200px;
	margin: 0 auto 50px;
}

.littleGalleryItem
{
	position: relative;
	padding: 5px;
}

.littleGalleryItem img
{
	width: 100%;
}

.littleGalleryLayer
{
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);

	  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.littleGalleryItem:hover .littleGalleryLayer
{
	height: 100%;
}

.littleGalleryTextContainer
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: table;
    line-height: 1.5em !important;

}

.littleGalleryText
{
	color: white;
    display: table-cell;
    font-size: 24px;
    font-weight: none;
    height: 265px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.headerButtonsContainer
{
     clear: right;
    float: right;
    margin-top: 10px;
}

.langButtonsContainer
{
    float: right;
    font-size: 16px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 10px;
}
.headerButtonsContainer a
{
    color: #3D3D3D;
}

.sideMenuButton
{
    display: none;
    width: 40px;
    height: 40px;
    background-image: url('../images/menu.jpg');
    margin-right: 20px;
    float: right;
    margin-top: 22px;
}

.sideMenuButton:hover
{
    opacity: 0.7;
}

.sideMenuButton2
{
    background-image: url("../images/menu.jpg");
    float: right;
    height: 40px;
    margin-right: -12px;
    margin-top: -6px;
    width: 40px;
}

.sideMenuButton2:hover
{
    opacity: 0.7;
}


.fbIcon
{
    display: inline-block;
    margin-left: 11px;
    width: 15px;
}

.pic
{
    width: 100%;
}

.bioLine
{
    max-width: 700px;
    height: 1px;
    background-color: grey;
    margin: 40px auto;

}
.mag 
{
    width: 100%;
}

.presseRow
{
    margin-top: 20px;
}

/*Side menu*/
/* General styles for all menus */

.cbp-spmenu {
    background: #DEDEDE;
    position: fixed;
}

.prix
{
    max-width: 100%;
    max-height: 300px;
    margin-top: 20px;

}

.prixRow
{
    margin-top: 20px;
}
.cbp-spmenu h3 {
    color: white;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #3D3D3D;
}

.cbp-spmenu a {
    display: block;
    color: #3D3D3D;
    font-size: 1.1em;
    font-weight: normal;
}

.cbp-spmenu a:hover {
    background: #3D3D3D;
    color: white;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid grey;
    padding: 1em;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}



/*Carousel*/

.navbar-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.navbar-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
.carousel {
    height: 500px;
    margin-bottom: 20px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    background-color: black;
    height: 500px;
}
.carousel-inner > .item > img {
    height: 500px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}
.featurette-divider {
    margin: 80px 0;
}
.featurette-heading {
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}
@media (min-width: 768px) {
.navbar-wrapper {
    margin-top: 20px;
}
.navbar-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
}
.navbar-wrapper .navbar {
    border-radius: 4px;
}
.carousel-caption p {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.featurette-heading {
    font-size: 50px;
}
}
@media (min-width: 992px) {
.featurette-heading {
    margin-top: 120px;
}
}
@media (max-width: 1130px) {
    .sideMenuButton
    {
        display: block;

    }
    .headerButtonsContainer, .langButtonsContainer
    {
        display: none;
    

    }


    .galleryText
    {
        padding: 0 20px;
    }
    
}