
html{
    height:100%;
}

body {
    margin:0;
    padding:0;
    height:100%;
    background-color: #f0f0f0;
	color: #363d49;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    position: relative;
}
#wrap{ /* important pour possitionner le footer */
    min-height:100%;
    position:relative;
}  
a {
    color: #363d49;
}
.page-header {
    text-align: center;
    width: 100%;
	height: 100px;
	box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.08);
}
.page-footer{
    position: absolute;
    bottom: 0;
    text-align:center;
    width:100%;
    padding-bottom:10px;
    color: #c9cad0;
}
.page-footer a {
    color: #c9cad0;
    text-decoration: none;
}
.page-header img { /* logo */
    border: 0;
    max-height: 30px;
    max-width: 100%;
    padding: 20px 0;
}
.webpage-body {
	margin: -30px auto 20px auto;
    width: 750px;
    padding-bottom:30px;   /* Height of the footer */
}
.webpage-section {
	border: 1px solid #eaedf5;
	border-radius: 6px;
	background-color: white;
	padding: 10px 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    min-width: 200px;
}
.webpage-section-form {
	border: 1px solid #eaedf5;
	border-radius: 6px;
	background-color: white;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    min-width: 200px;
}
.webpage-body h2 {
    font-size: 1.7em;
}
.webpage-body h4 {
    font-size: 14px;
    margin: 10px 0 20px 0;
    padding: 0;
    font-weight: 700;
    position: relative;
    text-align: center;
    z-index: 1;
}
/*
.webpage-body h4 span { 
    background: #fff; 
    padding: 0 10px; 
}
.webpage-body h4:before {
    border-top: none; 
    content:"";
    margin: 0 auto; 
    position: absolute; 
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}
.webpage-body h4:after {
    border-bottom: 1px dotted #363d4957;
    content: "";
    margin: 0 auto; 
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 100%;
    z-index: -1;
}
*/
.circle-icon-section {
    background: #363d49;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px !important;
    vertical-align: middle;
    margin-right: 8px;
    /*padding: 10px;*/
}
.form-detail select {
    background-color: white;
    width: 100%;
    padding: 11.5px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.form-detail input, .form-detail textarea {
    padding: 11.5px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.form-detail input:disabled {
    background-color: #e9e9e9;
    color: #737373;
    -webkit-text-fill-color: #737373;
    opacity: 1; /* required on iOS */
}


.form-detail input[type=text] {
    height: 45px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield;
}
.form-row-last {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.form-row-last span {
    flex: 1;
    text-align: right;
    padding: 0 10px;
}
.cta-button {
    padding: 11.5px 30px;
    border-radius: 0px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;    
    background-color: #363d49;
    border: none;
    color: white;
    margin-top: 20px;
    white-space: normal;
}
.form-detail .submit {
    background-color: #363d49;
    border: none !important;
    color: white;
    cursor: pointer;
    white-space: normal;
    font-size: 13px;
    margin: 0 10px;
}
.form-detail .form-row input:focus {
	border: 1px solid #363d49;
	/*border-right: 3px solid #1866b9;*/
}
.form-detail input.error {
	border: 1px solid #cc0808 !important;
}
.form-detail textarea.error {
	border: 1px solid #cc0808 !important;
}
/*.form-detail input.valid {
	border: 1px solid green !important;
}*/
.select2-selection.error {
	border: 1px solid #cc0808 !important;
}
.errorTxt label.error {
    color: #cc0808;
    font-size: 11px;
    margin-bottom: 2px;
}
.inputInfo {
    color: #8d8d8d;
    font-size: 11px;
    margin: -1px 0 3px 1px;
}
.errorTxt {
    padding-top: 5px;
    padding-left: 1x;
}
.input-disabled-fake {
    background-color: #e9e9e9;
    color: #737373;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 45px;
    vertical-align: middle;
}
.form-row {
    margin: 10px 0;
    padding: 0 15px;
}
.options-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    text-align: center;
}
.options-boxes .options-boxes-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    border-radius: 6px;
    margin: 10px;
    box-shadow: 0px 0px 8px -2px #dbdbdb;
    text-decoration: none;
    padding: 15px 5px;
    cursor: pointer;
}
.options-boxes .options-boxes-select:hover {
    box-shadow:inset 0px 0px 0px 1px #363d49;
    border: 1px solid #363d49;
    background-color:  #f0f0f0;
}
.options-boxes .options-boxes-icon {
    padding-bottom: 10px;
}
.options-boxes .options-boxes-text {
    font-size: 1.2em;
    color: #363d49;
    font-weight: bold;
}
.options-title {
    font-size: 1.6em;
    text-align: center;
    color: #363d49;
    font-weight: bold;
    padding-bottom: 20px;
}

.checkbox-departement {
    display: none;
}

.option-site {
    display: block;
    margin: 15px;
    padding: 15px;
    border: 1px solid grey;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}
.option-site:hover {
    box-shadow:inset 0px 0px 0px 1px #363d49;
    border: 1px solid #363d49;
    background-color:  #f0f0f0;

}
.section-site {
    overflow: hidden;
    opacity: 0;
    height: 0;
}
/* Gestion Guadeloupe */
input#guadeloupe:checked ~ div.options-boxes label[for='guadeloupe'] {
    box-shadow:inset 0px 0px 0px 1px #363d49;
    border: 1px solid #363d49;
    background-color:  #f0f0f0;
}
input#guadeloupe:checked ~ div.options-boxes label[for='martinique'] {
    opacity: 0.8;
}
input#guadeloupe:checked ~ #guadeloupe-sites {
    opacity: 1;
    height: 100%;
    transition: opacity 500ms linear;
}

/* Gestion Martinique */
input#martinique:checked ~ div.options-boxes label[for='martinique'] {
    box-shadow:inset 0px 0px 0px 1px #363d49;
    border: 1px solid #363d49;
    background-color:  #f0f0f0;
}
input#martinique:checked ~ div.options-boxes label[for='guadeloupe'] {
    opacity: 0.8;
}
#martinique:checked ~ #martinique-sites {
    opacity: 1;
    height: 100%;
    transition: opacity 500ms linear;
}

/* Gestion des bouquets */

#select-bouquet {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    text-align: center;
}
#select-bouquet .bouquets-boxes-select {
    display: flex;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
    border-radius: 8px;
    margin: 10px;
    box-shadow: 0px 0px 8px -2px #dbdbdb, inset 0px 0px 0px 1px #dfdfdf;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    border: 2px solid transparent;
}
#select-bouquet input[type=radio] {
    display:none;
}
#select-bouquet input[type=radio]:checked + .bouquets-boxes-select {
    box-shadow: 0px 0px 15px #0f44673b;
    border: 2px solid #2980b9;
}
#select-bouquet input[type=radio]:not(:checked) + .bouquets-boxes-select {
    opacity: 0.7;
    background-color:  #f8f8f8;
}

.select-bouquet-title {
    position: relative;
    background-color: #2980b9;
    border: 2px solid #2980b9;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 6px 6px 0 0;
}
.select-bouquet-subtitle {
    font-weight: bold;
    padding: 10px 5px;
    background-color: #ededed;
    border-bottom: 1px dotted #b1b1b1;
}
.select-bouquet-text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}
.bouquet-star {
    position: absolute;
    top: -12px;
    right: -15px;
}
.star-shadow {
  -webkit-filter: drop-shadow( 0px 2px 1px rgba(85, 85, 85, 0.7));
  filter: drop-shadow( 0px 2px 1px rgba(85, 85, 85, 0.7));
}
#confetti {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    pointer-events: none;
    background-color: transparent;
  }
  
/* Cookie Notification */
.cookie-notification {
    background-color: #fff;
    position: fixed; 
    bottom: 0; 
    border-top: 1px solid #ccc; 
    box-shadow: 0px 2px 8px #9f9e9e;
    width: 100%;
    z-index: 9999;
}
.cookie-notification-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.cookie-notification-row p {
    flex: 1 1 320px;
}
.cookie-notification-row button {
    margin: 0 10px;
    background-color: black; 
    border: none; 
    color: white; 
    padding: 13px; 
    cursor: pointer; 
    max-height: 40px; 
    font-size: 12px; 
    position: relative
}
.back-section {
    margin: 5px 10px 0 10px;
    color: #747474;
}
a.back-link {
    color: #747474;
    text-decoration: none;
}

.section-form-title {
    display: flex;
    background-color: #363d49; 
    color: #fff;
    border-radius: 6px 6px 0 0;
    align-items: center;
    font-size: 1.1em;
    margin-bottom: 20px;
}
.section-form-title span {
    flex: 1;
}
.section-form-title i {
    padding: 10px;
}
.price-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}
.price-summary div {
    padding: 10px;
    font-size: 13px;
}
.price-total {
    background-color:#34495e;
    font-weight: bold;
    color: #fff;
}
.price-overlay {
    display: none;
    z-index: 2;
    background-color: #fff;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.price-overlay-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Spinner formulaire */
#loading {
    width: 5em;
    height: 5em;
    padding: 8px;
    border-radius: 50%;
    background: linear-gradient(to right, #405870, #2980b9);
    animation: spin 1s linear infinite;
  }
  #loading .loading-hole {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  /* Spinner paiement */

.payment-overlay {
    z-index: 2;
    background-color: transparent;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.payment-overlay-flex {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#payment-loading {
    width: 5em;
    height: 5em;
    padding: 8px;
    border-radius: 50%;
    background: linear-gradient(to right, #405870, #2980b9);
    animation: spin 1s linear infinite;
  }
  #payment-loading .loading-hole {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  /* Pour faire clignoter le panneau deadline */
.message-warning {
    color: #e7304d;
    animation: blink 1s ease-in infinite;
    padding: 0 3px;
  }
  @keyframes blink {
    from, to { opacity: 1 }
    50% { opacity: 0.3 }
  }

  
/* Responsive */
@media screen and (max-width: 991px) {
	.webpage-body {
		width: auto;
		margin: -30px 10px 0 10px;
    }
}
@media screen and (max-width: 760px)
{
    #ismobile { /* permet de savoir si l'affichage est fait sur mobile */
        display: none; 
    }
}