@charset "UTF-8";
/* CSS Document */
body{
    background-color: white;
    margin: 0;
    font-family:'Muli', sans-serif;
    font-size: 12px;
}
.wrapper{
    margin: 0;
    text-align: center;
}
main{
    margin: 0px auto;
    background-color: white;
    width: 100%;
}
header{
    background-image:url( "../image/motif1.svg");
    background-repeat: repeat;
    background-color: rgba(255,255,255,0.64);
    margin: auto;
    height: 65px;
    width: 100%;
    position:fixed;
    display: flex;
    align-items:center;
    z-index: 100;
}

nav{
   width: 100%;
   display: flex;
   justify-content: flex-end;  
   margin: 0; 
}

ul{
    display: flex; 
    margin-right: 20px;
}

li{ 
    list-style: none;
}

nav ul li a{
    color: black;
    font-family:'Muli', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 15px 0 0;  
}
nav ul li a:hover{
    color: #F8FF00;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}

.logo_header_pc{
    color: #000000;
    font-family: 'Muli', sans-serif;
    font-size: 25px;
    width: 100px;
    margin-left: 20px;
}

.main_visual{
    background-color: aqua;
    height: 325px;
    width: auto;
    margin: auto;
    padding: 100px 0; 
}

.back_motif{
    background: url("../image/motif_backfround.svg");
    background-repeat: repeat;
    background-size: 60%;
    width: 100%;
}

.logo{
    color: #000000;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    margin: auto;
    margin-top: 5px;
    text-align: center; 
}

.number{
    background-image: url("../image/number.jpg");
    width: 75px;
    height: 75px;
    border-radius: 100%;
    font-family: 'Muli', sans-serif;
    font-size: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFF8E;
    margin: auto; 
    margin-top: 20px;
}
.title{
    color: #000000;
    font-family: 'Muli', sans-serif;
    font-size: 36px;
    font-weight: 200;
    letter-spacing: 2px;
    border-bottom:  solid 1px;
    display: inline-block; 
    padding: 0 0 10px 0;
    margin: auto;
    margin-bottom: 50px;
}
.actu_wrapper{
    width: 100%;
    height: auto;
    margin: auto;
    background-color: white;
}
.actu{
    width: 240px;
    height: 240px;
    background-color: #FFFFFF;
    border: 1px solid  #CCD8CC;
    padding:10px;
    margin: 25px  auto 25px;
}
.expo_wrapper{
    margin: auto;
    width: 70%;
    height: auto;
    background-color:white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.expo_date1{
    font-family: 'Muli', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height:  0.7em;
    flex: initial;
}
.expo_date2{
    font-family: 'Muli', sans-serif;
    font-size: 15px; 
    flex: initial;
}


.expo_text{
    text-align: justify;
    margin: auto;
    width: 100%;
    min-width: 150px;
    padding: 10px;
    flex:1;
    background-color: white;
     
}

.about_wrapper{
    margin: auto;
    width: 70%;
    background-color: white; 
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}    

.about_image{ 
    background-image: url("../image/art13.jpg");
    width: 226px;
    height: 156px;
    background-position: center;
    background-size: cover;
    margin: auto;  
}

.art_wrapper{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    height: auto;
    margin: auto;
}

.art_cadre{
    width: auto;
    height: auto;
    background-color: white;
}


.art {
    width: 240px;
    height: 240px;
    background-color: #FFFFFF;
    border: 1px solid  #CCD8CC;
    padding:10px;
    margin: 0 20px 10px 20px;  
}

.art:hover{
    background-color: #FFFF8E;
    border: 1px solid  #CCD8CC;
    padding:10px;
}


.art_n{
    color: black;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin: 10px 0 0 0;
    margin-bottom: 20px;
}

.art_nom{
    color: black;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.more{
    display: inline-block;
    color: black;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    padding: 10px 0 10px 0;
    margin: 30px auto;
    text-decoration: none;
}
.more:hover{
    color: gray;
    background-color: yellow;
}

.categorie{
    width: 167px;
    height: 167px;
    margin: 10px;
    text-decoration: none;
}

.cat_1{
    background-image: url("../image/art14.jpg");
}
.cat_2{
    background-image: url("../image/art15.jpg");
}
.cat_3{
    background-image: url("../image/art17.jpg");
}
.cat_4{
    background-image: url("../image/art16.jpg");
}
.cat_1:hover, .cat_2:hover, .cat_3:hover, .cat_4:hover{
    opacity: 0.5;
    text-decoration: none;
}


.categorie_name{
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    color: white;
    margin: 130px 0 0 0;
    letter-spacing: 0.2em;
}

.text_space_large{
    margin: 8px 0 10px 0 ;
}

.map{
    padding: 10px;
    min-width: 150px;
}
footer{
    width: 100%;
    height: 100px;
    background-image: url("../image/motif1.svg");
    background-repeat: repeat;
    margin-top: 70px;
    padding: 10px 0 0 0;
    border-bottom: solid 6px #FFFF8E;
}

.sns{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
}
.sns_cercle{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #000000;
    margin: 20px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}