* {
    margin: 0;
    font-family: "Oxygen", sans-serif;
}

@media screen and (max-width: 1200px) {

    #global #global2 #decouverteJDRSolo {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0rem;
        margin-bottom: 10rem;
    }
    
    #global #global2 #demonstration img {
        width: 80%;
    }
}

@media screen and (min-width: 1200px) {

    #global #global2 #decouverteJDRSolo {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0rem;
        margin-bottom: 30rem;
    }
    
    #global #global2 #demonstration img {
        width: 60%;
    }
}

#global {
    color: white;
    background-color: #1F2937;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#global #global2 {
    width: 80%;
    padding-bottom: 10rem;
}


#global #global2 #titre{
    font-size: 5rem;
    margin-top: 10rem;
    margin-bottom: 4rem;
    text-align: center;
}

#global #global2 .bleuIce {
    color: rgb(0, 225, 255);
}

#global #global2 #presentation {
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 5rem;
}

#global #global2 #presentation h3 {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

#global #global2 #presentation p {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#global #global2 #decouverteJDRSolo p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

#global #global2 #decouverteJDRSolo .colorred {
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 26px solid #2d3c50;
    border-right : 15px solid transparent;
    border-left : 15px solid transparent;
}

.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-15px);}
    60% {transform: translateY(-5px);}
}

#global #global2 #decouverteJDRSolo .enSavoirPlus{
    font-size: 2rem;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background: rgb(0, 225, 255);
	border-radius: 15px;
    color: rgb(255, 255, 255);
	transition: all 300ms;
}

#global #global2 #decouverteJDRSolo .enSavoirPlus:hover{
    background: rgb(77, 234, 255);
}

#global #global2 #demonstration {
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 20rem;
}

#global #global2 #demonstration p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

#global #global2 #presentation_de_carte {
    margin-top: 10rem;
    margin-bottom: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#global #global2 #presentation_de_carte h2 {
    text-align: center;
    margin-bottom: 2rem;
}

#global #global2 #presentation_de_carte #les_cartes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#global #global2 #presentation_de_carte #les_cartes .uneCarte{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25rem;
    margin: 2rem;
}

#global #global2 #presentation_de_carte #les_cartes .uneCarte .explication{
    margin-top: 1rem;
    text-align: center;
    line-height: 1.4;
}

/* Commun entre tout les type de carte */

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique, .carteIndice, .carteDestin, .carteEvenement, .carteObjet, .carteCombat{
    display: flex;
    width: 19rem;
    min-height: 22rem;
    justify-content: center;
    border-radius: 15px;
    background-color: white;
    box-shadow: 5px 5px 15px rgba(0, 0 , 0, 0.3);
}

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .logoType, .carteIndice .logoType, .carteDestin .logoType, .carteEvenement .logoType, .carteObjet .logoType, .carteCombat .logoType {
    display: flex;
    flex-direction: column;
    height: 10rem;
    width: 4rem;
}

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .logoType .logoCarte, .carteIndice .logoType .logoCarte, .carteDestin .logoType .logoCarte, .carteEvenement .logoType .logoCarte, .carteObjet .logoType .logoCarte, .carteCombat .logoType .logoCarte {
    width: 3rem;
    margin: 0.5rem;
}

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .logoType .logoCarte img, .carteIndice .logoType .logoCarte img, .carteDestin .logoType .logoCarte img, .carteEvenement .logoType .logoCarte img, .carteObjet .logoType .logoCarte img, .carteCombat .logoType .logoCarte img {
    width: 100%;
}

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .logoType .typeCarte p, .carteIndice .logoType .typeCarte p, .carteDestin .logoType .typeCarte p, .carteEvenement .logoType .typeCarte p, .carteObjet .logoType .typeCarte p, .carteCombat .logoType .typeCarte p {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    font-weight: bold;
    color: black;
}

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .contenuCarte, .carteIndice .contenuCarte, .carteDestin .contenuCarte, .carteEvenement .contenuCarte, .carteObjet .contenuCarte, .carteCombat .contenuCarte {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .contenuCarte .nom, .carteIndice .contenuCarte .nom, .carteDestin .contenuCarte .nom, .carteEvenement .contenuCarte .nom, .carteObjet .contenuCarte .nom, .carteCombat .contenuCarte .nom {
    width: 15rem;
}

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .contenuCarte .nom .nomCarte, .carteIndice .contenuCarte .nom .nomCarte, .carteDestin .contenuCarte .nom .nomCarte, .carteEvenement .contenuCarte .nom .nomCarte, .carteObjet .contenuCarte .nom .nomCarte, .carteCombat .contenuCarte .nom_et_cr .nomCarte {
    font-size: 1.3rem;
    padding-left: 0.4rem;
    padding-top: 0.4rem;
}

/* Commun entre objet magique, indice, destin, objet et combat */

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .logoType .typeCarte, .carteIndice .logoType .typeCarte, .carteDestin .logoType .typeCarte, .carteObjet .logoType .typeCarte, .carteCombat .logoType .typeCarte {
    margin-top: 2rem;
}

/* Commun entre objet magique, indice, destin et combat */

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .logoType .typeCarte, .carteIndice .logoType .typeCarte, .carteDestin .logoType .typeCarte, .carteCombat .contenuCarte .div_description_modification .description{
    margin-bottom: 1rem;
}

/* Commun entre objet magique, indice, destin et evenemnt */

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .contenuCarte .div_description, .carteIndice .contenuCarte .div_description, .carteDestin .contenuCarte .div_description, .carteEvenement .contenuCarte .div_description {
    min-height: 15rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
    font-size: 1.1rem;
}

/* Commun entre objet et combat */

#global #global2 #presentation_de_carte #les_cartes .carteCombat .contenuCarte .div_description_modification,.carteObjet .contenuCarte .div_description_objet{
    min-height: 15rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    line-height: 1.4;
    font-size: 1.1rem;
}

/* carte de comabt */

#global #global2 #presentation_de_carte #les_cartes .carteCombat .contenuCarte{
    background-color: #ff5e49;
}

#global #global2 #presentation_de_carte #les_cartes .carteCombat .contenuCarte .nom_et_cr::after{
    content: "";
    display: block;
    clear: both;
}

#global #global2 #presentation_de_carte #les_cartes .carteCombat .contenuCarte .nom_et_cr .divCr{
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-bottom-left-radius: 11px;
    border-top-right-radius: 11px;
    float: right;
    background-color: rgb(27, 27, 27);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#global #global2 #presentation_de_carte #les_cartes .carteCombat .contenuCarte .xp, .carteObjet .contenuCarte .ca, .degat{
    width: 100%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom-right-radius: 11px;
    background-color: rgb(27, 27, 27);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* carte objet */

#global #global2 #presentation_de_carte #les_cartes .carteObjet .contenuCarte{
    background-color: #27a7a7;
}

/* carte objet magique */

#global #global2 #presentation_de_carte #les_cartes .carteObjetMagique .contenuCarte{
    background-color: #09b1ff;
}

/* carte d'indice */

#global #global2 #presentation_de_carte #les_cartes .carteIndice .contenuCarte{
    background-color: #FBBF24;
}

/* carte destin */

#global #global2 #presentation_de_carte #les_cartes .carteDestin .contenuCarte{
    background-color: #860808;
}

/* carte evenement */

#global #global2 #presentation_de_carte #les_cartes .carteEvenement .logoType .typeCarte {
    margin-top: 3rem;
}

#global #global2 #presentation_de_carte #les_cartes .carteEvenement .contenuCarte{
    background-color: #1f8516;
}



#global #global2 .jouer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#global #global2 .jouer p{
    font-size: 1.5rem;
}

#global #global2 .jouer .bt_jouer{
    font-size: 3rem;
    margin: 8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background: #278d1e;
	border-radius: 15px;
    color: rgb(255, 255, 255);
	box-shadow: 0 0 0 0 rgb(107, 255, 77);
	transition: all 300ms;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 #278d1e;
	}

	70% {
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

#global #global2 .jouer .bt_jouer:hover{
    background: #33b627;
}