.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
	color: rgba(255, 255, 255, 1.00);
	font-size: 70px;
	line-height: 70px;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px
}

.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	letter-spacing: 4px
}

.tp-caption.NotGeneric-Icon,
.NotGeneric-Icon {
	color: rgba(255, 255, 255, 1.00);
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 3px
}

.tp-caption.NotGeneric-Button,
.NotGeneric-Button {
	color: #f1911f !important;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.50);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 0px !important;
	font-weight: bold;
}

.tp-caption.NotGeneric-Button:hover,
.NotGeneric-Button:hover {
	color: #f1911f !important;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer
}

h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #00a5e1 !important;
}
.price {
	font-size: 20px;
	color: #00a5e1 !important;
}

#section-1 h3 i, #section-2 h3 i, #section-3 h3 i, #section-4 h3 i {
	padding: 19px 0;
	color: #00a5e1;	
}


/*box-gagnant-1*/
.gagnant-1 {
	background: #5cb85c;
	color: #fff;
	    border-radius: 0 0px 64px 64px;
}
.gagnant-1 hr {
	width: 108px;
    border: 1px dashed #fff;
}
.gagnant-1 h4 {
	font-family: "Pacifico",Arial, Sans-serif;
	font-size: 33px;
	color: #fff;
}

.gagnant-1 p {
	font-size: 14px;
}

.icon-center-win {
	margin-bottom: -55px;
	    margin-top: -44px;
}

/*box - perdant*/
.perdant {
	background: #472b7d;
	color: #fff;
	    border-radius: 0 0px 64px 64px;
}
.perdant hr {
	width: 86px;
    border: 1px dashed #fff;
}
.perdant h4 {
	font-family: "Pacifico",Arial, Sans-serif;
	font-size: 33px;
	color: #fff;
}

.perdant p {
	font-size: 14px;
}


/*box-gagnant-2*/
.gagnant-2 {
	background: #31a5e6;
	color: #fff;
	    border-radius: 0 0px 64px 64px;
}
.gagnant-2 hr {
	width: 108px;
    border: 1px dashed #fff;
}
.gagnant-2 h4 {
	font-family: "Pacifico",Arial, Sans-serif;
	font-size: 33px;
	color: #fff;
}

.gagnant-2 p {
	font-size: 14px;
}

.article-nous hr {
	width: 12%;
    border: 1px dashed #333;
}

/*news letter*/
.newsletter {
        padding: 32px 0 60px 0;
    background: #fff;
}

.newsletter__wrapper {
    display: flex;
    align-items: flex-end;
}

svg:not(:root) {
    overflow: hidden;
}
.svg-illustration {
    display: inline-block;
    line-height: 1px;
}

.newsletter__form__item__email {
    width: 100%;
    height: 48px;
    padding: 16px 5px 16px 40px;
    border-radius: 6px 6px 0 0;
    color: #868e96;
    border: 1px solid #fff;
    outline: 0;
    -webkit-appearance: none;
}
.t-1-3-soil {
    font-weight: 400;
    font-size: 1.3em;
    color: #868e96;
}

.newsletter__form__btn.btn {
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    white-space: nowrap;
    border-radius: 0 0 6px 6px;
    /*margin-top: -4px;*/
}
.btn-secondary-reverse {
    color: #fff;
    background: #00a5e1;
    border-color: #fff;
}

.newsletter__form__item {
    display: block;
    width: 100%;
	    vertical-align: middle;
}

.newsletter__title {
    margin-bottom: 30px;
}

.newsletter__form__registration-message {
    display: none;
    margin-bottom: 5px;
    text-align: center;
    color: #adb5bd;
}

.btn-secondary-reverse:hover {
    background-color: #00a5e1;
    border-color: #fff;
    color: #fff;
}

@media (min-width: 768px){
	.newsletter__form__item {
	    display: table-cell;
	}

	.newsletter__form__item__email {
	    border-radius: 6px 0 0 6px;
	    padding: 16px 5px 17px 17px;
	}

	.newsletter__form__btn.btn {
	    width: auto;
	    border-radius: 0 6px 6px 0;
		    
	}

	.newsletter__title {
	    font-weight: 700;
	    font-size: 2em;
	    color: #fff;
	    line-height: 1.2;
	}
}


.icon-car-rent {
	background:url(../img/voiture.png);
	background-repeat: no-repeat;
	width: 55px;
    height: 50px;
	margin: 0px auto;
}

.menu-body > li.active > a .icon-car-rent, a:hover .icon-car-rent{
	background:url(../img/voiture-orange.png);
	background-repeat: no-repeat;
	color: #ef7e19;
}

.icon-avion {
	background:url(../img/avion.png);
	background-repeat: no-repeat;
	width: 30px;
    height: 50px;
	margin: 0px auto;
}

.menu-body > li.active > a .icon-avion, a:hover .icon-avion{
	background:url(../img/avion-orange.png);
	background-repeat: no-repeat;
	color: #ef7e19;
}

.icon-sejour {
	background:url(../img/sejour.png);
	background-repeat: no-repeat;
	width: 30px;
    height: 50px;
	margin: 0px auto;
}

.menu-body > li.active > a .icon-sejour, a:hover .icon-sejour{
	background:url(../img/sejour-orange.png);
	background-repeat: no-repeat;
	color: #ef7e19;
}

.icon-hotel {
	background:url(../img/Hotel.png);
	background-repeat: no-repeat;
	width: 30px;
    height: 50px;
	margin: 0px auto;
}

.menu-body > li.active > a .icon-hotel, a:hover .icon-hotel{
	background:url(../img/Hotel-orange.png);
	background-repeat: no-repeat;
	color: #ef7e19;
}

.video-center {
	margin: 0px auto 20px auto;
	width: 360px;
	/* margin: 4px 0; */
}

.video-center video {
	position: relative !important;
}

.video-padding {
	padding:0 16px;
}

.media-heading, .icon-location {
	color: #00a5e1 !important
}

.form_title h3 strong {
	    background-color: #00a5e1 !important;
}

#connexionFb svg, #frmConnexionFacebook svg {
	    position: relative;
    top: 4px;
}

.tp-caption.NotGeneric-Button, .NotGeneric-Button {
	margin-right: 0px !important;
    text-align: center !important;
    width: auto;
    min-width: auto !important;
    display: inline-block;
	    font-family: "Open sans", Arial, sans-serif !important;
}

.tp-caption.NotGeneric-Button, .NotGeneric-Button a {
	font-size: 22px;
	font-weight: bold
}

.tp-mask-wrap, .tp-loop-wrap {
    right: 9px;
    left: -5px;
    /* width: auto; */
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.video-container {
    position: relative;
    width: 100%;
}

.video-container video {
    width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	margin-bottom:45px;
    object-fit: cover;
}
