/*
 * Tamalou location style sheet.
 */

/*
 * Général style.
 */

body{
    background: #e9ffd6ff url(background/background.jpg) no-repeat fixed center;
}

.center{
    text-align: center;
}

/*
 * Style for the divs.
 */

.head{
    background-color: #7b9ec0ff;
    text-align: center;
    width: 80%;
    height: 10%;
    border-radius: 10px;
    font-size: 16px;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.title{
    background-color: #5078a0ff;
    text-align: center;
    border-radius: 100px;
    width: 50%;
    font-size: 18px;
    margin: auto;
}

.body{
    background: #95a5a6ff;
    padding-top: 1%;
    border-radius: 50px;
    width: 98%;
    margin: auto;
}

.bodytexte{
    opacity:0.9;
    margin-left: 3%;
    margin-right: 3%;
    font-size:16.5px;
}

.bodytitle{
    background-color: #5078a0ff;
    border-radius: 100px;
    width:50%;
    margin: auto;
    margin-bottom: 30px;
}

.bodyask{
    background-color: #7f8c8dff;
    border-radius: 100px;
    margin-left: 2%;
    width:33%;
    transition: all 0.5s;
}

.bodyask h3{
    transition: 0.3s;
    position: relative;
    margin-left: 3%;
    margin-bottom: 20px;
}

.bodyask h3:after{
    transition: 0.5s;
}

.bodyask:hover h3{
    padding-left: 2%;
}

.bodyask:hover h3:after{
    opacity: 1;
    right: 20px;
}

/*
 * Style for the buttons
 */
.buttonlink {
    display: inline-block;
    border-radius: 10px;
    background-color: #3498dbff;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    width: 250px;
    box-shadow: 0 9px #999;
    transition: all 0.15s;
    cursor: pointer;
    margin: 5px;
}

.buttonlink span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonlink span:after {
    content: '->';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonlink:hover span {
    padding-right: 25px;
}

.buttonlink:hover span:after {
    opacity: 1;
    right: 0;
}

.buttonlink:active{
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.bodymail{
    text-align: center;
}

/*
 * Défilement photo
 */
#photo{
    padding-top: 20px;
    width:60%;
    max-width: 80%;
    margin: auto;
    padding-bottom: 20px;
}

.d-md-block h2{
    border-radius: 10px;
    background-color:grey;
    opacity: 0.8;
    color:black;
}

.carousel-item img {
    border-radius: 10%;
}

footer{
    margin: auto;
    width:70%;
    text-align: center;
    margin-top: 20px;
    background-color: black;
    border-radius:20px;
    color: white;
}


#prix{
    margin: auto;
    text-align: center;
    border-collapse: collapse;
}

#prix table, th, td {
    border: 2px solid black;
}

#prix th, td {
    width:25%;
    border: 2px solid black;
}

#prix th {
    font-size: 20px;
    background-color: #6fb6e6ff;
}

.clair{
    background-color:#c9c9c9ff;
}

.clairc{
    background-color:#b2b2b2ff;
    color:#363636ff;
}

.clairf{
    background-color:#9a9a9aff;
}

A{
    color:#3498dbff;
}
