#splash_mouvement{ background-image: url(images/splash.jpg); background-size: 50% auto; background-position: bottom left; background-repeat: repeat-x; }
#splash_mouvement .in{ align-items: center; justify-content: center; height: 27em; padding: 2em; background: #15409782;  }
#splash_mouvement .in div{ font-size: 1.2em; color: #fff; font-weight: 900; text-align: center; /*text-shadow: 0px 0px 0.2em #000, 0px 0px 0.2em #000, 0px 0px 0.2em #000; */ }
#splash_mouvement .in div h1{ font-size: 3.5em; margin: 0.1em 0; padding: 0; font-weight: inherit; }

.marged{ padding: 2em 25%; }
#creagl img{ width: 20em; margin: 0 2em 2em 0; float: left; }

#branches{ padding: 4em 3em; background: var(--main-color); color: var(--reverse-text); }
#branches h1{ text-align: center; margin: 1.25em 0; }
#branches div{ display: flex; flex: none; justify-content: space-around; text-align: center;  }
#branches div span{ width: 20%; }
#branches div span h2{ font-size: 1.2em; color: var(--sec-color); }
#branches div span h2 small{ display: block; opacity: 0.66; }
#branches div span .logo{ justify-content: center; align-items: center; }
#branches div span .logo img{ width: 88%; aspect-ratio: 266/82; border-radius: 0.25em; }