/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: Your Name
Author URI: https://example.com/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Mise en page typographie */
@media screen and (min-width: 768px) {
    .classicbloc {
        margin: 5em 0 !important;
    }
}
@media screen and (max-width: 767px) {
     .classicbloc {
        margin: 3em 0 !important;
    }
}
.classicbloc h1, .classicbloc h2, .classicbloc h3, .newsbloc h2, .newsbloc h3 {
    text-transform:  uppercase;
    font-weight: normal;
    line-height: 1.5em;
}
.classicbloc h2, .classicbloc h3, .newsbloc h2, .newsbloc h3 {
    font-family: "Gotham Medium" !important;  
   
}
.classicbloc h1 {
    font-family: "Gotham Black", Sans-serif;
    font-size: 1.8em !important;
    margin: 0 0 1.5em 0;
    text-align: center;
}
.classicbloc h2, .newsbloc h2 {
    font-size: 1.5em !important;
    margin: 0 0 0.75em 0;
}
.classicbloc h3, .newsbloc h3 {
    font-size: 1.15em !important;
}
.classicbloc { margin: 2em 0; }

@media screen and (min-width: 768px) {
    .teamsection.version1 .teambloc1, .teamsection.version2 .teambloc2 { background-color: #991B1E; }
    .teamsection.version1 .teambloc2, .teamsection.version2 .teambloc1 { background-color: #317CC3; }
}

@media screen and (max-width: 767px) {
    .teamsection.version1 .teambloc1, .teamsection.version1 .teambloc2 { background-color: #991B1E; }
    .teamsection.version2 .teambloc1, .teamsection.version2 .teambloc2 { background-color: #317CC3; }
}
.newsbloc p { margin: 0 0 1em 0; }

.teamsection .elementor-column-wrap {
    padding: 2.5em 0;
}
.teamsection h3, .teamsection h4, .teamsection h5 {
    font-family: "Gotham Medium" !important;    
}
.teamsection h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
}
.teamsection h4 {
    font-size: 1.15em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.4em;
}
.teamsection h5 {
    font-size: 1.2em;
    font-weight: normal;
}

/* Mise en page tableau page horaires */

.tablepress th {
  background-color: #991b1e !important;
  color: #fff !important;
  text-align: center !important;
  border: 2px solid #fff !important;
}
.tablepress td {
  border: 2px solid #ddd !important;
  text-align: center !important;
  vertical-align: middle !important;
  border-style: dotted !important;
}

.tablepress thead th, .tablepress tr td.column-1 {
    text-transform: lowercase;     
}
.tablepress thead th {
    color: white;
    font-weight: bold;
    border: solid 1px white;
    text-align: center;
}
.tablepress tr td.column-1 {
    font-weight: normal;
    color: black;
}

.tablepress thead .column-2, .tablepress thead .column-3, .tablepress thead .column-4, .tablepress thead .column-5, .tablepress thead .column-6 { background-color: #991B1E !important; }
.tablepress tr td.column-1 { background-color: #ececec !important; }
.tablepress thead .column-1 { background-color:  white !important; }