/*
Theme Name:  Socle-2022
Theme URI:   http://localhost:8888/socle
Version:     2.0
Description: Thème enfant de Divi
Author:      Noutan-NC
Author URI:  http://localhost:8888/socle
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/


.et_pb_text_inner h3 {
    font-weight: 300 !important;
}

.dipl_timeline .dipl_item_content_inner {
    background-color: transparent !important;
}

/*---------------------------------*/
/*--- Modifications DIVI ---*/
/*---------------------------------*/

/* Ajout d'un padding pour les textes en mode tablette et smartphone */

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

.et_pb_text, .et_pb_team_member, .et_pb_posts_nav, .et_pb_post_title {padding-left:15px!important; padding-right:15px!important;}

.et_pb_text_inner {padding-left:15px!important; padding-right:15px!important;}

}



/* Modifications de styles sur le module Blog en mode Grille */

/* Correction des marges si pas de filet autour du post */
.et_pb_blog_grid .et_pb_image_container {
  margin: -10px 0px 10px;
}

.et_pb_post .entry-featured-image-url {margin-bottom: 0px;}


.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3
{
    width: 32%;
    margin-right: 1%;
}


/* Corrections des marges du bloc Blog */

.et_pb_row { width:100%; padding:0px !important;}
.et_pb_section {padding:0px !important;}




/*--- Menu haut - calage des RS à droite ---*/

#et-info {
float:none;
}

#top-header .et-social-icons {
float:right;
}

/*-- Modification du sens de navigation dans les posts : css spécifique --*/

.et_pb_posts_nav .nav-previous { float: right; }
.et_pb_posts_nav .nav-next { float: left; }
.et_pb_posts_nav .meta-nav { display: none; }
.et_pb_posts_nav .nav-next a:before { content: '← '; }
.et_pb_posts_nav .nav-previous a:after { content: ' →'; }