.message_annonce {
  border: 1px solid #005e96;
  background-color: #005e96;
  padding: 20px 10px 10px 10px;
  box-shadow: 5px 5px 1px #ff6202;
}

.message_annonce p, .message_annonce a, .message_annonce h3, .message_annonce h4 {
  color: white;
  font-size: 18px;
  padding: 0 0 10px;
}

.message_annonce h3 strong {
  display: inline-block !important;
  border-bottom: 2px solid #ff6202 !important;
  
}


.urgent {
    display: block;
    text-align: center;
    margin: 10px;
}

.urgent a {
    background-color: #08639a;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid #08639a;
    color: white;
    font-weight: 500;
}

.urgent a:hover {
    background-color: white;
    color: #08639a;
}

nav.main_menu > ul > li > a {
    padding: 0 15px !important;
}

h3, .h3, h3 a , h5, .h5, h5 a {
   text-transform: initial;
}

.slantbox, .has_fixed_background  {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); 
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100% );
}

.mybox_transparent .maintitle, .mybox .maintitle {
    margin: -20px 0 0 -40px;
}

.mybox_transparent h3, .mybox h3, .mybox_transparent h5, .mybox h5 {
    font-size: 18px !important;
    text-transform: inherit !important;
}

.mybox {
    min-height: 9em;
    border-top: 1px solid #005e96;
    padding: 0 25px 25px 25px;
    border-left: 1px solid #005e96;
    border-right: 1px solid #005e96;
    border-bottom: 1px solid #005e96;
    border-radius: 5px;
}

.mybox_transparent {
    padding: 0 25px 25px 25px;
}

.asp_product_item_amount_input {
    width: 231px !important;
}

.asp_product_item {
    max-width: 350px;
    margin: 50px auto;
}

.maintitle {
    font-family: 'Nunito', sans-serif;
    color: white;
    font-size: 2.4em;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 0 20px;
    margin-bottom: 20px !important;
    width: fit-content;
    background-color: #005e96;
    transform: rotate(-2deg);
    box-shadow: 5px 5px 1px #ff6202
}

.maxwidthzonebig {
     max-width: 1250px;
     margin: auto;
}

.maxwidthzonemiddle {
     max-width: 750px;
     margin: auto;
}

.bigtitle {
    font-size: 4em !important;
}

.medtitle {
    font-size: 2em !important;
}

.destination {
    letter-spacing: -0.5px;
    font-size: 1.4em;
    font-weight: 600;
}

.notimportant {
    color: #2e2e33;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: uppercase;
}


/* COMMANDE FORM */

myform a {
    color: #fff;
    font-weight: 600 !important;
    text-align: center;
    display: block;
    border: 0px dotted #08639a !important;
    background-color: #08639a !important;
    padding: 5px 0;
    margin: 20px auto 0;
    width: 100%;
}

myform a:hover {
    background-color: #ff6202 !important;
    color: #fff !important;
}


@media (min-width: 600px) {
     .form33 {
         width: calc(32% - 20px);
         float: left;
     }

     .form33_M {
         width: calc(32% - 20px);
         margin: 0 2%;
         float: left;
     }
}

.form100 {
    width: calc(100% - 20px);
}

.importantform {
    border: 1px dotted red;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 5px;
    width: calc(100% - 10px);
}

.importantform .form33, .importantform .form33_M, .importantform .form100 {
    padding: 0 10px !important;
}

.form33, .form33_M, .form100 {
    background-color: #e7edf1;
    padding: 10px;
    font-size: 0.9em;
    color: #717171;
}

.commandeform {
    margin-top: 30px;
}

.commandeform h5 {
    font-weight: 500;
    padding: 10px 0 5px 0;
    font-size: 1em;
}

.commandeform br {
    display: none;
}


/* COMMANDE FIN */

/* RAJOUT FLORIAN */

.destination_sous_titre p {
    color: #0063a1 !important;
}

.destination_sous_titre {
    text-align: center !important;
    width: fit-content;
    margin: 0 auto 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 50px;
}

.myseparator2 {
    transform: rotate(-3deg);
    height: 15vh;
    background-color: #fff;
    width: 105vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: -20px -51vw -5vh -51vw;
}

.mymaxwidth {
    max-width: 650px;
    margin: auto;
}

.qbutton {
    margin: auto;
    display: inherit;
    width: fit-content;
}

.subtitle {
    text-transform: uppercase !important;
    filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
    color: #0069a9 !important;
    font-size: 2em !important;
    font-weight: 500 !important;
    text-align: center !important;
    letter-spacing: -0.4px;
}

.twolinemenu a {
    position: relative;
    top: 0.5em;
}

.twolinemenu {
    text-align: center;
}

.darkemnu {
    background-color : #08639a;
}

.darkemnu a {
    color: white !important;
}



/* PARALLAX DE LA BANNIERE*/

.myparallax { 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
}

@media (min-width: 767px) {
	.myparallax { 
    	background-attachment: fixed;
    	background-position: center -20vh !important;
	}
}


.whitebackground {
    background-color: rgba(255,255,255,0.6);
    margin: 50px 0;
}

.whitebackground_form {
    background-color: white;
    padding: 20px 20px 0px 20px !important;
    margin: 20px auto !important;
    max-width: 300px;
    border-radius: 10px;
}

.maxwidth950 {
    max-width: 1150px;
    margin: auto !important;
    text-align: justify;
}

.maxwidth950 p {
    text-align: justify;
}

/* RAJOUT FLORIAN FIN */

.wpcf7-textarea {
     background-color: #e7edf1 !important;
}


input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled]){
    margin: 0 0 30px 0;
    width: 100% !important;
    padding: 0;
}

/* COOKIEBOT */

#CybotCookiebotDialogPoweredbyImage {
	display: none !important;
}

#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentTitle {
    font-family: sans-serif !important;
}

#CybotCookiebotDialog div {
	padding-bottom: 0px !important;
    text-align: justify !important;
    font-size: 14px;
    font-family: sans-serif !important;
	max-width: 550px !important;
}


#CybotCookiebotDialogPoweredbyLink {
	visibility: hidden! important;
}

#CybotCookiebotDialogBody {
	background-color: #fff !important;
    margin: 0 20px 5px 20px !important;
    border: 1px solid #2c3e50 !important;
}

#CybotCookiebotDialogDetail {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 8px 15px 0;
    background-color: white;
    border: 1px solid #2c3e50;
}

#CybotCookiebotDialogDetailBodyContentTabs a {
    border: none;
}

#CybotCookiebotDialogDetailBodyContent {
	border: 1px !important
}

#CybotCookiebotDialogBodyContent {
	padding-left: 15px !important;
    font-size: 14px;
    font-weight: 200 !important;
}

#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
    width: calc(100% - 9px) !important;
    border-radius: 5px;
}

a#CybotCookiebotDialogBodyLevelButtonAccept {
    background-color: #08639a !important;
    border: 1px solid #08639a !important;
    padding: 5px 2px !important;
    font-size: 10pt !important;
    width: 100% !important;
    color: #f6f6f9 !important;
}

a#CybotCookiebotDialogBodyLevelButtonAccept:hover {
	filter: grayscale(100%);
}

.CookieDeclarationType {
	border: 0px !important;
	padding: 0px !important;
}

.CookieDeclarationTableCell {
	font-size: 0.8em !important;
	letter-spacing: -0.5px !important;
    border-bottom: 0px solid #777777 !important;
    padding: 5px 4px 5px 4px  !important;
}

#CybotCookiebotDialog {
	box-shadow: #121212 0px 0px 0px !important;
    border-radius: 0px !important;
	border: 0px !important;
	background-color: transparent !important;
	transform: scale(1) !important;
}

#CybotCookiebotDialogBodyLevelDetailsWrapper {
    background-color: transparent !important;
    border: none !important;
    padding: 6px 0 4px 4px !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
	border: none !important;
}

#CybotCookiebotDialogBodyLevelButtonsTable {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

#CybotCookiebotDialogBodyContentTitle {
    font-size: 14pt !important;
    font-weight: 400 !important;
	text-align: center !important;
	display: none!important;
}