﻿
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 8%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*! border: 1px solid #888; */
    width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.6s;
}
.modal-header {
    background-color: #5bb771;
    color: white;
    height: 200px;
}

.modal-body {
    padding: 40px 10px;
}

.modal-footer {
    padding: 0px 0px 15px 0px;
    text-align: center;
}

/*.modal-icon {
    background-image: url(../images/ServiceFermeChouette.png);
    height: 100%;
    background-repeat: no-repeat;*/
    /*! width: 123px; */
    /*background-size: contain;
    background-position: center;
    transform: scale(0.5);
}*/

.modal-button-close {
    border: solid 1px #5bb771;
    font-family: 'Overpass Thin', Arial, sans-serif;
    color: #5bb771;
    padding: 4px 15px 0px 15px;
    line-height: 2em;
}

.modal-body .modal-body-title, .modal-body .modal-body-ouverture, .modal-body .modal-body-message {
    display: block;
    text-align: center;
}

.modal-body .modal-body-title {
    font-family: 'Overpass Light', Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    display: none;
}

.modal-body .modal-body-ouverture {
    padding: 15px 0px;
    font-family: 'Overpass', Arial, sans-serif;
    color: #5bb771;
    font-size: 17px;
}

.modal-body .modal-body-message {
    font-family: 'Overpass Thin', Arial, sans-serif;
    color: #7b7b7b;
    font-size: 14px;
    box-shadow: 2px 2px 10px 0px #dfdfdf;
    padding: 20px 10px;
}

.modal-body .modal-info {
    font-family: 'Overpass', Arial, sans-serif;
    border: solid 2px #7b7b7b;
    width: 26px;
    display: inline-block;
    font-size: 20px;
    height: 26px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    margin-right: 25px;
}
