/*
 * Author:        Pierre-Henry Soria <hi@ph7.me>
 * Copyright:     (c) 2018-2020, Pierre-Henry Soria. All Rights Reserved.
 * License:       CC BY <http://creativecommons.org/licenses/by/3.0/>
 */

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .9rem;
    color: #333;
    background-size: cover;
    opacity: .8;
    margin-top: 20px;
    margin-bottom: 40px;
}

body#english {
    background: url(../img/background.jpg) repeat-y;
}

body#french {
    background: url(../img/fond-ile.jpg) repeat-y;
}

h1 {
    text-transform: uppercase;
}

.center, #container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#container {
    background-color: #fff;
    color: #222;
    line-height: 1.9rem;
    border-radius: 15px;
    margin-top: 5%;
    padding: 10px 22px 0 22px;
    width: 80%;
    border: 1px solid #e6e5dc;
}

#container a {
    color: #08c;
}

#container img {
  border-radius: 25px;
}

#soriaVideo {
    width: 560px;
    height: 315px;
}

header {
    text-shadow: 0 .9em #fff, 0 0 8px rgba(255, 255, 255, .6);
    margin-bottom: 40px;
}

footer {
    font-size: 11px;
    margin-top: 80px;
    padding: 1px 10px;
    clear: both;
    border-top: 1px dotted #999;
}

footer, footer a {
    color: #8B0000 !important;
}

.small {
    font-size: x-small;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.social-icon {
    border-radius: 10px;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.social-icon a {
    margin-right: 2px;
}

@media (min-width: 600px) {
    .social-icon {
        max-width: 650px;
    }

    .social-icon a {
        opacity: .7;
        transition: opacity .35s ease-in-out;
        -webkit-transition: opacity .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out;
        -o-transition: opacity .35s ease-in-out;
        -ms-transition: opacity .35s ease-in-out;
        -khtml-transition: opacity .35s ease-in-out;
    }

    .social-icon a:hover {
        opacity: 1;
    }
}

abbr {
    border-bottom: 1px dotted #666;
}

img, video, iframe {
    max-width: 100%;
}

.bold {
    font-weight: bold;
}

ul {
    list-style-type: none;
}
