/* HEADER & NAV */

.tagline{
	font-size: 0.8em;
}
.navbar a{
	color:#fff !important;
}
#footer h4, .blue,.gallery-box .caption{
	color: #06377d !important;
}
.navbar .active a, .red{
	color: #f50000 !important;
}
.pink,.gallery-bebe .gallery-box .caption{
	color: #f197a7 !important;
}
.navbar a{
	font-family: 'Nunito';
	font-weight: bold;
}
.navbar .nav li{
	padding: 20px 10px;
}
.dark .navbar-toggle .icon-bar, .dark .off-canvas-toggle .icon-bar {
    background: #f50000 !important;
}

@media(min-width: 993px) and (max-width: 1200px){
	/*.packs{
		position: absolute;
	    top: 120px;
	    left: 0;
	}*/
}
@media(max-width: 768px){
	.bigscreen-only{
		display: none;
	}
}
@media(max-width: 992px){
	.navigation{
		padding-bottom: 100px;
	}

	.navbar-toggle{
		position: absolute;
    	left: 20px;
    	top: 15px;
	}
	.top-logo{
		position: absolute;
    	left: 50%;
    	margin-left: -40px;
	}
}
@media(max-width: 450px){
	.top-logo{
		position: absolute;
    	left: 50%;
    	margin-left: -67px;
	}
}

.dropdown-menu{
	background: none;
    box-shadow: none;
    border: 0;
}
.dropdown-menu li{
	padding: 0 20px !important;
    text-align: right !important;
    border:0;
}
.dropdown-menu li a{
    font-weight: bold;
}


/* The side navigation menu */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed; 
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f50000;
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align:left;
    font-weight: bold;
    font-family: 'Nunito';
}

.sidenav a:hover, .offcanvas a:focus{
    color: #808080;
}
.sidenav a:not(.closebtn){
	border-bottom: 1px solid #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}

#wrap {
    /*transition: margin-left .5s;*/
    overflow: hidden;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


#header {
	border-top: 7px solid #f50000;
	background-image: url('../images/top-header.jpg');
	background-size: cover;
	-webkit-background-size:cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
}

.subheader p, .subheader h2{
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8);
}


@media(min-width: 1200px){
	#header .subheader{
		padding-top: 120px;
	}
}
@media(min-width: 1600px){
	#header .subheader{
		padding-top: 180px;
    	padding-bottom: 70px;
	}
	#header .col-md-5.mt-50{
		margin-top: 0
	}
}


/* FONTS */
.uppercase{
	text-transform: uppercase;
}

.light{
	font-weight: lighter;
}

.bold{
	font-weight: bold;
}

.nunito{
	font-family: 'Nunito';
}

body{
	font-family: 'Open Sans';
}

.ls-5{
	letter-spacing: 5px;
}

.dark p{
	color:#fff;
}

.txt-center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.bigtitles{
	font-size: 2.7em;
	line-height: 0.98em;
	word-break: break-word;
}

.bigtitles strong{
	display: block;
}

/* BTNS */

.dark .btn,.btn-default{
	background: #f50000 !important;
	border:0 !important;
	padding: 10px 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.btn.btn-secondary{
	background: #06377d !important;
	color:#fff !important;
	border:0 !important;
	padding: 10px 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.btn-third{
	background: #f197a7 !important;
	color:#fff !important;
	border:0 !important;
	padding: 10px 20px;
	font-weight: bold;
	letter-spacing: 1px;
}


/* LAYOUT */

#text-4col p.uppercase{
	min-height: 50px;
}
#text-4col p.description{
	min-height: 75px;
}

#adultes,#adults {
	background-image: url('../images/adults-header.jpg'),linear-gradient(to right, #051f4b 50%,#f6f6f6 50%);
    /*background-size: cover;
    -webkit-background-size:cover;*/
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden;
}

#bebes,#baby {
    background-image: url('../images/bebe-header.jpg'), linear-gradient(to left,#c3e9fb 50%,#f8f8f8 50%);
    /*background-size: cover;
    -webkit-background-size:cover;*/
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden;
}
#adultes img,
#bebes img,
#adults img,
#baby img{
	max-height: 390px;
}
#rhumes{
	background-color: #f2fbfe;
}
#rhumes .container{
	position: relative;
}
#rhumes img{
	position: absolute;
	bottom: 0;
}

@media(max-width: 980px){
	#adultes,#adults {
	    background-image: none;
		background: #255180; /* Old browsers */
		background: -moz-linear-gradient(top, #255180 0%, #011945 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #255180 0%,#011945 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #255180 0%,#011945 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255180', endColorstr='#011945',GradientType=0 ); /* IE6-9 */
	}
	#bebes,#baby{
		background-image: none;
		background:#c3e9fb;
	}
	.bigtitles{
		font-size: 2.4em;
	}
	#rhumes .container{
		padding-bottom: 300px;
	}
	#adultes img,
	#bebes img,
	#adults img,
	#baby img{
		margin: auto;
	}
}

#footer,#footer a {
	background: #f2f4f8;
	color:#808080 !important;
}
.coordinates .content-icon{
		color:#f16567;
	}
.copyrights{
	background-color: #fff;
	color: #808080;
	font-size: 0.8em;
}
.copyrights p{
	padding:20px 0;
}
.amazon-small img{
	padding: 10px;
    max-height: 40px;
        margin-top: 15px;
}
@media(max-width: 768px){
	.coordinates img{
		margin:auto;
	}
	#footer{
		padding-bottom: 10px;
	}
	.copyrights .col-md-6{
		margin-bottom: 0 !important;
	}
}

/* GALLERY */

.gallery-box{
	background-color: #f6f6f6 !important;
	padding-top: 70px;
	padding-bottom: 20px;
}
.gallery-box .caption{
	padding-top: 10px;
	font-size: 0.9em;
	text-align: center !important;
}
.gallery-box.gallery-style-2 .caption {
    top: 10px;
 }
 .gallery-box img {
    width: 85%;
    margin-left: 7%;
}
.gallery-box .btn-secondary{
	margin:auto;
	display: block;
    max-width: 170px;
    font-size: 0.8em;
}
.gallery-bebe .btn-secondary{
	background-color:#f197a7 !important;
}
.ipad-only{
	display: none;
}
@media(min-width: 450px) and (max-width: 768px){
	.no-ipad{
		display: none;
	}
	.ipad-only{
		display: block;
	}
}


