/* cmsms stylesheet: Echirolles-Alekhine modified: samedi 25 juin 2022 19:07:55 */
/* Alignement vertical pour les icones avant les titres */
.fa-2x {
  vertical-align: middle;
}

/* Suppression de la couleur de fond du breadcrumb de Bootstrap*/
.breadcrumb {
  background-color: inherit;
}

/* Hack pour avoir une image de fond avec un effet de transparence mais pas pour les images */
#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/uploads/echirolles-alekhine/images/checkmated-1995121.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.03;
}

/* Modification de la classe de bootstrap pour ajouter une bordure */
.img-border {
    padding: 5px;
    border: 1px solid #a7a09a;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
}

.figure {
   margin: 1em 2em;
}

.diagram {
    max-width: 552px;
}

/* Ajout d'une margin pour le caption des images gérées par Magnific Popup */
.mfp-title {
  margin-top: 10px;
}

/* Menu without mark */
.menu, .news {
  list-style-type: none;
  padding-inline-start: 5px
}

.menu .active {
  font-weight: bold;
}

/* Diagramme lichess (400px x 444px) responsive */
.embed-responsive-lichess::before {
    padding-top: 120%
}

/* Google maps */

.google-map {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    height: 0;
    margin: 5px 0 30px 0;
    border: 1px solid #a7a09a;
}
