@font-face {
  font-family: 'Oxygen';
  src: url('../../fonts/Oxygen/Oxygen-Bold.eot');
  src: url('../../fonts/Oxygen/Oxygen-Bold.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Oxygen/Oxygen-Bold.woff2') format('woff2'),
  url('../../fonts/Oxygen/Oxygen-Bold.woff') format('woff'),
  url('../../fonts/Oxygen/Oxygen-Bold.ttf') format('truetype'),
  url('../../fonts/Oxygen/Oxygen-Bold.svg#Oxygen-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxygen';
  src: url('../../fonts/Oxygen/Oxygen-Regular.eot');
  src: url('../../fonts/Oxygen/Oxygen-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Oxygen/Oxygen-Regular.woff2') format('woff2'),
  url('../../fonts/Oxygen/Oxygen-Regular.woff') format('woff'),
  url('../../fonts/Oxygen/Oxygen-Regular.ttf') format('truetype'),
  url('../../fonts/Oxygen/Oxygen-Regular.svg#Oxygen-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxygen';
  src: url('../../fonts/Oxygen/Oxygen-Light.eot');
  src: url('../../fonts/Oxygen/Oxygen-Light.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Oxygen/Oxygen-Light.woff2') format('woff2'),
  url('../../fonts/Oxygen/Oxygen-Light.woff') format('woff'),
  url('../../fonts/Oxygen/Oxygen-Light.ttf') format('truetype'),
  url('../../fonts/Oxygen/Oxygen-Light.svg#Oxygen-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url('../../fonts/Verdana/Verdana.eot');
  src: url('../../fonts/Verdana/Verdana.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Verdana/Verdana.woff2') format('woff2'),
  url('../../fonts/Verdana/Verdana.woff') format('woff'),
  url('../../fonts/Verdana/Verdana.ttf') format('truetype'),
  url('../../fonts/Verdana/Verdana.svg#Verdana') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.container_masonry_type {
  min-width: 280px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  opacity: 1;
  height: 100%;
}

.container_post_cont {
  padding: 0 0 20px;
  border: 1px solid rgba(229,232,236,1);
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.container_post_cont img {
  aspect-ratio: auto 580 / 390;
  display: inline-block;
  color: transparent;
  height: auto;
  font-size: 0;
  vertical-align: middle;
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}

.container_post_title a{
  margin-bottom: 20px;
  color: rgba(76,85,98,1);
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.container_post_title a:hover {
  color: rgba(88,207,144,1);
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.container_post_title a {
  font-family: 'Oxygen';
  font-weight: 300;
  font-size: 22px;
  color: #4C5562;
}

.container__post__header {
  padding: 0 20px;
}
.container_post_read_more {
  display: inline-block;
  padding: 7px 20px;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(229,232,236,1);
  border-radius: 500px;
  font-size: 14px;
  margin-top: 20px;
  color: #78727C;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}
.container_post_read_more:hover {
  border: 1px solid rgba(88,207,144,1);
  background: rgba(88,207,144,1);
  color: rgba(255,255,255,1);
  text-decoration: none;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.field--name-field-block .views-row {
  width: 100%;
  max-width: 25%;
  margin-bottom: 25px;
}

.container_post_footer {
  position: relative;
  border-top: 1px solid rgba(229,232,236,1);
  overflow: hidden;
  padding: 20px 20px 0 20px;
  margin-top: 10px;
  display: flex;
  justify-content: end;
}

.container_post_header {
  padding: 0 20px;
  position: relative;
  display: block;
}

.container_masonry_type figure {
  margin-bottom: 20px;
}


@media only screen and (max-width: 1440px){
  .field--name-field-block .views-row {
    width: 100%;
    max-width: 33.33%;
  }
  .field--name-field-block .views-row article {
    width: 100%;
  }
}
@media only screen and (max-width: 867px){
  .field--name-field-block .views-row {
    width: 100%;
    max-width: 50%;
  }
  .field--name-field-block .views-row article {
    width: 100%;
  }
}
@media only screen and (max-width: 587px){
  .field--name-field-block .views-row {
    width: 100%;
    max-width: 100%;
  }
  .field--name-field-block .views-row article {
    width: 100%;
  }
}

.view-filters {
  display: none;
}

.views-row article {
  opacity: 0;
  padding-top: 15px;
  transition: opacity 0.5s, padding-top 0.5s;
}

.field--name-field-a.field--type-boolean {
  display: none;
}

.paragraph--type--affichage-des-vue-thematique .views-element-container > h2 {
  display: none;
}

.field--name-field-logo-titre {
  display: none;
}

.Ampoule .title:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="40" height="40" viewBox="0 0 842.000000 1280.000000" preserveAspectRatio="xMidYMid meet"><metadata>Created by potrace 1.15, written by Peter Selinger 2001-2017</metadata><g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)" fill="%23fff" stroke="none"><path d="M3900 12794 c-25 -2 -106 -8 -180 -15 -768 -63 -1462 -311 -2020 -722 -161 -119 -259 -204 -420 -366 -682 -685 -1124 -1669 -1256 -2798 -25 -206 -25 -598 -1 -788 106 -842 357 -1364 1202 -2500 159 -214 258 -333 453 -547 242 -265 320 -374 387 -541 106 -263 150 -611 165 -1307 5 -228 14 -442 20 -475 30 -160 85 -329 149 -455 22 -44 29 -74 34 -150 4 -53 12 -111 17 -130 8 -25 7 -54 -1 -99 -14 -76 -7 -204 16 -279 14 -47 15 -65 4 -143 -15 -106 -4 -214 31 -294 17 -38 21 -62 17 -102 -13 -126 29 -256 122 -382 59 -78 224 -241 301 -297 335 -242 796 -404 1146 -404 277 0 703 85 984 197 361 143 637 380 756 648 61 138 76 204 80 335 2 69 8 139 13 155 18 60 20 111 6 177 -10 51 -11 76 -3 105 15 53 13 189 -5 244 -9 31 -11 53 -4 70 13 34 20 225 10 279 -8 43 -7 48 44 124 94 140 104 186 158 731 20 198 47 442 61 543 52 387 149 841 204 960 62 132 179 294 550 762 651 821 920 1212 1147 1664 187 373 272 656 315 1041 17 153 17 646 0 820 -146 1488 -823 2684 -1891 3343 -521 320 -1084 501 -1803 577 -134 15 -702 28 -808 19z m580 -374 c610 -37 1126 -167 1589 -399 652 -328 1169 -862 1516 -1566 169 -344 296 -727 374 -1125 85 -434 110 -897 71 -1280 -64 -621 -383 -1224 -1184 -2240 -71 -91 -212 -270 -313 -398 -399 -505 -490 -654 -553 -905 -105 -420 -158 -747 -225 -1413 -42 -424 -50 -478 -80 -530 -68 -118 -250 -269 -470 -391 -349 -193 -755 -303 -1121 -303 -414 0 -861 176 -1277 504 -73 57 -76 62 -111 150 -20 50 -48 136 -62 191 -25 96 -26 116 -34 515 -16 744 -63 1098 -189 1422 -79 202 -172 336 -426 618 -227 252 -306 347 -454 545 -741 992 -1008 1504 -1111 2130 -28 171 -50 410 -50 539 0 231 42 576 105 870 229 1063 762 1928 1511 2452 424 296 931 489 1508 574 116 17 288 34 441 43 122 8 394 6 545 -3z m-1582 -10628 c310 -207 664 -325 1096 -367 266 -25 468 -16 706 31 313 62 616 205 840 396 l66 56 12 -37 c7 -20 19 -55 27 -78 l14 -42 -51 -61 c-157 -186 -451 -360 -778 -462 -273 -84 -671 -133 -885 -108 -204 23 -327 61 -530 160 -212 104 -388 229 -582 413 -110 106 -120 123 -104 177 l12 41 35 -30 c19 -17 74 -57 122 -89z m27 -367 c226 -183 479 -321 720 -390 254 -74 502 -82 850 -29 412 64 811 230 1068 445 32 27 62 49 67 49 4 0 13 -13 20 -29 26 -63 -29 -153 -184 -306 -312 -307 -680 -468 -1155 -506 -480 -38 -936 110 -1272 411 -82 73 -195 205 -257 302 -42 64 -43 68 -32 110 21 83 18 79 53 46 18 -16 73 -63 122 -103z m2688 -357 c-111 -376 -516 -641 -1141 -748 -247 -42 -405 -49 -562 -25 -399 61 -821 286 -1028 548 -77 97 -101 159 -88 229 l6 33 103 -100 c377 -366 894 -537 1467 -484 337 30 652 139 915 313 103 69 243 184 309 255 17 17 31 31 32 31 2 0 -4 -23 -13 -52z"/></g></svg>');
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.Enveloppe .title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='40' height='40'%3E%3Cpath fill='%23ffffff' d='M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.Journal .title:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="40" height="40" viewBox="0 0 1280.000000 1280.000000" preserveAspectRatio="xMidYMid meet"><metadata>Created by potrace 1.15, written by Peter Selinger 2001-2017</metadata><g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)" fill="%23fff" stroke="none"><path d="M1690 10370 l0 -830 -845 0 -845 0 0 -3027 c0 -1952 4 -3088 10 -3198 69 -1135 502 -1636 1475 -1705 198 -14 10041 -14 10155 0 177 22 381 93 518 181 320 206 521 502 614 907 l23 97 2 4203 3 4202 -5555 0 -5555 0 0 -830z m10300 -3717 l3 -3738 -23 -70 c-59 -187 -182 -339 -330 -409 l-45 -21 -4677 -3 -4677 -2 31 67 c69 151 130 348 163 521 53 276 49 3 52 3837 2 1947 5 3545 7 3550 2 7 1592 9 4749 8 l4745 -3 2 -3737z m-10300 -525 c0 -2606 -2 -2780 -36 -3006 -50 -338 -161 -552 -317 -610 -270 -101 -462 191 -517 783 -6 71 -10 1044 -10 2773 l0 2662 440 0 440 0 0 -2602z"/><path d="M4390 8660 l0 -280 2825 0 2825 0 0 280 0 280 -2825 0 -2825 0 0 -280z"/><path d="M3870 7210 l0 -150 1175 0 1175 0 0 150 0 150 -1175 0 -1175 0 0 -150z"/><path d="M7072 5918 l3 -1443 1805 0 1805 0 3 1443 2 1442 -1810 0 -1810 0 2 -1442z"/><path d="M3870 6208 l0 -153 1175 0 1175 0 0 153 0 152 -1175 0 -1175 0 0 -152z"/><path d="M3865 5240 l0 -150 1178 0 1177 0 0 150 0 150 -1177 0 -1178 0 0 -150z"/><path d="M3870 4305 l0 -155 1175 0 1175 0 0 155 0 155 -1175 0 -1175 0 0 -155z"/></g></svg>');
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.Etoile .title:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="40" height="40" viewBox="0 0 1280.000000 1125.000000" preserveAspectRatio="xMidYMid meet"><metadata>Created by potrace 1.15, written by Peter Selinger 2001-2017</metadata><g transform="translate(0.000000,1125.000000) scale(0.100000,-0.100000)" fill="%23fff" stroke="none"><path d="M6295 11027 c-369 -803 -921 -2182 -1336 -3336 l-84 -233 -165 6 c-415 15 -2093 18 -3300 6 -707 -7 -1311 -15 -1342 -19 l-57 -6 310 -249 c412 -331 852 -640 1652 -1160 793 -515 1771 -1112 2172 -1325 l80 -43 -90 88 c-338 330 -1382 1216 -2222 1888 -150 120 -273 218 -273 219 0 2 404 1 897 -2 738 -3 2556 14 2613 25 8 1 38 3 65 3 l51 1 42 113 c49 131 76 216 182 587 228 797 434 1572 595 2237 143 594 314 1377 303 1389 -3 2 -44 -83 -93 -189z"/><path d="M6416 11175 c109 -703 867 -3634 1093 -4227 l22 -57 92 -3 c51 -2 184 -5 297 -7 113 -2 369 -7 570 -11 201 -4 883 -7 1517 -6 845 1 1149 -2 1140 -10 -7 -6 -91 -73 -187 -149 -733 -580 -1724 -1416 -2210 -1865 -63 -59 -130 -119 -148 -135 -17 -16 -30 -30 -28 -33 14 -14 937 532 1563 924 1061 666 1824 1186 2333 1594 173 138 316 256 318 260 2 5 -90 9 -205 9 -114 1 -651 6 -1193 12 -944 11 -2870 7 -3281 -7 l-186 -7 -38 104 c-528 1448 -1013 2662 -1388 3476 -83 179 -89 191 -81 138z"/><path d="M4137 4378 c-365 -854 -1008 -2512 -1302 -3358 -88 -256 -136 -413 -201 -668 -47 -184 -83 -336 -81 -338 6 -6 428 280 827 561 173 122 441 309 595 415 660 456 1389 971 2024 1428 216 156 399 281 406 278 7 -2 165 -114 351 -248 656 -472 1433 -1020 2074 -1463 190 -131 487 -338 660 -460 353 -248 750 -518 755 -513 2 2 -34 149 -80 328 -123 486 -338 1094 -890 2515 -280 723 -714 1777 -715 1740 -1 -50 259 -1112 451 -1840 101 -381 261 -973 362 -1333 29 -105 51 -192 48 -192 -3 0 -127 94 -276 207 -582 445 -1555 1171 -2290 1708 -187 136 -366 268 -397 292 l-58 44 -337 -247 c-984 -721 -1703 -1256 -2342 -1743 -189 -144 -344 -261 -346 -259 -2 2 13 57 31 123 298 1053 654 2436 829 3223 3 12 4 22 1 22 -2 0 -47 -100 -99 -222z"/></g></svg>');
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.Trombone .title:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="40" height="40" viewBox="0 0 1280.000000 1188.000000" preserveAspectRatio="xMidYMid meet"><metadata>Created by potrace 1.15, written by Peter Selinger 2001-2017</metadata><g transform="translate(0.000000,1188.000000) scale(0.100000,-0.100000)" fill="%23fff" stroke="none"><path d="M7835 11870 c-555 -59 -1064 -296 -1524 -710 -160 -144 -371 -399 -492 -595 -61 -98 -2515 -4298 -2621 -4485 -466 -822 -641 -1663 -477 -2295 67 -259 222 -503 409 -644 367 -277 835 -291 1345 -42 249 122 483 292 724 526 249 242 463 509 654 815 141 227 1322 2258 1340 2305 25 65 33 196 17 266 -49 211 -237 359 -455 359 -179 0 -320 -86 -421 -256 -22 -38 -301 -514 -619 -1059 -318 -544 -602 -1030 -633 -1080 -283 -463 -627 -821 -973 -1014 -93 -52 -216 -92 -299 -98 -71 -5 -77 -4 -107 21 -41 34 -68 95 -89 197 -25 122 -15 389 20 559 65 316 185 633 354 935 131 234 2581 4424 2640 4515 296 458 770 777 1250 841 134 18 345 6 467 -25 125 -33 279 -107 383 -186 503 -379 624 -1191 283 -1895 -61 -127 -3739 -6430 -3822 -6550 -464 -673 -1395 -921 -2144 -570 -114 53 -767 425 -900 513 -206 136 -439 401 -554 631 -238 475 -240 1035 -6 1502 34 66 813 1402 2808 4814 341 583 636 1094 656 1135 31 65 36 86 39 167 5 107 -6 160 -52 248 -77 148 -240 245 -411 245 -129 -1 -230 -44 -325 -140 -57 -57 -103 -131 -391 -625 -180 -308 -942 -1613 -1694 -2900 -752 -1287 -1390 -2380 -1418 -2430 -150 -265 -258 -596 -303 -925 -24 -170 -24 -490 0 -660 56 -412 198 -791 420 -1124 111 -165 187 -258 330 -401 220 -220 326 -294 815 -575 620 -356 719 -402 1035 -485 258 -68 358 -79 676 -79 308 0 403 10 650 70 356 88 754 285 1036 514 192 157 394 378 531 585 60 90 3729 6364 3816 6525 146 271 261 622 314 960 22 145 25 576 5 715 -65 432 -208 788 -440 1095 -72 95 -236 265 -327 340 -275 225 -609 374 -975 435 -112 19 -430 27 -545 15z"/></g></svg>');
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.Map .title:before {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="40"%20height="40"%20viewBox="0%200%20384%20512"%3E%3C!--!Font%20Awesome%20Free%206.6.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202024%20Fonticons,%20Inc.--%3E%3Cpath%20fill="%23ffffff"%20d="M215.7%20499.2C267%20435%20384%20279.4%20384%20192C384%2086%20298%200%20192%200S0%2086%200%20192c0%2087.4%20117%20243%20168.3%20307.2c12.3%2015.3%2035.1%2015.3%2047.4%200zM192%20128a64%2064%200%201%201%200%20128%2064%2064%200%201%201%200%20-128z"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.Coeur .title:before {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="40"%20height="40"%20viewBox="0%200%20512%20512"%3E%3Cpath%20fill="%23ffffff"%20d="M225.8%20468.2l-2.5-2.3L48.1%20303.2C17.4%20274.7%200%20234.7%200%20192.8l0-3.3c0-70.4%2050-130.8%20119.2-144C158.6%2037.9%20198.9%2047%20231%2069.6c9%206.4%2017.4%2013.8%2025%2022.3c4.2-4.8%208.7-9.2%2013.5-13.3c3.7-3.2%207.5-6.2%2011.5-9c0%200%200%200%200%200C313.1%2047%20353.4%2037.9%20392.8%2045.4C462%2058.6%20512%20119.1%20512%20189.5l0%203.3c0%2041.9-17.4%2081.9-48.1%20110.4L288.7%20465.9l-2.5%202.3c-8.2%207.6-19%2011.9-30.2%2011.9s-22-4.2-30.2-11.9zM239.1%20145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1s0%200%200%200c-23.1-25.9-58-37.7-92-31.2C81.6%20101.5%2048%20142.1%2048%20189.5l0%203.3c0%2028.5%2011.9%2055.8%2032.8%2075.2L256%20430.7%20431.2%20268c20.9-19.4%2032.8-46.7%2032.8-75.2l0-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69%205.4-92%2031.2c0%200%200%200-.1%20.1s0%200-.1%20.1l-17.8%2020c-.3%20.4-.7%20.7-1%201.1c-4.5%204.5-10.6%207-16.9%207s-12.4-2.5-16.9-7z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.Loupe .title:before {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="40"%20height="40"%20viewBox="0%200%20512%20512"%3E%3Cpath%20fill="%23ffffff"%20d="M416%20208c0%2045.9-14.9%2088.3-40%20122.7L502.6%20457.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L330.7%20376c-34.4%2025.2-76.8%2040-122.7%2040C93.1%20416%200%20322.9%200%20208S93.1%200%20208%200S416%2093.1%20416%20208zM208%20352a144%20144%200%201%200%200-288%20144%20144%200%201%200%200%20288z"%2F%3E%3C/svg%3E');
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.Personnage .title:before {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="40"%20height="40"%20viewBox="0%200%20448%20512"%3E%3Cpath%20fill="%23ffffff"%20d="M304%20128a80%2080%200%201%200%20-160%200%2080%2080%200%201%200%20160%200zM96%20128a128%20128%200%201%201%20256%200A128%20128%200%201%201%2096%20128zM49.3%20464l349.5%200c-8.9-63.3-63.3-112-129-112l-91.4%200c-65.7%200-120.1%2048.7-129%20112zM0%20482.3C0%20383.8%2079.8%20304%20178.3%20304l91.4%200C368.2%20304%20448%20383.8%20448%20482.3c0%2016.4-13.3%2029.7-29.7%2029.7L29.7%20512C13.3%20512%200%20498.7%200%20482.3z"%2F%3E%3C/svg%3E');
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.Université .title:before {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="40"%20height="40"%20viewBox="0%200%20640%20512"%3E%3Cpath%20fill="%23ffffff"%20d="M320%2032c-8.1%200-16.1%201.4-23.7%204.1L15.8%20137.4C6.3%20140.9%200%20149.9%200%20160s6.3%2019.1%2015.8%2022.6l57.9%2020.9C57.3%20229.3%2048%20259.8%2048%20291.9l0%2028.1c0%2028.4-10.8%2057.7-22.3%2080.8c-6.5%2013-13.9%2025.8-22.5%2037.6C0%20442.7%20-0.9%20448.3%200.9%20453.4s6%208.9%2011.2%2010.2l64%2016c4.2%201.1%208.7%20.3%2012.4-2s6.3-6.1%207.1-10.4c8.6-42.8%204.3-81.2-2.1-108.7C90.3%20344.3%2086%202329.8%2080%20316.5l0-24.6c0-30.2%2010.2-58.7%2027.9-81.5c12.9-15.5%2029.6-28%2049.2-35.7l157-61.7c8.2-3.2%2017.5%20.8%2020.7%209s-.8%2017.5-9%2020.7l-157%2061.7c-12.4%204.9-23.3%2012.4-32.2%2021.6l159.6%2057.6c7.6%202.7%2015.6%204.1%2023.7%204.1s16.1-1.4%2023.7-4.1L624.2%20182.6c9.5-3.4%2015.8-12.5%2015.8-22.6s-6.3-19.1-15.8-22.6L343.7%2036.1C336.1%2033.4%20328.1%2032%20320%2032zM128%20408c0%2035.3%2086%2072%20192%2072s192-36.7%20192-72L496.7%20262.6%20354.5%20314c-11.1%204-22.8%206-34.5%206s-23.5-2-34.5-6L143.3%20262.6%20128%20408z"%2F%3E%3C/svg%3E');
  background-repeat: no-repeat;
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  position: absolute;
  align-items: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.headline_inner .title {
  padding-left: 45px;
  font-size: 32px;
  margin-bottom: 0;
}

.node--type-page .homepage-cdc-bottom-title .field--name-field-title {
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: rgba(76, 85, 98, 1);
  max-width: 1230px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.node--type-page .homepage-cdc-bottom-col {
  margin-bottom: 40px;
}


