@import url(fonts/fonts.css);

body {
    color: #202020;
    font-family: CormorantGaramond, serif;
    font-size: medium;
    font-variant: normal;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}

h2 {
    margin: 2px;
    font-weight: 600;
}

h3 {
    border-bottom: #303078 1px solid;
    color: #303078;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    text-indent: 0;
    overflow: hidden;
}

h4 {
    font-weight: 600;
    margin: 0;
}

p {
    margin: 5px 0;
    text-indent: 0;
}

#corps {
    margin: auto;
    width: 88%;
}

#logo {
    max-width: 887px;
    width: 60%;
    margin-top: 30px;
    margin-bottom: 15px;
}

#soustitre {
    font-size: 30px;
    font-style: italic;
    margin: 0px auto 20px;
    text-align: center;
    width: 60%;
    font-weight: 300;
}

#chapeau {
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

#container {
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.item {
    width: 40%;
    min-width: 200px;
    flex-grow: 1;
    margin: 20px;
}

ul {
    padding-left: 25px;
}

li {
    margin-top: 2px;
    margin-bottom: 2px;
}

.firstlevel {
    padding-left: 13px;
}

.firstlevel > li {
    margin-top: 6px;
    margin-bottom: 6px;
}

#downloadblock {
    max-height: 180px;
    max-width: 200px;
    margin: 0 auto 50px;
    background-color: #f5f5f5;
}

.colonnecentrale, .colonnedroite, .colonnegauche {
    margin: 10px 0;
}

.colonnecentrale {
    clear: both;
    width: 100%;
}

.partie {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-indent: 30px;
}

img {
    border: none;
}

a {
    border: none;
    color: #909090;
    text-decoration: underline;
}

a:hover {
    border: none;
    text-decoration: underline overline;
}

#pieddepage {
    clear: both;
    float: none;
    font-style: italic;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 70%;
}

#pieddepage, #pieddepage a {
    color: rgb(204, 204, 204);
}

#drapeaux {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.drapeau {
    height: 30px;
    width: 30px;
    margin: 5px;
}

.marque {
    font-family: CormorantGaramond, serif;
    font-style: normal;
    font-weight: 500;
}

strong {
    font-weight: 600;
}

.centerdiv {
    margin: auto;
    text-align: center;
}

.bordered {
    border: #303078 solid 1px;
    margin: 20px 30px 10px 30px;
    padding: 10px;
    border-radius: 20px;
}

#logophylica {
    float: left;
    height: auto;
    margin: 10px;
    max-width: 80%;
    width: 200px;
}

.icon {
    margin-bottom: 0;
    text-align: center;
    width: 80px;
}

.legende {
    text-align: center;
    font-style: italic;
    color: #AAAAAA;
    margin-top: -15px;
}

.lienstore {
    margin: 10px auto;
}

#contact {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    border: #303078 1px solid;
}

.contenucolonne {
    width: 100%;
    overflow: hidden;
}

#engagement {
    margin-top: 10px;
}

#hidelink {
    display: none;
    text-align: center;
    margin-top: -10px;
}

#showlink {
    text-align: center;
    margin-top: -10px;
}

.history {
    display: none;
}

#glute {
    margin-bottom: 30px;
}