
/* Eléments principaux de la page */

body
{
    
    Font-family: Palatino;
    color: #181818;
}

#bloc_page
{
    width: 90%;
    margin: auto;
    margin-top:5px;
}


#GiveUp {
    background: #c9543a;
    color: white;
    border-style: outset;
    border-color: #cf5555;
    height: 100px;
    width: 100px;
    font: bold 15px arial, sans-serif;
    text-shadow: none;
    border-radius: 210px;
    margin: 3px;
    cursor: pointer;
}

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
    
}
nav
{
  margin-bottom:10px;
  margin-top:5px;
}
/* Header */



.container {
        text-decoration: none;
        
        top: 10%;
      }
      .button {
text-decoration: none;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #eeeeee;
    font-weight: 600;
    font-size: 15px;
    background-color: #52b71f;
    padding: 15px 40px;
    margin: auto;
    margin-bottom: 8px;
    border-radius: 40px;
    border-block: 50px;
      }
      .button span {
         text-decoration: none;
        position: relative;
        z-index: 1;
      }
      .button:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 470%;
        width: 140%;
        background: #153f00;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-100%) translateY(-25%) rotate(45deg);
        transform: translateX(-100%) translateY(-25%) rotate(45deg);
      }
      .button:hover:after {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(45deg);
      }

header
{
    
    
    display: flex;
    align-items: flex-end;
    border: solid;
    border-radius: 5px;
    border-color: rgb(102, 94, 92);
    border-width: 2px;
    

    
}

#Check {
  font-weight: bold;
  color: #f36e52;
}


#scoreTable {
  display: flex;
  justify-content: center;
  align-items: center;
}

.MonNom{
    text-align: right;
    font-size: 0.9em !important;
}

#explication {
  background-color: rgba(148, 193, 31, 0.2);
  border: 2px solid rgba(148, 193, 31, 0.5);
  border-radius: 10px;
  padding: 10px;
}
#explication2 {
    background-color: rgba(148, 193, 31, 0.2);
    border: 2px solid rgba(148, 193, 31, 0.5);
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
}

.CapitalePays {
    font-weight: bold;
    
    color: #ffffff;
    text-shadow: 1px 1px #3a3838;
    font-size: 25px;
  }


.Demarrer{
    background: #0066A2;
    color: white;
    border-style: outset;
    border-color: #0066A2;
    height: 90px;
    width: 190px;
    font: bold 15px arial, sans-serif;
    text-shadow:none;
    border-radius: 5px;
    margin: 3px;
    cursor: pointer;
    font-size: 1.2em;
}

.Invi{
    
    color: #FFFFFF;
}

#rejouer-btn {
    background-color: rgba(148, 193, 31, 0.5);
    border: 2px solid rgba(148, 193, 31, 0.8);
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-size: 24px;
  }
  
#rejouer-btn:hover {
    background-color: rgba(148, 193, 31, 0.8);
    border: 2px solid rgba(148, 193, 31, 1);
}



p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  margin-left: auto !important;
  margin-right: auto !important;

}

#Rejouer {
background-color: rgb(148, 193, 31);
border: 2px solid rgb(148, 193, 31);
border-radius: 10px;
}


.logo
{
    
    background: url('tRAIT\ VERRT.png') repeat-x bottom;
    
    
    padding-bottom:10px;
    margin-bottom: 20px;
    
}

div {
  text-align: center;
}
div.logo{
    padding-top: 6px;
    padding-bottom: 13px;
}

#titre_principal
{
    display: flex;
    flex-direction: column;
    
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: center ;
}

#logo img
{
    width: 100px;
    height: 100px;
    margin: 10 10 10 10px;
}

header h1
{
    
    font-size: 2.5em;
    font-weight: normal;
    margin: auto;
    
}

header h2
{
    
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}
/* Navigation */

nav ul
{
    list-style-type: none;
    
}

nav li
{
    margin-right: 15px;
}

nav a
{
    
    color: #181818;
    padding-bottom: 20px;
    text-decoration: none;
}

nav a:hover
{
    color: #15637c;
    
}

/* Bannière */


/* Corps */

section
{
    display: flex;
    margin-bottom: 20px;
    text-align: center;
}

article, aside
{
    text-align: justify;
}

article
{
    
    flex: 3;
    font-size: 1.1em;
}

.Cache{
    font-size: 0px;
}
.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 0.8em;
}

.Inpu{
    max-width: 1300px;
    

}

.Globe{
    width: 50px;
}


aside
{
    flex: 1.2;
    position: relative;
    background-color: #8d8d8c;
    border-radius: 20px;
    padding: 5px;
    color: white;
    font-size: 0.9em;

    margin-left:auto;
    margin-right: auto;
    
}
Img.displayed {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important
       
}


/* Footer */

footer
{
    display: flex;
    background: url('tRAIT\ VERRT.png') repeat-x top;
    padding-top: 25px;
}


.InputSub  {
    background: #0066A2;
    color: white;
    border-style: outset;
    border-color: #0066A2;
    height: 90px;
    width: 190px;
    font: bold 15px arial, sans-serif;
    text-shadow:none;
    border-radius: 5px;
    margin: 3px;
    cursor: pointer;
    
    }
.Sub {
  background: #f76849;
  color: white;
  border-style: outset;
  border-color: #e13e1a;
  height: 60px;
  width: 110px;
  font: bold 15px arial, sans-serif;
  text-shadow: none;
  border-radius: 5px;
  margin: 3px;
  cursor: pointer;
}
.Accueil {
    background: rgb(148, 193, 31);
    color: white;
    border-style: outset;
    border-color: #348221;
  height: 60px;
  width: 110px;
  font: bold 15px arial, sans-serif;
  text-shadow: none;
  border-radius: 5px;
  margin: 3px;
  cursor: pointer;
}

    
.InputText{
    background: #ffffff;
    color: rgb(0, 0, 0);
    border-style: outset;
    border-color: #4cb4f0;
    height: 50px;
    width: 150px;
    font: bold 15px arial, sans-serif;
    text-shadow:none;
    border-radius: 7px;
    text-align: center;

}

@media (max-width: 799px) {
    aside
    {
        margin-left: 0px  !important;
        margin-right: 0px  !important;
        width: 100% !important;
    }
    .Deviner{
    padding-top: 0px;
    }
   
}
@media (min-width: 800px) {
    aside
    {
        max-width: 50%;
    }
    .displayed 
    {
        width: 80%;
    }
}



