* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: 'Helvetica', sans-serif;
    height: 100%;
    position:relative;
}

.mobile {
    display: none !important;;
}

/* ACCUEIL */

h1 {

    font-size: 1.9em;
    margin-bottom: 14px;

}

.mini-logo-container {
    height: 40px;
}

.mini-logo {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.mini-logo img {
    height: 100%;
    width: 100%;
}

#acceuil {
    height: 100%;
    width: 100%;
}

#acceuil p {
    margin-bottom: 20px;
}


#image-principale {
    position: absolute;
    width: 40%;
    bottom: 0px;
    right: 0px;
}

#title-container {
    width: 60%;
    text-align: center;

    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

#title-container img {
    display: block;
    margin: auto;
    margin-bottom: 5%;
}

#title-container h2 {
    margin-bottom: 5%;
}

#title-container h1, #title-container h2, #title-container  {
    display: block;
    text-align: center;
}

#title-container a {
    display: block;
    color: black;
    margin-bottom: 3%;
    text-decoration: none;
}

#title-container a:hover {

    font-size: 1.2em;
    transition: 0.3s;
}




.separation {
    height: 14px;
    background-color: #F5F5F5
}

/* ACTUALITE */


#actualite-container{
    padding: 20px;
    display: block;
    height: 90vh;
    overflow:hidden
}

.actualite-article{
    display: flex;
}

#expositions-container img {
    max-width: 100%;
}


.actualite-image-container {
    position: relative;
    display: flex;    
    flex: 2;
    margin: 10px;
}

.actualite-image-container img {
}


.actualite-text-container{
    position: relative;
    flex: 2;
}

.actualite-text-container p {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* GALERIE */


#galerie-container {
    background-color: #F7F7F8;
    padding-top: 5%;
    padding-bottom: 1%;
}

#galerie-header {
    display: block;
    background-color: white;
    overflow:hidden;
}

#galerie-header h3 {
    font-size: 1.6em;
    display: block;
    text-align: center;
    float: left;
    width: 50%;
    margin-top: 22%;
    margin-bottom: 5%;
}

#image-galerie-header {
    float: right;
    width: 50%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.sculpture-container {
    background-color: white;
    display: flex;
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    margin-bottom: 80px;
}

#coco-le-singe {
    background: none !important;
}

.sculpture-container .sculpture-image-container {
    position: relative;
    width: 50%;
    height: 100%;
    padding: 50px;
}

.sculpture-container .sculpture-image-container img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}



.sculpture-container .sculpture-description-container{
    width: 50%;
    position: relative;
}


.sculpture-container .sculpture-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}


.sculpture-description h4 {
    margin-bottom: 50px;
    font-size: 1.8em;
}

.sculpture-description .dimensions {
    margin-bottom: 10px;
}

.sculpture-description .link {
    color: blue;
    text-decoration: none;
}

#artiste-container {
    height: 90%;
    padding-top: 40px;
}

#logo-fond {
    position: absolute;
    z-index: 1;
    display: block;
    height: 80%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.artiste-portrait-container {
    flex: 1;
    position: relative;
    z-index: 2;
    display: block;
}


.artiste-portrait-container img {

}


.artiste-text-container {
    flex: 1;
    position: relative;
    z-index: 2;
    display: block;
}



#artiste-container h4 {
    font-size: 1.8em;
    text-align: center;
    margin-top: 6%;
}


.artiste-sub-sontainer {

    display: flex;
    height: 90%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}

.artiste-sub-sontainer .artiste-portrait-container {
    flex: 1;
    padding: 50px;
}

.artiste-sub-sontainer .artiste-portrait-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.artiste-sub-sontainer .artiste-text-container {
    flex: 2;
    width: 80%;
}


.artiste-sub-sontainer .artiste-text-container p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;

}


#contact-container h4 {
    margin-top: 50px;
    text-align: center;
}

/* EXPOSITIONS */

#expositions-container h3 {
    margin: 30px;
    font-size: 1.8em;
    overflow: hidden;
}

#expositions-container .actualite-article {
    height: 50vh;
}


.two-block {
    display: flex;
    height: 90%;
    width: 100%;
    overflow: hidden;
    height: 60vh;
}

.two-block .sub-container {
    position: relative;
    display: flex;
    flex:2; 
}

.two-block .sub-container img {
    max-width: 100%;
    height: fit-content;
}


#logo-animalart-bruxelle, #logo-animalart-paris {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
}

/* TEMOIGNAGE */

#temoignage-container {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  text-align: justify
}



#name-temoignage {
    text-align: right;
}

/* FORMULAIRE */

.form-style-7{
    max-width:400px;
    margin:50px auto;
    background:#fff;
    border-radius:2px;
    padding:20px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-7 h1{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #5C5C5C;
    font-size:x-large;
}
.form-style-7 ul{
    list-style:none;
    padding:0;
    margin:0;
}
.form-style-7 li{
    display: block;
    padding: 9px;
    border:1px solid #DDDDDD;
    margin-bottom: 30px;
    border-radius: 3px;
}
.form-style-7 li:last-child{
    border:none;
    margin-bottom: 0px;
    text-align: center;
}
.form-style-7 li > label{
    display: block;
    float: left;
    margin-top: -19px;
    background: #FFFFFF;
    height: 18px;
    padding: 2px 5px 2px 5px;
    color: #B9B9B9;
    font-size: 14px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.form-style-7 input[type="text"],
.form-style-7 input[type="date"],
.form-style-7 input[type="datetime"],
.form-style-7 input[type="email"],
.form-style-7 input[type="number"],
.form-style-7 input[type="search"],
.form-style-7 input[type="time"],
.form-style-7 input[type="url"],
.form-style-7 input[type="password"],
.form-style-7 textarea,
.form-style-7 select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-7 input[type="text"]:focus,
.form-style-7 input[type="date"]:focus,
.form-style-7 input[type="datetime"]:focus,
.form-style-7 input[type="email"]:focus,
.form-style-7 input[type="number"]:focus,
.form-style-7 input[type="search"]:focus,
.form-style-7 input[type="time"]:focus,
.form-style-7 input[type="url"]:focus,
.form-style-7 input[type="password"]:focus,
.form-style-7 textarea:focus,
.form-style-7 select:focus
{
}
.form-style-7 li > span{
    background: #F3F3F3;
    display: block;
    padding: 3px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.form-style-7 textarea{
    resize:none;
}
.form-style-7 input[type="submit"],
.form-style-7 input[type="button"]{
    background: #2471FF;
    border: none;
    padding: 10px 20px 10px 20px;
    border-bottom: 3px solid #5994FF;
    border-radius: 3px;
    color: #D2E2FF;
}
.form-style-7 input[type="submit"]:hover,
.form-style-7 input[type="button"]:hover{
    background: #6B9FFF;
    color:#fff;
}




