.navbar
{
    height: 2,5rem;
    background-color: #81A04B;
    /*background-color: beige;*/
    font-size: large;
    border-radius: 25px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*
.navbar-item
{
   border-radius: 75px;
   margin-left: 7px;
   margin-right: 7px; 
}

.navbar-dropdown
{
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 15px;
}

.navbar-dropdown:hover
{
    color: beige;
    background-color: #fcba03;
    border-radius: 15px;
}

.navbar-link
{
    background-color: #fcba03;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-link:hover
{
    color: #81A04B;
    background-color: beige;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
*/
#navbarEnd
{
    margin-right: 25px;
}

#logo
{
    margin-left: 120px;
    padding-top: 15px;
    padding-bottom: 0px;
}

body
{
    flex-flow: row;
    background-color: antiquewhite;
}

.container
{
    /*height: 2130px;*/
    margin-left: 30px;
    margin-right: 20px;
}

.columns
{
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    /*margin-bottom: 50px;*/
}

#column1
{
    min-height: 695px;
    height: 588px; /* 558, 598 ou 644 */
    /*min-width: 590px;*/
    border-radius: 23px;
    margin-left: 7px;
    margin-top: 15px;
    margin-right: 7px;
    padding-top: 0px;
}

#card1
{
    background-color: #fcba03;
    border-radius: 10px;
    margin-left: 13px;
    margin-right: 12px;
}

#card1H1
{
    text-align : center;
    background-color : beige;
    color : black;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#card1P1
{
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#card1Btn1
{
    background-color: beige;
    color: #fcba03;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

#card1Btn2
{
    color: beige;
    background-color: #81A04B;
    height: 35px;
}

#img1
{
    width: 380px;
    height: 380px;
    margin-top: 30px;
}

.title
{
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    color: black;
    margin-top: 25px;
}

/* ------------ COLUMN 2 ---------------- */

#column2
{
    min-height: 695px;
    height: 588px; /* 558, 598 ou 644 */
    border-radius: 23px;
    margin-left: 7px;
    margin-top: 15px;
    margin-right: 7px;
    padding-top: 0px;
}

#card2
{
    background-color: #81A04B;
    border-radius: 10px;
    margin-left: 13px;
    margin-right: 12px;
}

#card2H1
{
    text-align : center;
    background-color : beige;
    color : black;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#card2P1
{
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#card2Btn1
{
    background-color: beige;
    color: #fcba03;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

#card2Btn2
{

    color: #81A04B;
    background-color: #fcba03;
    height: 35px;
}

#img2
{
    width: 380px;
    height: 380px;
    margin-top: 30px;
}

/* ------------ COLUMN 3 ---------------- */

#column3
{
    min-height: 695px;
    height: 588px; /* 558, 598 ou 644 */
    border-radius: 23px;
    margin-left: 7px;
    margin-top: 15px;
    /*margin-right: 7px;*/
    padding-top: 0px;
}

#card3P1
{
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#card3Btn1
{
    color: #81A04B;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

#card3Btn2
{
    background-color: #81A04B;
    color: beige;
    height: 35px;
}

#img3
{
    width: 380px;
    height: 380px;
    margin-top: 30px;
}

/* ------------ MODAL WINDOW ---------------- */

.modal-content
{
    background-color:beige;
    width: 750px;
    border-radius: 30px;
    /*height: 700px;*/
}

.imgBox
{
    text-align: center;
}

.imgMod
{
    border-style: groove 7px;
    border-radius: 6px;
    width: 260px;
    height: 260px;
}

.close
{
    font-size: 25px;
    background-color: #81A04B;
    border: solid 2px;
    border-radius: 10px;
    float: right;
    margin-top: 25px;
    padding-right: 8px; 
    padding-left: 570px;
    padding-bottom: 1px;
}

.titreMod
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35pt;
    margin-top: 0px;
    margin-bottom: 5px;
}

.contenuMod
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
    margin-top: 20px;
    margin-bottom: 11px;
}

#rsvp
{
    font-size: 25px;
    text-align: center;
    background-color: #81A04B;
    border: solid 2px;
    border-radius: 10px;
    float: center;
    /*margin-top: 105px;*/
    padding-right: 100px; 
    padding-left: 100px;
    padding-bottom: 5px;
}

/* ------------ POPÜP WINDOW ---------------- */

/*
#popup-window {
    position: fixed;
    width: 600px;
    height: 480px;
    background: beige;
    border: 1px solid black;
    border-radius: 7px;
    padding: 10px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
  }        

#h1PopUpTitle
{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 17px;
}
*/
#name
{
    width: 350px;
    margin-left: 0px;
    margin-bottom: 4px;
}

#email
{
    width: 350px;
    margin-bottom: 1px;
}

#optionsSujet
{
    text-align: left;
    width: 350px;
    height: 24px;
}

#labelEcrireMess
{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

#contenuCourriel
{
    text-align: center;
    width: 577px;
    height: 250px
}

#popUpBtns
{
    float: right;
}

#close-button
{
    width: 100px;
    background-color: #fcba03;
    color: beige;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#submit-button
{
    width: 100px;
    background-color: #81A04B;
    color: beige;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footerSection
{
    text-align: center;
    background-color: #81A04B;
    border-radius: 20px;
    min-height: 50px;
    margin-left: 15px;
    margin-top: 30px;
    margin-right: 15px;
}

#footerCieName
{
    font-size: larger;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footerCieContactName
{
    font-size: medium;
}

#footerCieContactEmail
{
    font-size: medium;
    padding-bottom: 10px;
}