/*
Theme Name: Twenty Twenty-Two Child
Author: Pierre Albert
Text Domain: twentytwentytwo-child
Template: twentytwentytwo
*/
/* enleve les padding du header */
header.wp-block-template-part div div.wp-container-1, header.wp-block-template-part div div.wp-container-2, header.wp-block-template-part div div.wp-container-3, header.wp-block-template-part div div.wp-container-4, header.wp-block-template-part div div.wp-container-5, header.wp-block-template-part div div.wp-container-6{
    padding: 0 !important
}
/* enleve la marge basse du h1 des pages */
/* body.home main h1.wp-block-post-title (h1 de la page d'accueil) */
h1.wp-block-post-title{
    margin-bottom: 0 !important
}
/* connexion / deconnexion */
.wp-container-1 > *{
    padding: 5px 10px;
	max-width: 980px !important
}
.wp-container-1 .wp-block-loginout a{
    display: block;
    width: 105px;
    background: orange;
    padding: 2px 10px 5px;
    text-align: center;
}

.live-emile3 {
  margin-bottom: 5px;
}
.live-emile3 a {
  display: inline-block;
  font-size: .8em;
  padding: 6px 6px 6px 50px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  border: 1px solid !important;
  height: 42px;
  color: #050c51;
  background: white;
}
.live-emile3 a:last-child{
    border-bottom: 1px solid #000 !important;
}
.live-emile3 a:hover {
  color: white;
  background: #050c51;
  border: 1px solid #050c51 !important;
}
.live-emile3 a::before {
  content: url(/wp-content/themes/twentytwentytwo-child/img/logo-vimeo.png);
  position: absolute;
  top: 2px;
  left: 2px;
}
.zoom a::before {
  content: url(/wp-content/themes/twentytwentytwo-child/img/logo-zoom.png);
}

#lien-forum-emile {
  display: block;
  width: 100%;
  height: 420px;
  background: url(/wp-content/themes/twentytwentytwo-child/img/forum.png) no-repeat;
  background-size: auto;
  background-size: contain;
}
#lien-forum-emile:hover {
  background: url(/wp-content/themes/twentytwentytwo-child/img/forum-survol.png) no-repeat;
    background-size: auto;
  background-size: contain;
}
/* corriger le bug lié à la zone de widget pourrie dans le forum */
#wpforo #wpforo-wrap .wpforo-content{
    width: 100% !important
}

/* rendre responsible l'image lien de Pau vers le forum */
#learndash_post_90 img.launch_presentation{
    width: 100% !important
}
/* taille des boutons précédent et suivant */
.learndash-wrapper .ld-content-actions .ld-content-action{
	flex-basis: 205px !important
}
/* enlever la date de mise à jour et l'auteur */
.wp-block-post-date, .wp-block-post-author{
	display: none
}
/* dans la leçon quiz, enlever le contenu de la section */
.learndash-shortcode-wrap-course_content-15_92_6{
	display: none
}