@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Alfa+Slab+One&family=Josefin+Sans&family=Paytone+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');

/*
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&family=Hurricane&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Hurricane&display=swap');
*/

/* CSS (C) NIC Advertising */

*{
box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;

	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html{

}
body{
width: 100%;
margin: 0px auto;
font-family: Arial;
font-size: 1em;
background-color: #ffffff;
}


img {
     max-width: 100%;
     height: auto;
	 border: none;
 }
 b, strong{
font-weight: bold;
}

p{
font-size: 1.1em;
line-height: 1.8em !important;
}
p sup{
font-size: 0.6em;
}
h1 sup{
font-size: 0.6em !important;
}
h3 sup{
font-size: 0.6em !important;
}
h4 sup{
font-size: 0.6;
}
h1, h2, h3, h4, h5{
font-family: Arial;
}


.hide-desktop{
display: none;
visibility: hidden;
}

/* Mobile Basics */
.show-desktop{
display: block;
visibility: visible;
}
.show-mobile{
display: none;
visibility: visible;
}
.hide-mobile{
display: block;
visibility: visible;
}

.in-page{
width: 1100px;
margin: 0px auto;
}

#site-holder{
width: 1100px;
margin: 0px auto;
background-color: #ffffff;
}

.header-holder{
width: 100%;
padding: 14px 0px;
border-bottom: #04001a 8px solid;
}
.header{
position: relative;
width: 1100px;
padding: 0;
margin: 0px auto;
display: flex;
flex-flow: column;
justify-content: center;
align-content: center;
}


.logo{
display: flex;
flex-flow: column;
justify-content: center;
align-content: center;
padding: 0px 14px;

}
.logo img{
height: auto;
display: block;
margin: 0px auto;
margin-bottom: 8px;
}
.logo h5{
font-size: 1.2em;
text-align: center;
color: #26194c;
}

.top-phone{
position: absolute;
top: 20px;
right: 20px;
width: 280px;
}
.top-phone h5{
font-family: 'Bebas Neue', Arial;
font-size: 1.4em;
color: #10142e;
text-align: center;
}
.top-phone h5 a:link,
.top-phone h5 a:active,
.top-phone h5 a:visited,
.top-phone h5 a:hover{
font-family: 'Bebas Neue', Arial;
font-size: inherit;
font-weight: 400;
text-decoration: none;
color: #10142e;
}
.top-phone img{
display: block;
width: 150px;
height: auto;
margin: 0px auto;
}
.top-phone h6{
font-family: 'Bebas Neue', Arial;
font-size: 1.3em;
text-align: center;
color: #2051a4;
}
.top-phone h6 a:link,
.top-phone h6 a:active,
.top-phone h6 a:visited,
.top-phone h6 a:hover{
font-family: 'Bebas Neue', Arial;
font-size: inherit;
font-weight: 400;
text-decoration: none;
color: #2051a4;
}


#top-nav{
position: relative;
width: 100%;
padding: 10px 0px;
background-color: #2051a4;
}
#top-nav ul{
padding: 0;
margin: 0;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
#top-nav ul li{
list-style: none;
font-family: 'Bebas Neue', Arial;
font-size: 1.4em;
color: #ffffff;
font-weight: 100;
}
#top-nav ul li:hover{
text-decoration: underline;
}
#top-nav ul li a{
font-family: inherit;
font-size: inherit;
color: inherit;
text-decoration: none;
}

#menu-button{
display: none;
}

h2{
margin: 0px auto;
margin-bottom: 40px;
font-size: 1.8em;
}
h2 a:link,
h2 a:active,
h2 a:visited,
h2 a:hover{
font-size: inherit;
color: #000000;
}
h4 a:link,
h4 a:active,
h4 a:visited,
h4 a:hover{
color: #000000;
text-decoration: none;
}

.generic-button{
padding: 8px 20px;
display: table;
margin: 0px auto;
text-transform: uppercase;
font-family: Arial;
font-size: 1.1em;
border: none;
border-radius: 20px;
text-align: center;
}
.generic-button-small{
padding: 4px 8px;
font-size: 0.9em;
}
.generic-button:hover {
filter: brightness(120%);
}

.generic-button-blue{
background-color: #2051a4;
color: #ffffff;
border-radius: 14px;
}
.generic-button-pink{
background-color: #e6528a;
color: #ffffff;
border-radius: 14px;
}
.generic-button a:link,
.generic-button a:active,
.generic-button a:visited,
.generic-button a:hover{
font-family: inherit;
color: inherit;
text-decoration: none;
}
.generic-button-wide{
width: 100%;
border-radius: 0;
}

.generic-button-rounded-corners-tight{
padding: 8px 14px !important;
border-radius: 6px;
}

.button-group{
display: flex;
flex-flow: row;
justify-content: flex-start;
align-content: center;
gap: 20px;
padding: 20px 0px;
}

.cliquez-pour-acheter{
position: absolute;
top: 20px;
right: 20px;
font-family: 'Bebas Neue', Arial;
font-size: 1.4;
color: #000000;
text-align: center;
}
.cliquez-pour-acheter a:link,
.cliquez-pour-acheter a:active,
.cliquez-pour-acheter a:visited,
.cliquez-pour-acheter a:hover{
font-size: inherit;
text-decoration: none;
}

.intro{
display: flex;
flex-flow: row wrap;
}

.intro .col-md-7{
display: flex;
justify-content: center;
align-items: center;
background-size: cover;
background-position: center;
max-width: 100%;
}

.intro .col-md-7 h5{
padding: 14px 28px;
font-size: 1.6em;
color: #ffffff;
background-color: rgba(93,82,160, 0.7);
border-radius: 20px;
}

.intro .col-md-5{
padding: 10px 0px 14px 0px;
}
.intro .col-md-5 img{
display: block;
width: 122px;
height: auto;
margin: 0px auto;
margin: 10px 10px 10px 0px;
float: left;
}

.page-break{
width: 100%;
padding: 20px 0px;
display: flex;
justify-content: center;
background-color: #2051a4;
}
.page-break h3{
font-size: 1.5em;
color: #ffffff;
text-align: center;
}
.page-break h3 a:link,
.page-break h3 a:active,
.page-break h3 a:visited,
.page-break h3 a:hover{
color: #ffffff;
text-decoration: none;
}



#service-destination{
position: relative;
display: none;
padding: 10px;
margin-bottom: 30px;
color: #ffffff;
background-color: #26194b;
}
#service-destination h5{
position: absolute;
top: 14px;
right: 14px;
padding: 6px;
}
#inner-destination{
padding: 8px;
border: #ffffff 3px solid;
/* border-radius: 8px; */
}
#inner-destination h3{
display: table;
padding: 6px;
margin-bottom: 14px;
font-size: 1.3em;
background-color: rgba(93,82,160, 1);
color: #ffffff;
}
#inner-destination p{
margin-bottom: 14px;
font-weight: normal;
}
#inner-destination h4{
margin-bottom: 8px;
font-size: 1.1em;
font-weight: 400;
}
#inner-destination ul{
padding: 20px 0px 20px 20px;
}
#inner-destination strong{
font-weight: 600;
}

.other-services{
position: relative;
width: 94%;
padding: 30px 0px 0px 0px;
margin: 0px auto;
}
.other-services h2{
padding: 14px 0px;
font-family: 'Bebas Neue', Arial;
font-size: 3em;
color: #2051a4;
}
.other-services h2 span{
font-size: 0.6em;
}
.other-services p:last-child{
margin-bottom: 30px;
}
.other-services h3{
font-size: 1.4em;
text-align: center;
color: #26194b;
}
.other-services h3 a:link,
.other-services h3 a:active,
.other-services h3 a:visited,
.other-services h3 a:hover{
color: #26194b;
text-decoration: none;
}

.other-services ul{
padding: 0px 0px 0px 40px;
}
.other-services ul li{
margin-bottom: 8px;
font-size: 1.1em;
}


.other-services .row{
padding-top: 30px;
}
.other-services .row .bio{

padding: 20px 10px 10px 10px;

}
.other-services .bio img{
display: block;
width: 150px;
height: auto;
margin: 0px 10px 14px;
float: left;
}
.other-services .bio h4{
font-size: 1.2em;
font-weight: 200;
}
.other-services .bio ul{
padding: 0px 0px 14px 20px;
}

.les-chapitres .col-md-5 img{
display: block;
margin: 0px auto;
}

.other-services .blockquote-list{
padding: 10px;
margin-bottom: 30px;
border: #ebebeb 1px solid;
background-color: #fafafa;
}
.other-services .blockquote-list h4{
margin-bottom: 14px;
font-size: 1.6em;
font-weight: bold;
color: #2051a4;
}
.other-services .blockquote-list p{
margin-bottom: 14px;
font-style: italic;
}

#skip{
display: table;
padding: 20px 14px;
margin: 0px auto;
font-size: 1.6em;
color: #ffffff;
background-color: #f18125;
border-radius: 30px;
}


#skip-holder{
display: none;
width: 80%;
padding: 20px;
margin: 0px auto;
background-color: #fafafa;
}
#skip-holder h4{
margin-bottom: 30px;
font-size: 1.6em;
text-align: center;
}
#skip-holder h5{
width: 280px;
display: table;
padding: 14px;
margin: 0px auto;
margin-bottom: 30px;
font-size: 1.4em;
text-align: center;
background-color: #0562ff;
border-radius: 14px;
}
#skip-holder h5 a:link,
#skip-holder h5 a:active,
#skip-holder h5 a:visited,
#skip-holder h5 a:hover{
font-size: 1em;
color: #ffffff;
text-decoration: none;
}
#skip-holder h5 a:hover{
text-decoration: underline;
}




.learn-more-holder{
width: 90%;
padding: 30px 0px;
margin: 0px auto;
background-color: #fafafa;
border-radius: 20px;
border: #a6a8ac 2px solid;
}
.learn-more-holder form{
width: 100%;
padding: 14px;
margin: 0px auto;
}
.learn-more-holder form h4{
margin-bottom: 20px;
text-align: center;
font-size: 1.2em;
}
.learn-more-holder form input,
.learn-more-holder form textarea,
.learn-more-holder form select{
margin-bottom: 8px;
}
.learn-more-holder form input::placeholder,
.learn-more-holder form textarea::placehoder,
.learn-more-holder form input::-webkit-input-placeholder,
.learn-more-holder form textarea::-webkit-input-placehoder,
.learn-more-holder form input::-moz-placeholder, 
.learn-more-holder form textarea::-moz-placeholder,
.learn-more-holder form input:-ms-input-placeholder,
.learn-more-holder form textarea:-ms-input-placeholder{
color: #a6a8ac;
text-transform: uppercase;
}

.learn-more-holder form textarea{
margin-bottom: 20px;
}


.learn-more-holder form textarea{
margin-botom: 14px;
}


#spinner{
display: none;
padding: 30px 0px;
text-align: center;
}
#spinner img{
margin: 0px auto;
}


.footer{
width: 100%;
padding: 60px 0px;
/*
background-image: url('../ceperks/images/bottom-shadow-small.png');
background-position: top;
background-repeat: repeat-x;
*/
}
.footer img{
display: block;
margin: 0px auto;
margin-bottom: 20px;
}
.footer h4{
font-family: Open Sans, Arial;
margin-bottom: 20px;
font-size: 1.2em;
color: #222433;
text-align: center;
}
.footer h3{
margin-bottom: 20px;
text-align: center;
}
.footer h3 a:link,
.footer h3 a:active,
.footer h3 a:visited,
.footer h3 a:hover{
font-family: Open sans, Arial;
font-size: 2em;
color: #2051a4;
text-decoration: none;
}



.copyright{
padding: 10px;
font-family: Arial;
font-size: 0.8em;
color: #000000;
}

.spacer-30{
width: 100%;
height: 30px;
}
.clr{
clear: both;
}
