/*FONT POPPINS 400/700 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
/*FONT RUBIK 500 */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');

/*BOOTSTRAP BLUFF*/
.col-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4,
.col-xl-2_4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

figure.wp-block-table table {
	border-spacing: 0;
}

figure.wp-block-table table { 
    /*border: solid #ccc 1px; */
    -moz-border-radius: 20px; 
    -webkit-border-radius: 20px; 
    border-radius: 20px; 
    /*-webkit-box-shadow: 0 3px 3px #ccc;  
    -moz-box-shadow: 0 3px 3px #ccc;  
    box-shadow: 0 3px 3px #ccc;*/
}

figure.wp-block-table table {
	background-color:transparent;
	padding: 3px;
	margin-bottom:20px;
	border-collapse:separate;
	border-spacing:0px;
	/*border: 3px solid #000;*/
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

caption {
	font-size:1.5em;
	color:#000;
	margin-bottom:5px;
	padding: 8px 0 ;
	text-align:left;
}

figure.wp-block-table table th {
	border: 1px solid #fff;
	background-color:#000;
	padding: 6px 10px;
	font-size: 15px;
	text-align:left;
	font-weight:bold;
	color:#fff;
}
/*
figure.wp-block-table table tr:nth-child(2n) {background-color:#eae8e8}

figure.wp-block-table table tr:nth-child(2n+1) {background-color:#fff}*/

figure.wp-block-table table td {
	border: 1px solid #d5d4db;
	padding: 6px 10px;
	vertical-align:top;
}

figure.wp-block-table table tr:first-child td {
	border-bottom: none;
}

figure.wp-block-table table tr:last-child {
	border-top: none;
}

figure.wp-block-table table tr td {
	border-bottom: none;
}
figure.wp-block-table table tr:last-child td {
	border: 1px solid #d5d4db;
}

figure.wp-block-table table th:first-child  {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

figure.wp-block-table table th:last-child  {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}


figure.wp-block-table table tr:first-child td:last-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

figure.wp-block-table table tr:first-child td:first-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

figure.wp-block-table table tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

figure.wp-block-table table tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

/*BLOCK PULLQUOTE*/
.wp-block-pullquote {
	background-color: #ffcc33;
	border-radius: 1em;
	border-top: none;
	border-bottom: none;
	padding: 2em 0;
}
.wp-block-pullquote p, .wp-block-pullquote cite {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}
.wp-block-pullquote p {
	line-height: 1.4;
}
.wp-block-pullquote cite {
	text-transform: none;
	margin: 23px 0 0 61px;
}
.wp-block-pullquote.alignfull {
	border-radius: 0;
}

/*BLOCK QUOTE*/
.wp-block-quote {
	border-left: 1px solid #ffcc33;
	background-color: transparent;
	height: 70px;
	padding: 0 1rem;
	margin-bottom: 1.25rem;
}
.wp-block-quote p {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	color: #14213d;
}
.wp-block-quote cite {
	font-family: 'Poppins', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	color: #7a7a7f;
}

/*BLOCK LIST*/
.wp-block-post-content ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	color: #000;
}
/*BLOCK H1*/
.section-main h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 2.625em;
	color: #ffcc33;
	margin-top: 4.125rem;
	margin-bottom: 2.313rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}
/*BLOCK H2*/
body#tinymce h2, .section-main h2 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.75em;
	color: #224487;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 2.313rem;
}
/*BLOCK H3*/
.section-main h3 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.50em;
	color: #ffcc33;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 2.5rem;
}
/*BLOCK H4*/
.section-main h4 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.25em;
	color: #ffcc33;
}
/*BLOCK PARAGRAPH*/
.section-main p {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	color: #000;
	line-height: 1.4;
	margin-bottom: 1.25rem;
}
/*BLOCK LIST*/
.section-main ul {
	margin-bottom: 1.875rem;
}
.section-main ul li {
	font-size: 1.25rem;
}
/*BLOCK COVER IMAGE*/
.wp-block-cover__inner-container p {
	font-family: 'Rubik', sans-serif;
    font-size: 2.625em !important;
    color: #ffcc33 !important;
}

/*separateur*/
hr.wp-block-separator {
    width: 100%;
    height: 1px;
    background-color: #d5d4db;
    border: none;
    margin-bottom: 1.875rem;
}

/*.alignfull {
    width: 100%;
}

.alignwide {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}*/

.alignfull {
	left: calc(-50vw + 50%);
	position: relative;
	max-width: 100vw;
	width: 100vw;
}
@media only screen and (min-width: 768px) {
	.alignfull {
    	left: calc(-50vw + 50%);
	}
}

@media only screen and (min-width: 1500px) {
	.alignfull {
    	left: calc(-50vw + 50%); 
    }
}


/* Guttengberg  color text*/

.has-jaune-color {
  color: #FFCC33!important;
}
.has-bleu-color {
  color: #224487!important;
}
.has-bleu-gris-color {
  color: #14213D!important;
}
.has-bleu-brandeis-color {
  color: #0666FF!important;
}
.has-rhythm-color {
  color: #777489!important;
}
.has-cultive-color {
  color: #F6F4F0!important;
}
.has-vert-color {
  color: #65B33A!important;
}
.has-gris-moyen-color {
  color: #7A7A7F!important;
}
.has-gris-clair-color {
  color: #D5D4DB!important;
}

/* Guttengberg  BGcolor*/


.has-jaune-background-color {
  background-color: #FFCC33!important;
}
.has-bleu-background-color {
  background-color: #224487!important;
}
.has-bleu-gris-background-color {
  background-color: #14213D!important;
}
.has-bleu-brandeis-background-color {
  background-color: #0666FF!important;
}
.has-rhythm-background-color {
  background-color: #777489!important;
}
.has-cultive-background-color {
  background-color: #F6F4F0!important;
}
.has-vert-background-color {
  background-color: #65B33A!important;
}
.has-gris-moyen-background-color {
  background-color: #7A7A7F!important;
}
.has-gris-clair-background-color {
  background-color: #D5D4DB!important;
}

