/*
**
*/

body{
	font-family: 'Montserrat', sans-serif;
}

.bg{
	background: url("../images/voyage/bg.jpg") no-repeat;
	background-size: cover;
	padding: 250px 0px 400px;
	color: #fff;
	margin-top: -122px;
	width: 100%;
	height: 100%;
    z-index: -1;
}

.bg > div >h1{
	font-size: 40px;
	color: #fff;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    bottom: 40%;
}

h1{
	text-transform: uppercase;
	font-size: 35px;
}

h2{
	font-size: 35px;
	color: black;
	padding-top: 60px;
	padding-bottom: 40px;
    text-transform: uppercase;
}

p{
	color: #343a40;
	font-size: 18px;
}

.block li{
    color: #343a40;
    font-size: 16.8px;
}

.voyage {
	background-color: #f7f7f7;
	padding: 90px 0px 20px;
}

.voyage div p{
	padding: 20px 0px 40px;
}

.desc{
	text-align: left;
	padding: 20px 40px 40px 0px;
}

.desc a{
	text-decoration: none;
}

.desc h3{
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}

.agence{
	position: absolute;
	margin-top: 43%;
    transform: translateY(-50%);
}

.agence h1{
	font-size: 28px;
	padding-bottom: 30px;
}

.infos h3{
	text-transform: uppercase;
    font-size: 22px;
    margin-top: 30px;
}

.devis{
	background-color: black;
	padding: 80px 0px;
}

.devis div h1{
	color: #fff;
	padding: 0px 40px;
}

.devis div button{
	background-color: #fff;
	color: #001b4d;
	border-radius: 50px;
	border: 2px solid #fff;
	text-transform: uppercase;
	padding: 10px 40px;
	font-size: 25px;
	margin-top: 40px;
	cursor: pointer;
}



.devis div button:hover{
	background-color: transparent;
	color: #fff;
}

/* Voyages sur mesure */

.bg-2{
	background: url("../images/voyage/bg-voyage-sur-mesure.jpg") no-repeat;
	background-size: cover;
	padding: 270px 0px 300px;
	color: #fff;
	margin-top: -122px;
	width: 100%;
	height: 100%;
    z-index: -1;
}

.bg-2 > div >h1{
	font-size: 40px;
	color: #fff;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    bottom: 45%;
}

.title-voyages-sur-mesure{
	font-size: 35px;
    color: black;
    text-transform: uppercase;
    padding: 60px 180px 40px;
}

.voyage-mesure{
	background-color: #f7f7f7;
	padding: 90px 0px 100px;
}

.voyage-mesure div p{
	padding: 20px 0px 40px;
}

.parent {
    width: 100%;
    height: 370px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Several different images */
.img-voyage{
	background: url("../images/voyages-sur-mesure/1.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage-2{
	background: url("../images/voyages-sur-mesure/2.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage-3{
	background: url("../images/voyage/circuit-mesure.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage-4{
	background: url("../images/voyages-sur-mesure/4.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage-5{
	background: url("../images/voyages-sur-mesure/5.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage-6{
	background: url("../images/voyages-sur-mesure/6.jpg") no-repeat;
	background-size: cover;
}

.img-voyage-7{
	background: url("../images/voyages-sur-mesure/7.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage-8{
	background: url("../images/voyages-sur-mesure/8.jpg") no-repeat;
	background-size: cover;
}

.img-voyage-9{
	background: url("../images/voyages-sur-mesure/9.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	
}

.annimation-img{
	padding: 0px 20px;
}

.annimation-img:hover{
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

.parent h3{
	position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    transform: translateY(-50%);
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.voyage-mesure div a button{
	background-color: black;
	color: #fff;
	border: 2px solid black;
	border-radius: 50px;
	padding: 15px;
    width: 35%;
    margin-top: 20px;
    font-size: 25px;
    cursor: pointer;
}

.voyage-mesure div a button:hover{
	background-color: transparent;
	color: black;
}

.block{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.block{
	left: 10%;
	right: 6%;
}

.block h3{
	font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.block p{
	margin-bottom: 0px;
}

.devis-2{
	background-color: black;
	padding: 80px 0px;
}

.devis-2 div h1{
	color: #fff;
	font-size: 25px;
	letter-spacing: 4px;
	margin-bottom: 20px;
}

.devis-2 div p{
	color: #fff;
	font-size: 22px;
}

.devis-2 div button{
	background-color: #fff;
	color: #250e70;
	border-radius: 50px;
	border: 2px solid #fff;
	text-transform: uppercase;
	padding: 10px 40px;
	font-size: 25px;
	margin-top: 40px;
	cursor: pointer;
}

.devis-2 div button:hover{
	background-color: transparent;
	color: #fff;
}

/* Voyages d'affaire */

.bg-voyages-affaire{
	background: url("../images/voyage/bg-voyages-affaire.jpg") no-repeat;
	background-size: cover;
	padding: 270px 0px 300px;
	color: #fff;
	margin-top: -122px;
	width: 100%;
	height: 100%;
    z-index: -1;
}

.bg-voyages-affaire > div >h1{
	font-size: 40px;
	color: #fff;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.img-voyage_1{
	background: url("../images/voyages-affaire/1.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage_2{
	background: url("../images/voyages-affaire/2.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage_3{
	background: url("../images/voyages-affaire/3.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage_4{
	background: url("../images/voyages-affaire/4.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage_5{
	background: url("../images/voyages-affaire/5.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage_6{
	background: url("../images/voyages-affaire/6.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage_7{
	background: url("../images/voyages-affaire/7.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage_8{
	background: url("../images/voyages-affaire/8.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyage_9{
	background: url("../images/voyages-affaire/9.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

/* Voyages Hébergements*/

.bg-hebergements{
	background: url("../images/voyage/bg-hebergements.jpg") no-repeat;
	background-size: cover;
	padding: 270px 0px 300px;
	color: #fff;
	margin-top: -122px;
	width: 100%;
	height: 100%;
    z-index: -1;
}

.bg-hebergements > div >h1{
	font-size: 40px;
	color: #fff;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.block-slide{
	background-color: #ecf0f5;
	padding: 100px 0px;
}

.block-slide div h1{
	padding: 0px 200px 40px;
}

.block-slide div p{
	padding-bottom: 60px;
}

.slide-mobile{
	display: none;
}

.slide-web{
	display: block;
}

.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}

.slide-desc{
	background-color: #fff;
	padding: 30px 40px;
	height: 220px;
	margin-bottom: 30px;
}

.slide-desc:hover{
	background-color: #c9c9c9;
}

.carousel-inner>.active{
	background-color: #fff;
}

.slide-desc p{
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	line-height: 25px;
	margin-top: 20px;
}

.hebergements-contact{
	position: absolute;
	top: 50%;
	transform: translateY(40%);
}

.hebergements-contact a button{
	background-color: black;
	color: #fff;
	border: 2px solid black;
	border-radius: 50px;
	padding: 15px;
    width: 70%;
    margin-top: 20px;
    font-size: 25px;
    cursor: pointer;
}

.hebergements-contact a button:hover{
	background-color: #fff;
	color: black;
}

/* Voyages en groupe*/

.bg-voyages-groupe{
	background: url("../images/voyage/bg-voyages-groupe.jpg") no-repeat;
	background-size: cover;
	padding: 270px 0px 300px;
	color: #fff;
	margin-top: -122px;
	width: 100%;
	height: 100%;
    z-index: -1;
}

.bg-voyages-groupe > div > h1{
	font-size: 40px;
	color: #fff;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.img-voyages-1{
	background: url("../images/voyages-groupe/1.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyages-2{
	background: url("../images/voyages-groupe/2.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyages-3{
	background: url("../images/voyages-groupe/3.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyages-4{
	background: url("../images/voyages-groupe/4.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyages-5{
	background: url("../images/voyages-groupe/5.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyages-6{
	background: url("../images/voyages-groupe/6.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyages-7{
	background: url("../images/voyages-groupe/7.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyages-8{
	background: url("../images/voyages-groupe/8.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}

.img-voyages-9{
	background: url("../images/voyages-groupe/9.jpg") no-repeat;
	background-size: cover;
	cursor: auto;
}



/* Media Queries */

@media screen and (max-width: 960px) {

}

@media (max-width: 1024px){

	h1{
		font-size: 30px;
	}

	p{
		font-size: 18px;
	}

	.parent{
		height: 310px;
	}

	.voyage-mesure div a button{
		width: 45%;
	}

	.block {
	    right: 6%;
	    left: 6%;
	}

	.block2 {
	    left: 7%;
	}

	.block h3, .block2 h3 {
	    font-size: 1rem !important;
	}

	.hebergements-contact a button{
		width: 90%;
	}

	.block-slide div h1 {
	    padding: 0px;
	}
}

@media (max-width: 770px){

	h1{
		font-size: 30px !important;
	}

	h2{
		font-size: 27px;
	}

	.agence{
		position: relative;
		margin: 60px 0px;
		transform: initial;
	}

	.parent h3 {
	    font-size: 2.1rem !important;
	}

	.devis div h1{
		padding: 0px 0px;
	}

	.devis div button{
		padding: 10px 20px;
		font-size: 22px;
	}

	.bg-2 > div >h1{
		font-size: 28px;
	}

	.parent{
		height: 370px !important;
	}

	.desc h3{
		font-size: 22px !important;
	}

	.voyage-mesure div a button{
		width: 100% !important;
	}

	.block{
		text-align: left;
	}

	.block, .block2{
		position: relative;
		top: auto;
		transform: initial;
		right: auto;
		left: auto;
		padding: 40px 15px;
	}

	.block h3, .block2 h3 {
	    font-size: 1rem !important;
	}

	.block p, .block2 p{
		font-size: 18px !important;
	}

	.devis-2 div button{
		padding: 10px 20px;
		font-size: 22px;
	}

	.slide-mobile{
		display: block;
	}

	.slide-web{
		display: none;
	}

	.hebergements-contact{
		position: relative;
		top: 0%;
	    transform: initial;
	    margin-bottom: 40px;
	}

	.hebergements-contact a button{
		width: 100%;
		font-size: 20px;
	}
	
	.slide-desc2{
	    padding: 60px 0px 0px 40px;
	}

}

@media (max-width: 840px){

	.bg{
		margin-top: -5px;
	}

	.bg-2{
		margin-top: -5px;
	}

	.desc{
		padding: 20px 15px 40px 0px
	}

	.desc h3{
		font-size: 16px;
	}

	.title-voyages-sur-mesure{
		font-size: 25px;
	    padding: 60px 0px 40px;
	}

	.parent {
	    height: 230px;
	}

	.parent h3{
		font-size: 2.1rem;
	}

	.voyage-mesure div a button {
	    width: 50%;
	}

	.block h3, .block2 h3{
		font-size: 1rem;
	}

	.block p, .block2 p{
		font-size: 14px;
	}
	
}

@media (max-width: 480px){
}




@media(min-width:1000px){.voyage-mesure .col-md-4{ width: 30% !important; margin: 1%; border: 2px solid black;}}
