|
@@ -914,7 +914,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|
|
|
|
|
.titre_nsb {
|
|
|
display: block;
|
|
|
- margin-right: 52%; }
|
|
|
+ margin-right: 45%; }
|
|
|
.titre_nsb h1 {
|
|
|
margin-bottom: 0rem !important;
|
|
|
text-align: right;
|
|
@@ -928,7 +928,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|
|
|
|
|
.titre_bsn {
|
|
|
display: block;
|
|
|
- margin-left: 40%; }
|
|
|
+ margin-left: 45%; }
|
|
|
.titre_bsn h1 {
|
|
|
text-align: left;
|
|
|
margin-bottom: 0rem !important; }
|
|
@@ -1061,7 +1061,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|
|
|
|
|
.mozaique_personnes {
|
|
|
background-color: #d9d9d9;
|
|
|
- padding-bottom: 10rem; }
|
|
|
+ padding-bottom: 6rem; }
|
|
|
.mozaique_personnes .equipe {
|
|
|
display: flex !important;
|
|
|
flex-direction: row;
|
|
@@ -1330,11 +1330,14 @@ button:focus {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
margin: auto;
|
|
|
- width: 80%;
|
|
|
+ width: 60%;
|
|
|
height: auto;
|
|
|
background-color: white;
|
|
|
color: #000;
|
|
|
- padding: 5em; }
|
|
|
+ padding-left: 2em;
|
|
|
+ padding-right: 2em;
|
|
|
+ margin-top: 6rem;
|
|
|
+ text-align: left; }
|
|
|
|
|
|
.event .titre_bsn h1 {
|
|
|
text-transform: uppercase; }
|
|
@@ -1343,7 +1346,7 @@ button:focus {
|
|
|
background-color: #d9d9d9;
|
|
|
color: #000;
|
|
|
text-transform: uppercase;
|
|
|
- padding-bottom: 6rem;
|
|
|
+ padding-bottom: 2rem;
|
|
|
padding-top: 2rem; }
|
|
|
|
|
|
.equipe-event {
|
|
@@ -1361,11 +1364,11 @@ button:focus {
|
|
|
padding-left: 3%;
|
|
|
padding-right: 2%; } }
|
|
|
.equipe-event h3 {
|
|
|
- padding-top: 3rem;
|
|
|
+ margin-bottom: 3rem;
|
|
|
min-width: 100%;
|
|
|
- font-family: "Sarabun", sans-serif;
|
|
|
+ font-family: "Sarabun Light", sans-serif;
|
|
|
text-transform: uppercase;
|
|
|
- font-weight: 400;
|
|
|
+ font-weight: 200;
|
|
|
font-size: 1rem;
|
|
|
line-height: 20px;
|
|
|
text-align: left; }
|
|
@@ -1382,7 +1385,6 @@ button:focus {
|
|
|
.equipe-event .personne .mozaique {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
- justify-content: flex-end;
|
|
|
max-width: 30rem;
|
|
|
min-width: 30rem; }
|
|
|
@media (max-width: 442px) {
|
|
@@ -1439,15 +1441,27 @@ button:focus {
|
|
|
padding-right: 0.6rem; } }
|
|
|
|
|
|
.partenaires {
|
|
|
- background-color: #d9d9d9;
|
|
|
+ background-color: #fff;
|
|
|
height: auto;
|
|
|
- padding-bottom: 6rem;
|
|
|
+ padding-top: 2rem;
|
|
|
+ padding-bottom: 3rem;
|
|
|
margin-top: 0 !important; }
|
|
|
.partenaires h1 {
|
|
|
margin-top: 0 !important; }
|
|
|
- .partenaires .grille {
|
|
|
+
|
|
|
+.grille {
|
|
|
+ background-color: #fff;
|
|
|
+ display: flex;
|
|
|
+ margin: auto;
|
|
|
+ padding-bottom: 8rem;
|
|
|
+ flex-wrap: wrap; }
|
|
|
+ .grille p {
|
|
|
+ display: flex;
|
|
|
+ margin: auto; }
|
|
|
+ .grille img {
|
|
|
+ height: 9rem;
|
|
|
display: flex;
|
|
|
- direction: row; }
|
|
|
+ padding: 2rem; }
|
|
|
|
|
|
.modular.header-image #header {
|
|
|
background-color: rgba(255, 255, 255, 0);
|