<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root, [data-bs-theme=light] {
    --bs-link-color: #5f3594;
    --bs-link-color-rgb: 95, 53, 148;
    --bs-link-hover-color: #51159d;
    --bs-link-hover-color-rgb: 81, 21, 157;
}

html {
    scroll-behavior: smooth;
}

body {
	background-color: #f4f8fb; /* #0681cf */
}
p {
    font-family: "Open Sans", serif;
}
.descriptif_xft table {
	--bs-table-bg: #f4f8fb;
}
:root {
	--bs-primary-rgb: 95,53,148;
	--bs-btn-hover-bg: #5f3594;
    --bs-btn-active-bg: #5f3594;
    --bs-btn-hover-border-color: #5f3594;
    --bs-btn-active-border-color: #5f3594;
}

.bottom-bg {
	background-image: url(/docsite/themes/caposoleil/accueil-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 1144px;
}

/* Style initial du site-header */
.site-header {
    width: 100%;
    transition: all 0.3s ease-in-out; /* Pour une transition fluide lorsqu'il devient sticky */
}

/* Style sticky */
.sticky-top.site-header {
    position: sticky!important;
    top: 0!important;
    background-color: white; /* Ajouter un fond si nÃ©cessaire lorsqu'il devient sticky */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.navbar-brand img{
  transition: all 1s ease-out;
}
.sticky-top .navbar-brand img{
    max-width: unset;
    height: 74px;
}

/* @media (min-width: 1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
} */
@media (max-width: 768px) {
	.main-menu .dropdown-menu.show {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.main-menu ul.navbar-nav &gt; li a {
		font-size: 19px;
		line-height: 23px;
		text-transform: uppercase;
	}
	.main-menu .dropdown-menu.show &gt; li {
	    min-width: calc(50% - 20px);
	}
}
@media (min-width: 769px) {
	.main-menu ul.navbar-nav &gt; li a {
	    font-size: 23px;
	    line-height: 26px;
	}
}
@media (max-width: 1199px) {
    .xb-hero-shape {
        display: none;
    }

	.site-header .navbar {
		margin-bottom: 0;
		--bs-bg-opacity: 1;
		background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
	}

	.hero-content .btn {
		margin: 10px;
	}
}
@media (min-width: 1200px) {
	.accueil .site-header {
	    position: absolute;
	    top: 46px;
	    left: 0;
	    right: 0;
	    z-index: 11;
	}
	.main-menu .navbar-nav {
	    background: #fff;
	    border: 1px solid #edf3f5;
	    border-radius: 67px;
	    -webkit-border-radius: 67px;
	    -moz-border-radius: 67px;
	    -ms-border-radius: 67px;
	    -o-border-radius: 67px;
	    box-shadow: 0 8px 19px rgba(156, 170, 194, .09);
	    margin-left: auto;
	    padding: 0 3rem;
	    white-space: nowrap;
	}
	.main-menu ul.navbar-nav &gt; li a:hover {
	    background: #5f3594;
	    color: #fff;
	}
	.main-menu ul li.nav-item:not(:last-child) {
	    margin-right: 40px;
	}
	.main-menu ul.navbar-nav &gt; li a {
	    padding: 23px 0;
	}
	.main-menu .dropdown-menu.show {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: center;
	    min-width: 655px;
	    justify-content: flex-start;
	}
	.main-menu .dropdown-menu &gt; li {
	    min-width: 215px;
	    text-transform: uppercase;
	}
}

.sticky-top .main-menu .navbar-nav{
    border: 0;
    box-shadow: none;
}
.main-menu ul.navbar-nav &gt; li a {
    color: #5f3594;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}

.nav-link:focus, .nav-link:hover {
    color: #ffc12c;
}

/* Style gÃ©nÃ©ral du dropdown */
.nav-item.dropdown .dropdown-menu {
    background-color: white; /* Couleur de fond du menu */
    border: 1px solid #ccc;  /* Bordure lÃ©gÃ¨re */
    border-radius: 0.25rem;  /* Coins lÃ©gÃ¨rement arrondis */
    padding: 0; /* Supprimez le padding par dÃ©faut */
}

/* Style des Ã©lÃ©ments du dropdown */
.nav-item.dropdown .dropdown-item {
    padding: 10px 20px; /* Espacement intÃ©rieur des Ã©lÃ©ments */
    color: #333; /* Couleur du texte */
    transition: background-color 0.2s ease; /* Transition douce pour le hover */
}

/* Hover effect */
.nav-item.dropdown .dropdown-item:hover {
    background-color: #f8f9fa; /* Couleur de fond au survol */
    color: #ffc12c; /* Couleur du texte au survol */
}

/* Ajoutez une ombre au menu pour un effet de profondeur */
.nav-item.dropdown .dropdown-menu {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Style de l'Ã©lÃ©ment actif */
.nav-item.dropdown .dropdown-item.active {
    background-color: #007bff; /* Couleur de fond pour l'Ã©lÃ©ment actif */
    color: white; /* Couleur du texte pour l'Ã©lÃ©ment actif */
}

/* Ajustement pour mobile */
@media (max-width: 768px) {
	.hero { background-position: 70%!important; }
	.hero-content .btn-outline-dark {
	    background: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
	    --bs-bg-opacity: 1;
	}
    .nav-item.dropdown .dropdown-menu {
        position: static; /* Position statique pour une meilleure compatibilitÃ© mobile */
        float: none;
    }
}

.card-product:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .12);
    border: 1px solid #5e3992;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

.xb-hero-shape {
    left: 0;
    position: absolute;
    top: 36%;
    z-index: 0;
}

.hero-content .btn,
.book-form .btn {
    border-radius: 91px;
    -webkit-border-radius: 91px;
    -moz-border-radius: 91px;
    -ms-border-radius: 91px;
    -o-border-radius: 91px;
    padding: 20px 50px 21px;
}

.btn-primary {
    --bs-btn-bg: #ffc12c;
    --bs-btn-border-color: #ffc12c;
}

.hero-content .btn:first-child:active,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn-primary:hover, .btn-primary:active {
    color: var(--bs-btn-hover-color);
    background-color: #5f3594;
    border-color: #5f3594;
}

.btn-outline-dark {
    -webkit-filter: drop-shadow(0 16px 80px hsla(0, 0%, 65%, .25));
    filter: drop-shadow(0 16px 80px rgba(167, 167, 167, .25));
}

h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 87px;
    margin-bottom: 24px;
}

.dancing {
    font-family: Dancing Script, cursive;
}
.content_xft p * {
    font-family: "Open Sans", serif !important;
}
.content_xft p {
	font-family: "Open Sans", serif !important;
    font-weight: 400;
    text-align: justify;
}

h3.titre_xft {
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
    font-size: 2rem;
    text-align: center;
    line-height: 3rem;
    background: #5f3594;
    background: rgb(95 53 148 / 80%);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53, 86, 129, 0.5);
}

/* --------------------------------------------------------------------------------------- */

/* body {	
	text-align: left;
	font-family: verdana, arial, trebuchet;
	font-size: 10pt;
	background-image: url('/docsite/themes/caposoleil/fondegrade1.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	color: black;

  
} */

table{
border-collapse: collapse;
}
img {
    border : none;
    border : 0;
}
a {
	text-decoration: none;
}
#bouttons {
	text-decoration: none;
}

#colonnes {
	width: 100%;
	text-align: center;
	margin: auto;	
}

#conteneur_module {
	position: relative;	
	width: 100%;
	/* float: left;	 */
}

#youtube {
	position: relative;
	width: 100%;
	border: 5px solid black;
}

#footercss {
	width: 100%;
	text-align: center;      
}

footer .link-body-emphasis {
    color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

#f_s1{
background-color:#fdc03f;
height: 10px;
margin-bottom:4px;
}

#f_s3{
background-color:#3cc1ce;
height: 18px;
color:#FFF;
}

#f_s2 ul{
	list-style-type: none;
	padding-left: 0;
}

#f_s2{
	min-height: 383px;
}
#f_s2, #f_s22 {
    background-color: #5e3992;
    color: #FFF;
}

#main_footer {
	text-align: center;
	width: 100%;
	font-size: 8pt;	
}

.select_moteur {
	width: 180px;
}

#titre_devis {
	position: relative;
	width: 95%;
	text-align: center;
	color: #dc5419;		
}

.titre_devis {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	color: #dc5419;
}

#titre_module {
	height: 52px;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	width: 100%;
}

#souligne_titre {
	background-repeat: no-repeat;
	width: 100%;
	height: 23px;
	float: left;
}
#souligne_bon_plan {
	background-repeat: no-repeat;
	width: 100%;
	height: 45px;
	float: left;
}
#recherche_resultat {
	position: relative;
	margin: 5px;
}

#presentation_voyage {
	background-color: black;
	width: 150px;
	height: 160px;
	border: 2px solid black;
	padding: 3px;
}

#dim_img {	
	position: relative; 
	float: left;
	padding-bottom: 3px;
	padding-right: 3px;
	width: 100%;
	height: 75%;
	border: 0px solid black;
	overflow: hidden;
}

.presentation_voyage_orange {
	color: orange;
	font-size: 14pt;	
}

.presentation_voyage_black {
	color: black;
	text-align: justify;	
}

.orange {
	color: #fe8000;
}
.orange16 {
	font-size: 16pt;
	color: orange;
}
.rouge16 {
	font-size: 16pt;
	color: red;
	text-align: right;
}
.black {
	color: #5e3992;
}
.white {
	color: white;
	background-color: black;
}
.white_b {
	color: white;
	background-color: black;
	font-weight: bolder;
}
.white_maj {	
	color: white;
	background-color: black;
	font-weight: bolder;
	text-transform: uppercase;
}
.white12 {
	font-size: 12pt;
	text-align: center;
	color: white;
	background-color: black;	
	font-weight: bolder;
}
.texte12 {
	font-size: 12pt;
	text-align: center;
	font-weight: bolder;
}
.navy {
	font-weight: bolder;
	color: navy;
}
.texte8 {
	font-size: 8pt;
	font-weight: bolder;
}
.green {
	color: green;
	font-size: 25pt;
}
.texte18 {
	font-size: 18pt;
}

.TTC {
	color: red;
	font-size: 10pt;
}
.HT {
	color: green;
	font-size: 10pt;
}
.taxe {
	color: black;
	font-size: 10pt;
}
.new_TTC {
	background-color: yellow;
	color: red;
	font-size: 12pt;
}
.old_TTC {
	text-decoration: line-through;
	color: black;
	font-size: 10pt;
}

.presentation_voyage_devis_orange {
	color: orange;
	font-size: 16pt;	
}

#carte {
	display: block;
	position: relative;
	z-index: 1;
	visibility: visible;
}

#excuse {
	width: 70%;
	font-size: 10pt;
}

.margin10 {
	margin: 10px;
}

.margin5 {
	position: relative;
	margin: 10px;
}

.border1black {
	border: 1px solid black;	
}
.border1blackleft {
	border-left: 1px solid black;	
}
.border1blackright {
	border-right: 1px solid black;	
}
.border1black0right {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	border-right: 0px;
}
.border1black0left {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	border-left: 0px;
}
.border1blacktop {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	border-right: 0px;
	border-left: 0px;
}

.fond_titre_descrip {
	height: 23px;
	width: 272px;
	background-image: url('/docsite/themes/images/fond_titre.jpg');
	background-repeat: no-repeat;
	color: white;
}

.titre_descrip {
	position: relative;
	left: 10px;
}

#flash_header {
	position: relative;
	width: 224px;
	height: 211px;
	top: 134px;	
	z-index: 0;
	float: left;
	background-repeat: no-repeat;
}
#header2 {
	position: relative;
	border-bottom: 12px solid black;
	border-right: 12px solid black;
	width: 744px;
	height: 199px;
	top: 134px;
	text-align: right;
	float: left;
	background-color: white;
}

/* Accueil Bloc Pays/Zone GÃ©o */
#accueilPays li {
    list-style-type: none;
    transition: transform .2s;
}

#accueilPays li &gt; div {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 150px;
}

a.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    /* background-color: rgba(0, 0, 0, 0.5); */
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    text-transform: uppercase;
}
#accueilPays li:hover {
	transform: scale(1.2);
	z-index: 1;
}
#accueilPays li:hover a.overlay-link {
    background-color: rgb(255 193 44 / 15%);
}

#accueilPays li a span {
    font-weight: bold;
    text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.5);
    min-width: 80%;
}
@media (min-width: 1200px) {
	#accueilPays li a{
		font-size:25px;
	}
}
@media (max-width: 1199px) {
	#accueilPays li a{
	 	font-size:1rem;
	}
}
@media (max-width: 768px) {
	#accueilPays li a{
	 	font-size:0.8rem;
	}
}
/*
#accueilPays li img:hover{
 filter: brightness(100%);
 cursor:pointer;
 filter:none;
}
#accueilPays li{
 	list-style-type:none;
}
#accueilPays li img{
	filter: brightness(70%);
	max-width: 100%; 
	font-size:25px;
}
@media (min-width: 1200px) {
	#accueilPays li a{
		font-size:25px;
	}
}
@media (max-width: 1199px) {
	#accueilPays li a{
	 	font-size:1rem;
	}
}
@media (max-width: 768px) {
	#accueilPays li a{
	 	font-size:0.8rem;
	}
}
#accueilPays li a{
	position: relative;
	z-index: 1;
	color: #FFF;
	top: 65%;
	font-weight: bold;
	text-transform: uppercase;
}

#accueilPays li a span{
 border:3px solid #FFF;
 max-width: 80%;
 display:block;
 margin:auto;
} */

/* Accueil Recherche */
.ul_li_between {
    justify-content: space-between;
}
.ul_li, .ul_li_between, .ul_li_center, .ul_li_right {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.xb-book-form__wrap:before {
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    content: "";
    height: 100%;
    left: calc(50% - 647px);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.xb-book-form .xb-item--field {
    position: relative;
    margin-top: 2rem;
}
.xb-book-form .xb-item--field label {
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.xb-book-form .xb-item--field .select_moteur {
    background-color: #f9fafd;
    border: 1px solid #edf3f5;
    border-radius: 76px;
    -webkit-border-radius: 76px;
    -moz-border-radius: 76px;
    -ms-border-radius: 76px;
    -o-border-radius: 76px;
    height: 60px;
    padding: 10px 10px 10px 46px;
    width: 100%;
}
.xb-book-form .xb-item--field .icon {
    bottom: 18px;
    left: 19px;
    position: absolute;
}
.xb-book-form .xb-item--btn {
    margin-top: 2rem;
}
.thm-btn--trv {
    border-radius: 91px;
    -webkit-border-radius: 91px;
    -moz-border-radius: 91px;
    -ms-border-radius: 91px;
    -o-border-radius: 91px;
    padding: 20px 50px 21px;
}
.thm-btn, .thm-btn:hover {
    color: #fff;
    color: var(--color-white);
}
@media (min-width: 1200px) {
	.xb-book-form {
	    align-items: flex-end;
	    padding: 58px 0 58px 55px;
	}
	.xb-book-form__wrap {
	    margin-top: -122px;
	    position: relative;
	    z-index: 1;
	    overflow: hidden;
	}
	.xb-book-form .xb-item--field {
	    max-width: 300px;
	}
}
/* End Accueil Recherche */

.titlev2{
 background: url('/docsite/themes/caposoleil/tetiereLongue.png') no-repeat;
 background-position:center;
 padding-top:10px;
 height:42px;
 background-opacity:0.9;
 text-align:center;

 color:#fb8aec;
 text-transform:uppercase;
 
}  

.bonPlanv2{
	background-color:#f4f4f4;
	min-height:220px;
    margin-bottom: 1rem;
}

.bonPlanv2 img,.bonPlanv2 .prix{
 float:left;
}
.bonPlanv2 .prix{
 width: calc(100% - 100px);
 color:#FFF;
 padding-top:15px;
 background-color:#5e3594;
 height: auto;
}

.bonPlanv2 .enSavoirPlus{
 float:right;
 color:#5e3594;
 font-weight:bold;
 padding-right:15px;
}

.bonPlanv2 .titre{
 color:#5e3594;
 height:50px;
 text-transform:uppercase;
 float:left;
 width:100%;
 text-align:left;
 font-weight:bold;
 padding:20px;
}

.bonPlanv2 .destination{
    clear: both;
    height: 45px;
    text-align: left;
    color: #707070;
    padding: 30px;
}

.bonPlanv2:hover{
 cursor:pointer;
}
</pre></body></html>