/*
Theme Name: 2artcorps
Version: 1.0
.
.
.
*/

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



.container {
    margin: auto;
    width: 95%;
}

.master-container {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


html {
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
    width: 100vw;
}


/* ================================================ */
/* nav */



li{
  list-style-type: none;
}

a{
  text-decoration: none;
  color: #fff;
  padding: 7px 15px;
  box-sizing: border-box;
}

#menu{
    z-index: 10000;
}

#menu a {
    font-size: 1.35rem;
}

#menu a:hover{
  background-color: #333;
  border-bottom: 3px solid rgb(87, 87, 87);
  transition: 0.2s;
}

nav{
  background: #444;
  position: fixed;
  width: 100%;
  z-index: 100;
}

ul{
  display: flex;
}

div#menu{
  flex: 0 1 400px;
  justify-content: center;
}


#menu li{
  flex: 0 1 calc(100%/5);
}


/* ================================================ */



header {
    border-bottom: 2px solid #000;
    padding: 1vh 0;
    position: fixed;
    z-index: 100;
    width: 100%;
}

h1 {
    color: #fff;
    font-family: 'Square Peg', cursive;
    font-size: 3.5rem;
    /* margin-right:50%; */
}

h2,
h4 {
    font-family: 'Domine', serif;
}

p,
a {
    font-family: 'Chivo', sans-serif;
}




/**************************************/

.header{
    padding: 10vh;
}

.header_img{
    width: 450px;
    padding: 5vh 0;
    margin: auto;
    /* position: absolute;
    top: 175px;
    left: 300px; */
}

.header_haut img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.header_text p {
    font-size: 1.5rem;
}

.header_text {
    background-color: #F9F9F9;
    box-shadow: inset 2px 2px 2px #9e9e9e;
    opacity: 0.8;
    border-radius: 5px;
    padding: 20px;
    /* position: absolute;
    top: 68vh;
    left: 30vw; */
}

/****Sous_menu*************/
.menu-sous_menu-container li {
    position: relative;
    border: 1px solid #000;
}

.menu-sous_menu-container ul ul {
    display: none;
    position: absolute;
    width: 100%;
}

.menu-sous_menu-container ul ul li a {
    padding-left: 20px;
}

.menu-sous_menu-container ul li:hover>ul,
.menu-sous_menu-container ul li:active>ul {
    display: block;
    padding-top: 5vh;
}

.sous_menu_flex {
    display: flex;
}

.sous_menu li a {
    color: #000;
    padding: 5vh 6vw;
    font-size: 1.2rem;
    margin: auto;
}


.sous_menu li {
    padding: 5vh 0;
    width: 25vw;
    text-align: center;
}

#menu-item-77,
#menu-item-184,
#menu-item-185,
#menu-item-186 {
    background-color: rgb(82, 82, 82);
}

#menu-item-76,
#menu-item-187,
#menu-item-188,
#menu-item-189 {
    background-color: rgb(116, 115, 115);
}

#menu-item-75,
#menu-item-190,
#menu-item-191,
#menu-item-192 {
    background-color: rgb(168, 167, 167);
}

#menu-item-74,
#menu-item-193,
#menu-item-194,
#menu-item-195 {
    background-color: rgb(239, 237, 237);
}

/*******Les nouveautés**********************************/
.section_haut {
    padding: 10vh 0;
}

.section_haut h2 {
    padding-bottom: 8vh;
    font-size: 2rem;
}

.section2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
}

.section2__image {
    display: block;
}

.section2__image img {
    width: 100%;
    display:block;
}

.card {
    padding-bottom: 5vh;
    border-bottom: 1px solid #9f9d9d3d;
}

.card:last-child{
    border-bottom: none;
}

.card__texte {
    text-align: center;
}

.card__texte h4 {
    font-size: 1.5rem;
}

.btn_avantage {
    text-decoration: none;
    padding: 1rem;
    border-radius: 5px;
    color: #000;
    background-color: #cecbcb96;
    margin-right: 5vw;
}

.btn_avantage:hover {
    background-color: #000;
    color: #fff;
}

.btn_news {
    text-align: right;
}



/**************Les expo************************************/
.section_bas {
    padding: 5vh 0;
    background-color: rgb(215, 215, 215);
}

.section_bas h2 {
    font-size: 2rem;
    padding-bottom: 3vh;
}

.expo {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    
}

.expo div img {
    display: block;
    width: 100%;
}


.expo_card1 {
    display: block;
    max-width: 45%;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 3px 3px 19px;
    margin: 3rem auto;
}
.expo_card2 {
    display: block;
    max-width: 45%;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 3px 3px 19px;
    margin: 3rem auto;
}

.lieux_dates {
    margin: 10px;
}

/*******************************************************************************************************************************************************
*****Taxo**************************************************/

.titre_taxo {
    color: #000;
}

.oeuvres_taxo img{
    display: block;
    width: 100%;
}

/**************************************************************************************************************
**************oeuvres*******************************************************************************************/

.card_all {
    border-radius: 8px;
    margin: 1rem 2rem;
    box-shadow: 1px 6px 17px 0px #5E5E5E;
    text-align: center;
    padding: 1vh;
    max-width: 90%;
    min-width: fit-content;
    margin-bottom: 5vh;
}

.card_all__btn {
    margin-bottom: 20px;
}

.btn-voir-plus {
    background-color: white;
}

.img_radius {
    border-radius: 8px;
    display:block;
    width:100%;
}


.oeuvres_all {
    padding-top: 15vh;
}

.oeuvres_all h1 {
    margin-top: 1vh;
    color: #000;
    text-align: center;
    font-size: 5rem;
}

.oeuvres_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    padding: 1vh 0;
}

.oeuvres_grid__image {
    display: flex;
    justify-content: center;
    margin-bottom: 2vh;
}

.card_all__texte h4 {
    font-size: 2rem;
    font-weight: bold;
}

.card_all__texte p {
    padding: 15px 0 30px 0;
}

.card_all__btn a {
    color: #000;
    padding: 2%;
    border: #000 1px solid;
    border-radius: 5px;
    text-decoration: none;
}

.card_all__btn a:hover {
    color: #fff;
    background-color: #000;
}


.img_cadre {
    border-radius: 10px;
    box-shadow: 1px 6px 17px 0px #5E5E5E;
    display: block;
    width: 100%;
}

.titre_oeuvre {
    text-decoration: underline;
}

.description_oeuvre {
    background-color: #c1bcbc8f;
    box-shadow: 1px 6px 17px 0px #5E5E5E;
}


/***********************************************************************************
******************taxo******************************/

.taxonomy {
    padding: 15vh 0;
    min-height: 95vh;
}


.taxonomy h2 {
    text-align: center;
    font-size: 2rem;
    padding-bottom: 2vh;
    margin-top: 5vh;
}

.taxonomy_all {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    text-align: center;
}

.taxonomy_all a {
    color: #000;
    padding: 5vh 5vw;
    margin: 2vh 2vw;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid rgb(49, 49, 49);
}

.taxonomy_all a:hover {
    background-color: rgb(49, 49, 49);
    color: #fff;
    text-decoration: solid;
}

.oeuvres_taxo {
    border-radius: 5px;
    box-shadow: 1px 6px 17px 0px #5E5E5E;
    margin: 5vw;
    text-align: center;
}

/****************taxo_single**************************/

.taxo_single {
    padding: 15vh 0;
}

.titre_taxo {
    text-align: center;
    padding: 4vh;
    font-size: 4rem;
}

.flex_taxo__single {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
}

.flex_taxo__single h4 {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 2vh;
}


/* ***********************************************************************************************************
************    SINGLE-OEUVRES  ********************************************************************************/

.oeuvre {
    padding: 15vh 0;
}

.flex_oeuvre {
    display: flex;
    width: 100%;
    justify-content: center;
}

.titre_oeuvre {
    text-align: center;
    font-size: 1.5rem;
    margin: 7vh 0;
}

/* 
.image_oeuvre {
    width: 60%;
} */

.taille_image_oeuvre {
    width: 100%;
}

.single_text {
    width: 40%;
    margin-left: 4vw;
}

.description_oeuvre {
    text-align: left;
    font-size: 1.2rem;
    justify-content: center;
    margin-bottom: 50px;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 5px;
}

.flex_taxo {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.taxo {
    margin-bottom: 30px;
}

.taxo a {
    text-decoration: none;
    color: #000;
    margin-right: 5px;
    padding: 10px;
    border: #000 solid 1px;
    border-radius: 5px;
}

.taxo a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: underline;
}


/* ***********************************************************************************************************
************    PAGE CONTACT  ********************************************************************************/

/***taille police catégories***/
#form_box .wpforms-field-label {
    font-size: 20px;
}

/***phrase d'accueil***/
.Accueil_contact_texte {
    text-align: center;
    padding-top: 25vh;
    font-size: 40px;
}

/****bouton envoyer***/
#wpforms-submit-125 {

    background-color: black;
    color: white;
    border-radius: 5px;
}

/***champs nom***/
#wpforms-125-field_0 {

    width: 30vw;
}

#wpforms-125-field_0-container {
    margin: 10vh 0 -15px 0;
}

/***champs mail***/
#wpforms-125-field_1 {

    width: 30vw;
}

#wpforms-125-field_1-container {
    margin: 10px 0 -15px 0;
}

/***champs pays***/
#wpforms-125-field_4 {

    width: 30vw;
}

#wpforms-125-field_4-container {
    margin: 10px 0 -15px 0;
}

/***champs votre site***/
#wpforms-125-field_5 {

    width: 30vw;
}

#wpforms-125-field_5-container {
    margin: 10px 0 -15px 0;
}

/***champs message***/
#wpforms-125-field_2 {

    width: 50vw;
}

#wpforms-125-field_2-container {
    margin: 10px 0 -15px 0;
}

/***champs nbre characters***/
#wpforms-field-limit-text-125-2 {
    margin-left: 35vw;
}

/***champs être informé***/
#wpforms-125-field_6-container {
    margin: 25px 0 25px 0;
    display: flex;
}

#wpforms-125-field_6_1 {
    margin-top: 8px;

}

#form_box .wpforms-field-label-inline {
    margin-top: 5px;
}

div.wpforms-container-full .wpforms-form ul li:last-of-type {
    margin-top: 7px !important;
    display: flex !important;
    justify-content: center !important;
    }

.wpforms-submit-container {
    text-align: center;
}

/****************************************************************************************
*********** FOOTER  ********************************************************************/


/******************Mentions légales********************************/

.mentions_legales {
    padding: 15vh 0;
}

.mentions_legales h2 {
    text-align: center;
    font-size: 2rem;
    padding-bottom: 5vh;
}


footer {
    background-color: #262626;
    min-width: fit-content;
    bottom: 0;
}

.flex_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro{
    width: 50%;
    margin: 10%;
}

.pro img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

footer p {
    padding-top: 2rem;
    font-size: 0.9rem;
    color: #fff;
}

.fa-instagram {
    font-size: 2.5rem;
    display: flex;
    justify-content: end;
}

.copy {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.copy a {
    text-decoration: none;
    color: #fff;
}

.copy a:hover {
    color: #fff;
}

.mention{
    padding-top: 2rem;
    font-size: 0.9rem;
}


#form_box {
    width: 90vw;
}




