@charset "UTF-8";
/*Variable v1*/
/*Variable V2*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

.header_wrapper {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.header_top {
  background: #212B33;
  padding: 1px 0 2px;
}

.header_top .header_wrapper {
  justify-content: flex-end;
}

.header_top_menu {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header_top_menu_item:nth-child(1) .header_top_menu_item_link {
  border-right: 1px solid white;
}

.header_top_menu_item:nth-child(1) .header_top_menu_item_link {
  padding-right: 20px;
}

.header_top_menu_item:nth-child(2) .header_top_menu_item_link {
  padding-left: 40px;
}

.header_top_menu_item_link {
  color: white;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.header_top_menu_item_link:hover {
  color: #217FA8;
}

.header_top_menu_item_link.icon_cart {
  position: relative;
}

.header_top_menu_item_link.icon_cart:before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.823' height='10.213' viewBox='0 0 14.823 10.213'%3E%3Cg id='panier' transform='translate(0 0)'%3E%3Cg id='Groupe_37' data-name='Groupe 37'%3E%3Cpath id='Tracé_63' data-name='Tracé 63' d='M14.817,84.345l-1.079-4.719a.264.264,0,0,0-.008-.028c-.082-.3-.478-.524-1.248-.714a1.669,1.669,0,0,0-1.637-1.355q-.078,0-.156.007a1.667,1.667,0,0,0-2.041-.8,1.471,1.471,0,0,0-2.471,0,1.667,1.667,0,0,0-2.041.8q-.078-.007-.156-.007a1.669,1.669,0,0,0-1.637,1.355c-.789.194-1.185.426-1.254.735l0,.011L.006,84.345A.258.258,0,0,0,0,84.4c0,.494.771.934,2.291,1.309a22.169,22.169,0,0,0,5.12.561,22.169,22.169,0,0,0,5.12-.561c1.52-.375,2.291-.815,2.291-1.309A.258.258,0,0,0,14.817,84.345ZM12.5,79.419a1.829,1.829,0,0,1,.717.3,2.279,2.279,0,0,1-.956.361A1.664,1.664,0,0,0,12.5,79.419ZM3.979,78.044a1.16,1.16,0,0,1,.255.029.258.258,0,0,0,.3-.164,1.152,1.152,0,0,1,1.635-.618.258.258,0,0,0,.362-.127.955.955,0,0,1,1.764,0,.258.258,0,0,0,.362.127,1.152,1.152,0,0,1,1.635.618.258.258,0,0,0,.3.164A1.151,1.151,0,0,1,12,79.2a1.341,1.341,0,0,1-.607,1.046,28.011,28.011,0,0,1-3.977.255,28.341,28.341,0,0,1-3.894-.243A1.2,1.2,0,0,1,2.828,79.2,1.153,1.153,0,0,1,3.979,78.044ZM2.328,79.419a1.668,1.668,0,0,0,.24.662,2.28,2.28,0,0,1-.957-.361A1.828,1.828,0,0,1,2.328,79.419Zm9.966,5.819a21.913,21.913,0,0,1-4.883.519,21.914,21.914,0,0,1-4.883-.519c-1.39-.329-1.94-.689-2.009-.829l.952-4.161a2.047,2.047,0,0,0,.244.114,6.9,6.9,0,0,0,1.355.344,27.207,27.207,0,0,0,4.34.307,27.206,27.206,0,0,0,4.34-.307,6.9,6.9,0,0,0,1.355-.344,2.051,2.051,0,0,0,.244-.114l.951,4.162C14.234,84.549,13.684,84.909,12.294,85.238Z' transform='translate(0 -76.059)' fill='%23fff'/%3E%3Cpath id='Tracé_64' data-name='Tracé 64' d='M108.794,246.28a1.209,1.209,0,0,0-1.191,1.01h-3.885a2.03,2.03,0,1,0,0,1.849H107.6a1.575,1.575,0,1,0,1.191-2.859Zm.445,2.132a.692.692,0,1,1-1.137.53c0-.015,0-.03,0-.044a.258.258,0,0,0-.257-.274h-4.372a.258.258,0,0,0-.257.274c0,.015,0,.029,0,.044a.692.692,0,1,1-1.137-.53.258.258,0,0,0,0-.395.692.692,0,1,1,1.137-.53c0,.015,0,.03,0,.044a.258.258,0,0,0,.257.274h4.372a.258.258,0,0,0,.257-.274c0-.015,0-.029,0-.044a.692.692,0,1,1,1.137.53.258.258,0,0,0,0,.395Z' transform='translate(-98.248 -241.121)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 2px;
}

.header_top_menu_item_link.icon_cart span {
  display: inline-block;
  background: white;
  color: #212B33;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  margin-left: 4px;
}

.header_top_menu_item_link.icon_formation {
  position: relative;
}

.header_top_menu_item_link.icon_formation:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: -17px;
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg id='formations' xmlns='http://www.w3.org/2000/svg' width='11.266' height='11.359' viewBox='0 0 11.266 11.359'%3E%3Cg id='Groupe_11' data-name='Groupe 11' transform='translate(0)'%3E%3Cg id='Groupe_10' data-name='Groupe 10'%3E%3Cpath id='Tracé_28' data-name='Tracé 28' d='M13.045,0H2.155a.188.188,0,0,0-.188.188V7.7a.188.188,0,0,0,.188.188h3.4L3.995,9.444a.188.188,0,0,0,.133.321H5.535V11.17a.188.188,0,0,0,.321.133L7.583,9.576h.035L9.345,11.3a.188.188,0,0,0,.32-.133V9.764h1.406a.188.188,0,0,0,.133-.321L9.647,7.886h3.4a.188.188,0,0,0,.188-.188V.188A.188.188,0,0,0,13.045,0ZM5.91,10.717V9.576a.188.188,0,0,0-.188-.188H4.582l1.2-1.2.006.021,0,.017c0,.012.007.024.011.033a1.349,1.349,0,0,0,.068.183c.009.023.019.046.029.066a1.244,1.244,0,0,0,.075.137.873.873,0,0,0,.078.123,1.5,1.5,0,0,0,.092.123c.009.012.019.023.019.023.034.04.069.078.106.115s.075.073.1.1a.32.32,0,0,0,.035.029,1.311,1.311,0,0,0,.113.084,1.325,1.325,0,0,0,.129.084c.046.027.094.052.139.074a.633.633,0,0,0,.061.027,1.353,1.353,0,0,0,.182.069c.027.009.053.017.08.024ZM7.986,9.15l-.025.007c-.043.01-.086.019-.129.026s-.1.012-.149.015c-.026,0-.054,0-.083,0H7.519c-.052,0-.1-.009-.149-.015s-.087-.017-.125-.025l-.03-.008c-.019-.005-.038-.01-.065-.019A1.113,1.113,0,0,1,7,9.076l-.044-.019C6.919,9.038,6.88,9.019,6.844,9a1.063,1.063,0,0,1-.1-.066,1.1,1.1,0,0,1-.1-.072L6.63,8.846c-.031-.026-.061-.055-.092-.085S6.48,8.7,6.454,8.67l-.013-.017a1.205,1.205,0,0,1-.08-.107A.736.736,0,0,1,6.3,8.452a1.035,1.035,0,0,1-.06-.111c-.007-.014-.012-.027-.022-.051a1.09,1.09,0,0,1-.055-.148c-.007-.019-.011-.038-.017-.056L6.141,8.06c-.01-.043-.02-.086-.026-.129s-.012-.1-.015-.149c0-.027,0-.056,0-.083a1.5,1.5,0,0,1,3,0c0,.028,0,.056,0,.081,0,.052-.009.1-.015.149s-.017.087-.025.125l-.008.03c-.005.019-.01.038-.019.065a1.135,1.135,0,0,1-.056.15c-.005.013-.011.027-.019.044-.019.038-.038.077-.06.113a.989.989,0,0,1-.066.1,1.045,1.045,0,0,1-.072.1l-.013.017c-.026.031-.055.061-.085.092s-.06.058-.091.085l-.018.013a1.256,1.256,0,0,1-.106.08A.943.943,0,0,1,8.358,9c-.037.022-.075.041-.117.061l-.051.022a1.1,1.1,0,0,1-.148.055C8.023,9.14,8,9.145,7.986,9.15Zm2.633.238H9.478a.188.188,0,0,0-.188.188v1.141l-1.2-1.2.021-.006.017,0,.033-.011a1.37,1.37,0,0,0,.183-.068c.023-.009.046-.019.066-.029.048-.023.1-.048.143-.075a1.188,1.188,0,0,0,.116-.076,1.434,1.434,0,0,0,.123-.092l.023-.019c.04-.034.078-.069.115-.106s.073-.075.1-.1a.324.324,0,0,0,.029-.035,1.26,1.26,0,0,0,.084-.113,1.307,1.307,0,0,0,.085-.129c.027-.046.052-.094.074-.139.012-.023.021-.046.027-.061a1.357,1.357,0,0,0,.069-.182c.009-.027.017-.053.024-.08Zm2.239-1.878H9.468v0c0-.015,0-.03-.007-.045-.006-.045-.012-.091-.021-.135,0-.023-.011-.046-.017-.069s-.017-.071-.027-.106-.017-.049-.026-.073-.022-.064-.035-.094-.022-.049-.033-.073-.027-.059-.042-.087-.027-.047-.04-.071-.032-.054-.049-.081-.031-.045-.047-.067-.036-.05-.056-.075-.035-.042-.053-.063-.041-.046-.062-.069-.038-.039-.058-.058S8.85,6.3,8.826,6.28s-.041-.035-.063-.053l-.075-.056-.067-.046c-.026-.017-.054-.033-.081-.049l-.071-.04c-.029-.015-.058-.029-.087-.042L8.31,5.961c-.031-.013-.063-.024-.094-.035s-.048-.018-.073-.025-.069-.019-.1-.027-.047-.012-.072-.017-.079-.013-.119-.019L7.787,5.83c-.061-.006-.123-.009-.186-.009s-.125,0-.186.009l-.062.009c-.04.005-.08.01-.119.019s-.048.011-.072.017-.069.017-.1.027-.049.017-.073.025-.064.022-.094.035l-.073.033c-.029.014-.059.027-.087.042l-.071.04c-.027.016-.055.032-.081.049l-.067.046-.075.056-.063.053c-.023.02-.047.041-.069.063s-.039.038-.058.058-.042.045-.062.069-.036.041-.053.063-.038.049-.056.075-.032.045-.047.067S6,6.729,5.98,6.756s-.028.047-.04.071-.028.058-.042.087-.023.048-.033.073-.024.063-.035.094-.019.048-.026.073-.019.07-.027.106-.012.045-.017.069c-.009.044-.015.09-.021.135,0,.015-.005.03-.007.045v0H2.343V.376H12.858Z' transform='translate(-1.967)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Groupe_14' data-name='Groupe 14' transform='translate(4.506 6.572)'%3E%3Cg id='Groupe_13' data-name='Groupe 13'%3E%3Cg id='Groupe_12' data-name='Groupe 12'%3E%3Cpath id='Tracé_29' data-name='Tracé 29' d='M241.943,280h0Z' transform='translate(-240.817 -280)' fill='%23fff'/%3E%3Cpath id='Tracé_30' data-name='Tracé 30' d='M195.092,280a1.131,1.131,0,0,0-1.126,1.135s0,0,0,.006v.041c0,.042.007.083.012.118a.188.188,0,0,0,.186.161l.027,0a.188.188,0,0,0,.159-.212c0-.027-.007-.058-.009-.086v-.034a.751.751,0,0,1,.751-.751.188.188,0,0,0,0-.376Z' transform='translate(-193.966 -280)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Groupe_16' data-name='Groupe 16' transform='translate(2.065 1.878)'%3E%3Cg id='Groupe_15' data-name='Groupe 15'%3E%3Cpath id='Tracé_31' data-name='Tracé 31' d='M96.915,80h-6.76a.188.188,0,1,0,0,.376h6.76a.188.188,0,0,0,0-.376Z' transform='translate(-89.967 -80)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Groupe_18' data-name='Groupe 18' transform='translate(2.065 3.004)'%3E%3Cg id='Groupe_17' data-name='Groupe 17'%3E%3Cpath id='Tracé_32' data-name='Tracé 32' d='M96.915,128h-6.76a.188.188,0,0,0,0,.376h6.76a.188.188,0,0,0,0-.376Z' transform='translate(-89.967 -128)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Groupe_20' data-name='Groupe 20' transform='translate(2.065 4.131)'%3E%3Cg id='Groupe_19' data-name='Groupe 19'%3E%3Cpath id='Tracé_33' data-name='Tracé 33' d='M96.915,176h-6.76a.188.188,0,1,0,0,.376h6.76a.188.188,0,1,0,0-.376Z' transform='translate(-89.967 -176)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
}

.header_bottom {
  background: white;
  padding: 10px 0;
}

.header_bottom .header_wrapper {
  align-items: center;
}

.header_bottom .hamburger {
  display: none;
}

.header_menu {
  position: relative;
  width: calc(100% - 205px);
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.header_menu > .menu-item {
  position: relative;
  padding: 26px 0 26px 15px;
}

.header_menu > .menu-item:hover a {
  color: #212B33;
}

.header_menu > .menu-item:hover .sub-menu {
  display: block;
}

.header_menu > .menu-item a {
  color: #212B33;
  vertical-align: middle;
  font-size: 14px;
}

.header_menu > .menu-item > .sub-menu {
  display: none;
  padding: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 215px;
  list-style-type: none;
  transition: all .2 ease-in;
  z-index: 10;
  background: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 15px 18px -16px rgba(0, 0, 0, 0.6);
}

.header_menu > .menu-item > .sub-menu .menu-item {
  margin: 8px 0;
}

.header_menu .megamenu {
  position: initial;
}

.header_menu .megamenu > .sub-menu {
  flex-direction: row;
  width: auto;
  right: 0;
  left: inherit;
}

.header_menu .megamenu > .sub-menu .colonne {
  border-right: 1px solid #212B33;
}

.header_menu .megamenu > .sub-menu .colonne.last {
  border-right: none;
}

.header_menu .megamenu > .sub-menu .colonne .sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 150px;
  padding: 0 25px;
}

.header_menu .megamenu > .sub-menu .colonne .sub-menu a {
  font-size: 14px;
}

.header_menu .megamenu > .sub-menu .colonne .sub-menu .sub-menu {
  padding: 0;
  margin: 0;
}

.header_menu .megamenu > .sub-menu .colonne .sub-menu .sub-menu a {
  font-weight: 500;
}

.header_menu .megamenu > .sub-menu .colonne > a {
  display: none;
}

.header_menu .megamenu > .sub-menu .colonne > a > .sub-menu {
  display: flex;
  flex-direction: column;
}

.header_menu .megamenu:hover > .sub-menu {
  display: flex;
}

.header_logo {
  display: block;
  width: 205px;
  height: 69px;
  background-image: url("../../img/logo_2022.svg");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .header_logo {
    width: 150px;
    height: 50px;
    margin-bottom: 0;
  }
}

.header_logo span {
  position: absolute;
  text-indent: -10000px;
}

.mobile_menu {
  background: #212B33;
  position: fixed;
  width: 350px;
  height: calc(100% - 109px);
  left: -350px;
  top: 109px;
  z-index: 9001;
  opacity: 0;
  overflow-y: scroll;
}

.mobile_menu_list {
  width: 85%;
  margin: 50px auto 0;
  list-style: none;
  padding: 0;
}

.mobile_menu_list .menu-item > a {
  display: inline-block;
  width: 100%;
  color: white;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile_menu_list .menu-item .sub-menu {
  display: none;
  list-style: none;
  padding-left: 15px;
}

.mobile_menu_list .menu-item .sub-menu a:before {
  content: none;
}

.mobile_menu_list .menu-item.last a {
  border: none;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#colophon {
  position: relative;
  margin-top: 50px;
}

#colophon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 1;
  background: white;
}

#menu-footer .menu-item a {
  color: black;
}

#menu-footer .menu-item a:hover {
  color: #217FA8;
}

#copyright a {
  color: black;
}

#copyright a:hover {
  color: #217FA8;
}

#inscription {
  position: relative;
  background: #212B33;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}

#inscription:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: white;
}

#inscription .h3buy {
  max-width: 600px;
  font-family: 'Trebuchet MS', sans-serif !important;
  font-size: 30px !important;
  line-height: 1.2em !important;
  margin: 10px 0 !important;
}

#inscription_content {
  width: 68%;
  color: white;
}

#inscription_content span {
  position: relative;
}

#inscription_content span:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #217FA8;
  z-index: -1;
}

#inscription_content h3 {
  font-weight: 500;
}

#inscription_content strong {
  font-weight: 800;
}

#inscription_content .btn {
  margin-top: 20px;
}

#inscription_content .fullblue {
  background: #5E36B5;
  border: 1px solid #5E36B5;
}

#inscription_content .fullblue:hover {
  background: #217FA8;
  color: white;
}

#inscription_image {
  position: relative;
  width: 32%;
  z-index: 2;
}

#inscription_image img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

footer #question {
  background-color: white;
  box-shadow: 0 0 41px rgba(0, 0, 0, 0.07);
  padding: 20px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  margin-top: -100px;
}

footer #question > div {
  width: 60%;
}

footer #question h4 {
  margin-bottom: 0;
}

footer #logo {
  flex: 1;
}

footer #logo img {
  width: 230px;
}

#footer-menus {
  flex: 3;
}

#menu-footer {
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#menu-footer li {
  list-style: none;
  margin: 5px 15px;
}

#menu-footer a {
  text-transform: uppercase;
  font-size: 13px;
}

#menu-footer a:hover {
  color: #217FA8;
}

.footer_wrapper {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer_reseaux {
  flex: 1;
}

.footer_reseaux a {
  background-color: #212B33;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  transition: all 0.2s ease-in-out;
  width: 34px;
  height: 34px;
  position: relative;
}

.footer_reseaux a span {
  text-indent: -10000px;
  position: absolute;
}

.footer_reseaux a:hover {
  transform: scale(1.05);
}

.footer_reseaux .facebook:before {
  content: "";
  width: 11px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 272 512' style='enable-background:new 0 0 272 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M16,297.3h53.7V496c0,8.8,7.1,16,16,16l85.5,0c8.9,0,16-7.2,16-16V297.3h50.9c8.1,0,14.9-6,15.9-14l10.6-85.3 c1.2-9.5-6.3-18-15.9-18h-61.5c2.4-52.7-9.3-68.3,25-68.3c23.2-2.8,59.8,9,59.8-16V19.4c0-8-5.9-14.8-13.8-15.9 C251.5,2.6,225,0,192.2,0C42.6,0,73.4,165.8,69.7,180H16c-8.8,0-16,7.2-16,16v85.3C0,290.2,7.2,297.3,16,297.3L16,297.3z M32,212 h53.7c8.8,0,16-7.2,16-16v-67.2c0-61.5,33-96.8,90.5-96.8c18.7,0,36,0.9,47.8,1.9v45.8c-8.6,4.4-84.8-18.9-84.8,57.5V196 c0,8.8,7.2,16,16,16h59.4l-6.7,53.3h-52.8c-8.8,0-16,7.2-16,16V480h-53.4V281.3c0-8.8-7.2-16-16-16H32L32,212z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
}

.footer_reseaux .instagram:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512.00096 512.00096' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m373.40625 0h-234.8125c-76.421875 0-138.59375 62.171875-138.59375 138.59375v234.816406c0 76.417969 62.171875 138.589844 138.59375 138.589844h234.816406c76.417969 0 138.589844-62.171875 138.589844-138.589844v-234.816406c0-76.421875-62.171875-138.59375-138.59375-138.59375zm108.578125 373.410156c0 59.867188-48.707031 108.574219-108.578125 108.574219h-234.8125c-59.871094 0-108.578125-48.707031-108.578125-108.574219v-234.816406c0-59.871094 48.707031-108.578125 108.578125-108.578125h234.816406c59.867188 0 108.574219 48.707031 108.574219 108.578125zm0 0' fill='%23ffffff' data-original='%23000000' class=''/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m256 116.003906c-77.195312 0-139.996094 62.800782-139.996094 139.996094s62.800782 139.996094 139.996094 139.996094 139.996094-62.800782 139.996094-139.996094-62.800782-139.996094-139.996094-139.996094zm0 249.976563c-60.640625 0-109.980469-49.335938-109.980469-109.980469 0-60.640625 49.339844-109.980469 109.980469-109.980469 60.644531 0 109.980469 49.339844 109.980469 109.980469 0 60.644531-49.335938 109.980469-109.980469 109.980469zm0 0' fill='%23ffffff' data-original='%23000000' class=''/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m399.34375 66.285156c-22.8125 0-41.367188 18.558594-41.367188 41.367188 0 22.8125 18.554688 41.371094 41.367188 41.371094s41.371094-18.558594 41.371094-41.371094-18.558594-41.367188-41.371094-41.367188zm0 52.71875c-6.257812 0-11.351562-5.09375-11.351562-11.351562 0-6.261719 5.09375-11.351563 11.351562-11.351563 6.261719 0 11.355469 5.089844 11.355469 11.351563 0 6.257812-5.09375 11.351562-11.355469 11.351562zm0 0' fill='%23ffffff' data-original='%23000000' class=''/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
}

.footer_reseaux .youtube:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512.00199 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m334.808594 170.992188-113.113282-61.890626c-6.503906-3.558593-14.191406-3.425781-20.566406.351563-6.378906 3.78125-10.183594 10.460937-10.183594 17.875v122.71875c0 7.378906 3.78125 14.046875 10.117188 17.832031 3.308594 1.976563 6.976562 2.96875 10.652344 2.96875 3.367187 0 6.742187-.832031 9.847656-2.503906l113.117188-60.824219c6.714843-3.613281 10.90625-10.59375 10.9375-18.222656.027343-7.628906-4.113282-14.640625-10.808594-18.304687zm-113.859375 63.617187v-91.71875l84.539062 46.257813zm0 0' fill='%23ffffff' data-original='%23000000' class=''/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m508.234375 91.527344-.023437-.234375c-.433594-4.121094-4.75-40.777344-22.570313-59.421875-20.597656-21.929688-43.949219-24.59375-55.179687-25.871094-.929688-.105469-1.78125-.203125-2.542969-.304688l-.894531-.09375c-67.6875-4.921874-169.910157-5.5937495-170.933594-5.59765575l-.089844-.00390625-.089844.00390625c-1.023437.00390625-103.246094.67578175-171.542968 5.59765575l-.902344.09375c-.726563.097657-1.527344.1875-2.398438.289063-11.101562 1.28125-34.203125 3.949219-54.859375 26.671875-16.972656 18.445312-21.878906 54.316406-22.382812 58.347656l-.058594.523438c-.152344 1.714844-3.765625 42.539062-3.765625 83.523437v38.3125c0 40.984375 3.613281 81.808594 3.765625 83.527344l.027344.257813c.433593 4.054687 4.746093 40.039062 22.484375 58.691406 19.367187 21.195312 43.855468 24 57.027344 25.507812 2.082031.238282 3.875.441406 5.097656.65625l1.183594.164063c39.082031 3.71875 161.617187 5.550781 166.8125 5.625l.15625.003906.15625-.003906c1.023437-.003907 103.242187-.675781 170.929687-5.597657l.894531-.09375c.855469-.113281 1.816406-.214843 2.871094-.324218 11.039062-1.171875 34.015625-3.605469 54.386719-26.019532 16.972656-18.449218 21.882812-54.320312 22.382812-58.347656l.058594-.523437c.152344-1.71875 3.769531-42.539063 3.769531-83.523438v-38.3125c-.003906-40.984375-3.617187-81.804687-3.769531-83.523437zm-26.238281 121.835937c0 37.933594-3.3125 77-3.625 80.585938-1.273438 9.878906-6.449219 32.574219-14.71875 41.5625-12.75 14.027343-25.847656 15.417969-35.410156 16.429687-1.15625.121094-2.226563.238282-3.195313.359375-65.46875 4.734375-163.832031 5.460938-168.363281 5.488281-5.082032-.074218-125.824219-1.921874-163.714844-5.441406-1.941406-.316406-4.039062-.558594-6.25-.808594-11.214844-1.285156-26.566406-3.042968-38.371094-16.027343l-.277344-.296875c-8.125-8.464844-13.152343-29.6875-14.429687-41.148438-.238281-2.710937-3.636719-42.238281-3.636719-80.703125v-38.3125c0-37.890625 3.304688-76.914062 3.625-80.574219 1.519532-11.636718 6.792969-32.957031 14.71875-41.574218 13.140625-14.453125 26.996094-16.054688 36.160156-17.113282.875-.101562 1.691407-.195312 2.445313-.292968 66.421875-4.757813 165.492187-5.464844 169.046875-5.492188 3.554688.023438 102.589844.734375 168.421875 5.492188.808594.101562 1.691406.203125 2.640625.3125 9.425781 1.074218 23.671875 2.699218 36.746094 16.644531l.121094.128906c8.125 8.464844 13.152343 30.058594 14.429687 41.75.226563 2.558594 3.636719 42.171875 3.636719 80.71875zm0 0' fill='%23ffffff' data-original='%23000000' class=''/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
}

.footer_reseaux .tiktok:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FCFCFC;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M464.9,112.5c-53.7,0-97.5-43.7-97.5-97.5c0-8.3-6.7-15-15-15h-80.3c-8.3,0-15,6.7-15,15v329.4 c0,31.6-25.7,57.3-57.3,57.3c-31.6,0-57.3-25.7-57.3-57.3c0-31.6,25.7-57.3,57.3-57.3c8.3,0,15-6.7,15-15v-80.3c0-8.3-6.7-15-15-15 c-92.4,0-167.6,75.2-167.6,167.6c0,92.4,75.2,167.6,167.6,167.6s167.6-75.2,167.6-167.6V198.6c29.9,15.9,63.1,24.2,97.5,24.2 c8.3,0,15-6.7,15-15v-80.3C479.9,119.2,473.2,112.5,464.9,112.5L464.9,112.5z M449.9,192.2c-32-2.7-62.4-13.9-88.7-32.8 c-4.6-3.3-10.6-3.7-15.6-1.2c-5,2.6-8.2,7.7-8.2,13.3v172.8c0,75.9-61.7,137.6-137.6,137.6c-75.9,0-137.6-61.7-137.6-137.6 c0-70.8,53.8-129.3,122.6-136.8v50.8c-41,7.1-72.3,43-72.3,86c0,48.1,39.2,87.3,87.3,87.3c48.1,0,87.3-39.2,87.3-87.3V30h51.2 c6.9,58.3,53.3,104.7,111.6,111.6L449.9,192.2L449.9,192.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
}

.footer_logo {
  position: relative;
  display: block;
  width: 205px;
  height: 66px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 298.9 97' style='enable-background:new 0 0 298.9 97;' xml:space='preserve' width='300' height='97'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C6E6FF;%7D .st1%7Bfill:%23000006;%7D .st2%7Bfill:%2399D1FD;%7D .st3%7Bfill:%23C5E5FE;%7D .st4%7Bfill:%230A0B0B;%7D .st5%7Bfill:%23FEFEFE;%7D .st6%7Bfill:%2349A6F3;%7D .st7%7Bfill:%238DC8F6;%7D .st8%7Bfill:%237EBEEB;%7D .st9%7Bfill:%2386C3F1;%7D .st10%7Bfill:%2377B9E7;%7D .st11%7Bfill:%236CB0DE;%7D .st12%7Bfill:%2370B4E2;%7D .st13%7Bfill:%234A98C7;%7D .st14%7Bfill:%2396CFFB;%7D .st15%7Bfill:%23388BBB;%7D .st16%7Bfill:%234292C2;%7D .st17%7Bfill:%2363ABDA;%7D .st18%7Bfill:%23509CCB;%7D .st19%7Bfill:%23539FCE;%7D .st20%7Bfill:%233D8FBE;%7D .st21%7Bfill:%2362A8D6;%7D .st22%7Bfill:%23A9D4E9;%7D .st23%7Bfill:%2375B1CF;%7D .st24%7Bfill:%235690BF;%7D .st25%7Bfill:%23CEE0EC;%7D .st26%7Bfill:%236DA5CA;%7D .st27%7Bfill:%2359A1D0;%7D .st28%7Bfill:%236AADCE;%7D .st29%7Bfill:%237FAACC;%7D .st30%7Bfill:%236894BD;%7D .st31%7Bfill:%23D9E6EF;%7D .st32%7Bfill:%235A9DC4;%7D .st33%7Bfill:%238EB1CF;%7D .st34%7Bfill:%23F8FDFE;%7D .st35%7Bfill:%2384A5D1;%7D .st36%7Bfill:%23E7E9F1;%7D .st37%7Bfill:%23A4C6DC;%7D .st38%7Bfill:%23DAEBF3;%7D .st39%7Bfill:%235AA4D3;%7D .st40%7Bfill:%23AACAE0;%7D .st41%7Bfill:%23CFE2EE;%7D .st42%7Bfill:%23B5DEEB;%7D .st43%7Bfill:%2381BCD8;%7D .st44%7Bfill:%2363B1D2;%7D .st45%7Bfill:%235C8FBB;%7D%0A%3C/style%3E%3Crect x='183.9' y='0.9' class='st0' width='114' height='58.3'/%3E%3Cpath class='st0' d='M298.9,60.2H0V0h298.9V60.2z M1.9,58.3H297V1.9H1.9V58.3z'/%3E%3Cg%3E%3Cpath class='st1' d='M40.1,33H12.7c0.7,2.3,2,4.2,3.9,5.6c1.9,1.4,4.1,2.1,6.5,2.1c2.9,0,5.5-1.2,7.7-3.6l5.5,3.2 c-3.8,4.5-8.2,6.7-13.2,6.7c-4.7,0-8.7-1.7-12.1-5c-3.3-3.3-5-7.4-5-12.1s1.7-8.8,5-12.1s7.3-5,12.1-5c4.7,0,8.7,1.7,12,5 s5,7.4,5,12.1L40.1,33L40.1,33z M33.5,26.8c-0.7-2.3-2-4.2-3.9-5.6S25.5,19,23.1,19c-2.4,0-4.5,0.7-6.5,2.2 c-1.9,1.4-3.2,3.3-3.9,5.6H33.5z'/%3E%3Cpath class='st1' d='M70.3,36c0,3.8-1.6,6.6-4.7,8.5c-2.4,1.5-5.2,2.2-8.5,2.2c-9.6,0-14.4-5.2-14.4-15.7h6.2 c0,3.4,0.5,5.7,1.6,7.1c1.2,1.6,3.4,2.4,6.6,2.4c1.8,0,3.3-0.3,4.5-0.9c1.6-0.8,2.4-2,2.4-3.6c0-1.4-0.8-2.4-2.4-3.2 c-0.4-0.2-1.8-0.6-4.2-1.2c-4.5-1.2-7.3-2-8.4-2.6c-2.8-1.5-4.2-3.9-4.2-7.3c0-1.9,0.7-3.7,2-5.3c2-2.5,5.2-3.8,9.5-3.8 c8,0,12.1,4.5,12.1,13.4h-6.2c0-2.5-0.4-4.3-1-5.3c-0.8-1.3-2.4-1.9-4.8-1.9c-1.2,0-2.2,0.2-3.2,0.5c-1.4,0.5-2.1,1.2-2.1,2.2 c0,1,0.4,1.6,1.1,1.9c0.5,0.2,3,0.9,7.6,2.1c3.3,0.9,5.7,1.9,7.2,3.1C69.2,30.6,70.3,33,70.3,36z'/%3E%3Cpath class='st1' d='M102.4,22.9c0,2.8-1,5.2-2.9,7.1c-2,2-4.3,2.9-7.1,2.9H79.1v14h-6.2V12.7h3.2h16.3c2.8,0,5.1,1,7.1,3 C101.4,17.7,102.4,20.1,102.4,22.9z M96.2,22.9c0-1.1-0.4-2-1.1-2.7c-0.8-0.8-1.6-1.2-2.7-1.2H79.1v7.7h13.3c1.1,0,1.9-0.4,2.7-1.1 C95.8,24.8,96.2,23.9,96.2,22.9z'/%3E%3Cpath class='st1' d='M138.8,46.9H130l-13.9-14h-4.9v14H105V12.7h3.2h16.3c2.8,0,5.1,1,7.1,3c2,2,2.9,4.3,2.9,7.1 c0,2.7-0.9,5.1-2.8,7c-1.9,1.9-4.1,3-6.8,3.1L138.8,46.9z M128.3,22.9c0-1.1-0.4-2-1.1-2.7c-0.8-0.8-1.6-1.2-2.7-1.2h-13.3v7.7 h13.3c1.1,0,1.9-0.4,2.7-1.1C127.9,24.8,128.3,23.9,128.3,22.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M182.3,19h-8.6v27.9h-6.2V19h-8.2v-6.3h23.1V19L182.3,19z'/%3E%3Cpath class='st1' d='M225.5,30.1c0,4.7-1.6,8.7-4.9,11.9c-3.2,3.3-7.2,4.9-11.8,4.9L192,47V13.3h3.1h13.6c4.7,0,8.6,1.6,11.8,4.9 C223.9,21.5,225.5,25.5,225.5,30.1z M219.4,30.1c0-3-1-5.5-3.1-7.6c-2.1-2.1-4.6-3.2-7.5-3.2h-10.6v21.4h10.6c2.9,0,5.5-1,7.5-3.1 C218.3,35.6,219.4,33.1,219.4,30.1z'/%3E%3Cpath class='st1' d='M261.1,30.1c0,4.7-1.6,8.6-4.9,11.9s-7.2,4.9-11.8,4.9s-8.6-1.6-11.9-4.9c-3.3-3.3-4.9-7.2-4.9-11.9 s1.6-8.6,4.9-11.9c3.3-3.3,7.2-4.9,11.9-4.9c4.6,0,8.6,1.6,11.8,4.9C259.5,21.5,261.1,25.4,261.1,30.1z M255,30.1 c0-3-1-5.5-3.1-7.6c-2.1-2.1-4.6-3.1-7.5-3.1c-3,0-5.5,1-7.6,3.1c-2.1,2.1-3.1,4.6-3.1,7.6c0,3,1,5.5,3.1,7.6 c2.1,2,4.6,3.1,7.6,3.1c2.9,0,5.5-1,7.5-3.1C254,35.6,255,33.1,255,30.1z'/%3E%3Cpath class='st1' d='M296.8,30.1c0,4.7-1.6,8.6-4.9,11.9c-3.2,3.3-7.2,4.9-11.8,4.9s-8.6-1.6-11.9-4.9s-4.9-7.2-4.9-11.9 s1.6-8.6,4.9-11.9s7.2-4.9,11.9-4.9c5,0,9.3,2.2,13,6.6l-5.3,3.3c-2.3-2.5-4.8-3.7-7.7-3.7c-3,0-5.5,1-7.6,3.1 c-2.1,2.1-3.1,4.6-3.1,7.6c0,3,1,5.5,3.1,7.6c2.1,2,4.6,3.1,7.6,3.1c2.4,0,4.5-0.7,6.3-2.1s3.2-3.2,3.8-5.5h-12.8V27h19.3 L296.8,30.1L296.8,30.1z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M262.7,56.2v1.8h-1.6v-1.8H262.7z'/%3E%3Cpath d='M268.9,58.3c-1.3,0-2.3-0.4-2.9-1.2c-0.7-0.8-1-2-1-3.5c0-1.5,0.3-2.7,1-3.5c0.7-0.8,1.6-1.2,2.9-1.2 c0.9,0,1.7,0.2,2.3,0.7c0.6,0.5,1,1.2,1.2,2l-1.6,0.1c-0.1-0.5-0.3-0.9-0.6-1.2c-0.3-0.3-0.8-0.4-1.4-0.4c-0.8,0-1.4,0.3-1.7,0.8 c-0.4,0.5-0.5,1.4-0.5,2.7c0,1.2,0.2,2.1,0.6,2.7s1,0.9,1.7,0.9c0.5,0,1-0.1,1.4-0.4c0.4-0.3,0.6-0.8,0.7-1.3l1.5,0.1 c-0.1,0.6-0.3,1.1-0.6,1.5s-0.7,0.8-1.2,1C270.1,58.1,269.5,58.3,268.9,58.3z'/%3E%3Cpath d='M281.6,53.5c0,1.6-0.4,2.8-1.1,3.6c-0.7,0.8-1.7,1.2-3.1,1.2s-2.3-0.4-3-1.2s-1-2-1-3.5c0-1.6,0.3-2.8,1-3.5 c0.7-0.8,1.7-1.2,3.1-1.2c1.4,0,2.4,0.4,3.1,1.2C281.2,50.7,281.6,51.9,281.6,53.5z M280,53.5c0-1.2-0.2-2.2-0.6-2.8 c-0.4-0.6-1-0.8-1.9-0.8c-0.9,0-1.5,0.3-1.9,0.9s-0.6,1.5-0.6,2.7c0,1.2,0.2,2.1,0.6,2.7s1,0.9,1.8,0.9c0.9,0,1.6-0.3,2-0.9 C279.8,55.7,280,54.8,280,53.5z'/%3E%3Cpath d='M284.8,52.8v5.3h-1.5v-7.2c0-0.5,0-1,0-1.3c0-0.3,0-0.5,0-0.7h1.4c0,0.1,0,0.3,0,0.4c0,0.2,0,0.4,0,0.6s0,0.4,0,0.5h0 c0.3-0.7,0.7-1.1,1.1-1.3s0.9-0.4,1.6-0.4c0.7,0,1.2,0.1,1.6,0.4c0.4,0.3,0.7,0.7,0.8,1.3h0c0.3-0.6,0.7-1.1,1.2-1.3 c0.4-0.3,1-0.4,1.6-0.4c0.9,0,1.6,0.3,2,0.8s0.6,1.3,0.6,2.5v6.1h-1.5v-5.8c0-0.9-0.1-1.5-0.4-1.8s-0.7-0.5-1.3-0.5 c-0.7,0-1.2,0.2-1.6,0.7c-0.4,0.5-0.5,1.2-0.5,2.1v5.3h-1.5v-5.8c0-0.9-0.1-1.5-0.4-1.8S287.6,50,287,50c-0.7,0-1.2,0.2-1.5,0.8 C285.1,51.2,284.8,51.9,284.8,52.8z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M141.3,38.4c0-0.6,0.2-1.1,0.1-1.7c0-0.6-0.1-1.2-0.3-1.9c0-0.7,0-1.5-0.1-2.2c-0.2-1.4-0.7-2.7-1.5-3.9 c-0.7-1-1.6-1.8-2.3-2.8c-0.8-1-1.5-2.1-1.7-3.4c-0.2-1.3,0-2.5,0.9-3.5c0.8-0.9,2-1,3-0.4c0.5,0.4,0.9,0.8,1.3,1.3 c0,0.1,0.1,0.2,0.2,0.2c0.2-0.2,0.1-0.5-0.1-0.8c-0.2-0.2-0.3-0.4-0.4-0.6c0-0.7-0.1-1.4,0-2.1c0.2-1.7,1.5-2.8,3.1-2.8 c0,0,0,0,0.1,0c0-0.2,0.2-0.1,0.4-0.1c0.7,0.2,1.2,0.5,1.6,1.1c0.5,0.7,0.8,1.6,1,2.4c0,0.1,0,0.2,0.1,0.3c0.2-0.2,0-0.4,0.1-0.7 c0.1,0,0.1,0.1,0.2,0.1c0,0,0.1-0.1,0.1-0.2c0.1-0.5,0-1.1,0-1.6c0-1.6,1.3-2.6,2.7-2.6c0.9,0,1.7,0.4,2.3,1.2 c0.4,0.5,0.5,1,0.6,1.6c0,0.1,0,0.3,0,0.4c0,0.7-0.2,1.4-0.4,2c0,0.2-0.1,0.4,0,0.6c0.2-0.2,0.3-0.4,0.5-0.5c0,0,0,0,0.1,0l0,0 c0.1,0,0.1,0,0.2-0.1c0.2-0.1,0.4-0.2,0.6-0.3c0.8-0.4,1.7-0.4,2.5,0.2c0.6,0.5,1,1.1,1.2,1.7c0.1,0.2,0.1,0.5,0.3,0.7 c0.1,0.3,0.1,0.6,0.1,0.9c0,1.1-0.4,2-0.9,3c-0.8,1.6-1.8,3-2.4,4.6c0,0,0,0.1,0,0.1l0,0c-0.3,0.3-0.4,0.6-0.5,1 c-0.6,1.5-0.5,3-0.4,4.5c0,0.8,0.2,1.7,0.2,2.5c0,0.9-0.1,1.9-0.2,2.8c-0.4-1.2-0.7-2.5-1.1-3.6c0,0-0.1,0-0.1,0c0,0.5,0,1,0,1.6 c-0.5-0.7-0.6-1.6-1.2-2.3c-0.4,0.5-0.2,1.2-0.2,1.7c-0.2-0.3-0.4-0.6-0.6-0.9c-0.3,0.6-0.1,1.2-0.3,1.7c-0.2-0.4-0.3-0.8-0.5-1.2 c-0.2,0.2-0.3,0.3-0.3,0.5c-0.1,0.5-0.1,0.9-0.1,1.4c0,0.3-0.1,0.5-0.2,0.8c-0.2-0.2-0.3-0.4-0.4-0.6c-0.2-0.5-0.4-1.1-0.8-1.6 c0-0.1-0.1-0.2-0.2-0.2c-0.2,0.4-0.3,0.8-0.4,1.2c-0.4-0.4-0.4-1-0.6-1.5c-0.2,0.3-0.4,0.5-0.6,0.7c-0.3-0.7-0.3-1.5-0.6-2.2 c-0.2,0.2-0.3,0.5-0.4,0.7c-0.2,0.5-0.2,1.1-0.3,1.7c0,0.2,0,0.5-0.2,0.8c-0.2-0.4-0.3-0.8-0.5-1.1c-0.6,0.5-0.5,1.2-0.6,1.9 c-0.3-0.4-0.4-0.8-0.7-1.2c0,0.6,0,1.1,0,1.6c-0.4-0.3-0.5-0.7-0.6-1.2c-0.1-0.6-0.1-1.2-0.2-1.8c0-0.3,0-0.5,0-0.8 c-0.2,0.4-0.3,0.9-0.4,1.4C141.5,37.7,141.5,38.1,141.3,38.4z M149.9,24.6C149.9,24.5,149.9,24.5,149.9,24.6 c-0.3-0.3-0.5-0.7-0.6-1.1c0-0.1-0.1-0.2-0.1-0.4c-0.6-1.2-2-1.7-3.1-1.1c-1,0.5-1.6,1.5-1.9,2.6c-0.1,0.6-0.4,1.1-0.9,1.5 c-0.2,0.2-0.3,0.3-0.4,0.5c-0.3,0.4-0.5,0.8-0.6,1.2c-0.2,1.5,0.7,2.5,2.2,2.5c0.7,0,1.3-0.2,1.9-0.4c0.8-0.3,1.7-0.5,2.6-0.5 c0.4,0,0.7,0,1,0c0.6,0,1.1-0.3,1.4-0.8c0.5-0.7,0.7-1.5,0.5-2.4c-0.1-0.5-0.2-0.9-0.7-1.2C150.8,24.9,150.3,24.7,149.9,24.6z M141.2,24.4c-0.1-0.9-0.4-1.9-1.2-2.8c-0.4-0.5-0.9-1-1.5-1.2c-0.3-0.1-0.6-0.2-0.9,0c-0.5,0.4-0.8,0.8-0.8,1.5 c0,1.1,0.5,2,1.1,2.8c0.3,0.4,0.7,0.8,1.2,1.1C140.1,26.4,141.2,26,141.2,24.4z M156.5,21.6c0-0.9-0.3-1.5-1-1.9 c-0.7-0.4-1.4-0.3-2,0.2c-0.9,0.8-1.5,1.9-1.6,3.1c-0.1,0.7,0.2,1.2,0.8,1.5c0.7,0.3,1.4,0.3,2-0.1 C155.9,23.7,156.4,22.7,156.5,21.6z M145.4,19.3c0-0.4,0-0.7-0.1-1c-0.2-0.8-0.4-1.5-1-2c-0.6-0.6-1.4-0.5-2,0.2 c-0.1,0.1-0.1,0.3-0.2,0.4c-0.4,0.4-0.5,0.9-0.4,1.5c0.1,1.3,0.8,2.3,1.9,3c0.7,0.4,1.3,0.2,1.6-0.6 C145.4,20.2,145.4,19.7,145.4,19.3z M147.8,18.5c0,0.7,0.1,1.3,0.6,1.9c0.4,0.5,0.8,0.6,1.3,0.3c0.4-0.2,0.7-0.5,0.9-0.9 c0.5-0.9,0.7-1.9,0.7-2.9c0-0.8-0.4-1.5-1.1-2c-0.3-0.2-0.6-0.2-0.9,0c-0.3,0.2-0.5,0.4-0.7,0.6C148.2,16.4,147.9,17.4,147.8,18.5z '/%3E%3Cpath class='st3' d='M141.3,38.4c0.2-0.3,0.2-0.7,0.3-1c0.1-0.5,0.2-1,0.4-1.4c0,0.3,0,0.5,0,0.8c0,0.6,0,1.2,0.2,1.8 c0.1,0.4,0.3,0.8,0.6,1.2c0-0.5,0-1,0-1.6c0.3,0.4,0.4,0.8,0.7,1.2c0.1-0.7,0.1-1.4,0.6-1.9c0.2,0.4,0.3,0.7,0.5,1.1 c0.2-0.3,0.1-0.5,0.2-0.8c0.1-0.6,0.1-1.1,0.3-1.7c0.1-0.3,0.2-0.5,0.4-0.7c0.3,0.7,0.3,1.5,0.6,2.2c0.2-0.3,0.4-0.5,0.6-0.7 c0.2,0.5,0.2,1,0.6,1.5c0.1-0.4,0.2-0.9,0.4-1.2c0.1,0,0.2,0.1,0.2,0.2c0.3,0.5,0.5,1.1,0.8,1.6c0.1,0.2,0.2,0.4,0.4,0.6 c0.1-0.3,0.2-0.5,0.2-0.8c0-0.5,0-0.9,0.1-1.4c0-0.2,0.1-0.3,0.3-0.5c0.2,0.4,0.3,0.8,0.5,1.2c0.1-0.6,0-1.2,0.3-1.7 c0.2,0.3,0.3,0.6,0.6,0.9c0.1-0.6-0.1-1.2,0.2-1.7c0.5,0.7,0.7,1.6,1.2,2.3c0-0.5,0-1,0-1.6c0,0,0.1,0,0.1,0 c0.4,1.2,0.7,2.4,1.1,3.6c0.1-0.9,0.2-1.9,0.2-2.8c0.1,0,0.1-0.2,0.1-0.3c0.1,0.9,0.2,1.8,0.3,2.7c-0.1,0.7,0,1.3,0,2 c0,0.3,0,0.7,0,1c0,0.6,0,1.2,0.1,1.9c0,0.8,0,1.5,0,2.3c0,0.4-0.1,0.5-0.5,0.7s-0.8,0.2-1.2,0.2c-1,0.1-2,0-2.9,0 c-1.3,0.1-2.7,0-4,0c-0.4,0-0.7,0.1-1.1,0c-0.9-0.1-1.8,0-2.6,0c-0.2,0-0.4,0-0.5,0c-0.1,0-0.2-0.1-0.2-0.2c0-0.3-0.1-0.5,0-0.8 c0.1-0.5,0.1-1,0-1.4c0-0.3,0-0.6,0-0.9c0-0.9-0.2-1.9-0.2-2.8C141.1,40.3,141.2,39.4,141.3,38.4C141.3,38.4,141.3,38.4,141.3,38.4 z'/%3E%3Cpath class='st4' d='M154,39.2c-0.1-0.9-0.2-1.8-0.3-2.7c0-0.4,0-0.9-0.1-1.3c-0.1-1.5-0.1-2.9,0.1-4.3c0.1-0.7,0.3-1.4,0.5-2.1 l0,0c0,0,0-0.1,0-0.1c0.6-1.6,1.6-3.1,2.4-4.6c0.5-0.9,0.9-1.9,0.9-3c0-0.3,0-0.6-0.1-0.9c-0.2-0.8-0.5-1.6-1-2.2 c-1.1-1.2-2.8-1.2-3.8,0l0,0c0,0,0,0-0.1,0c-0.2,0.1-0.3,0.4-0.5,0.5c-0.1-0.2-0.1-0.4,0-0.6c0.2-0.7,0.4-1.3,0.4-2 c0-0.1,0-0.3,0-0.4c0-0.6-0.2-1.2-0.6-1.7c-1.1-1.6-3.4-1.7-4.5-0.3c-0.8,1-0.9,2.2-0.8,3.5c0,0.2,0.1,0.4-0.1,0.7 c-0.1,0-0.1-0.2-0.1-0.3c-0.2-0.9-0.5-1.7-1-2.4c-0.4-0.5-0.9-0.9-1.6-1.1c-0.1,0-0.3-0.1-0.4,0.1c0,0,0,0-0.1,0 c0-0.2-0.1-0.1-0.2-0.1c-0.7,0-1.3,0.3-1.8,0.7c-1.3,1-1.8,2.9-1,4.4c0.1,0.2,0.2,0.4,0.4,0.6c0.2,0.3,0.3,0.5,0.1,0.8 c-0.1,0-0.1-0.1-0.2-0.2c-0.4-0.5-0.8-0.9-1.3-1.3c-1-0.7-2.2-0.5-3,0.4c-0.9,1-1.2,2.2-0.9,3.5c0.2,1.3,0.9,2.4,1.7,3.4 c0.8,0.9,1.6,1.8,2.3,2.8c0.9,1.2,1.3,2.5,1.5,3.9c0.1,0.7,0.1,1.5,0.1,2.2c-0.1,2.5-0.2,5-0.1,7.4c0,1.7,0,3.5,0,5.2 c0,0.1,0,0.2,0,0.3c-0.1,0-0.1-0.2-0.1-0.3c0.1-3.1,0-6.2,0-9.3c0-1.1,0.1-2.2,0.1-3.3c0-0.6,0-1.1,0-1.7c0-0.7-0.2-1.4-0.4-2.1 c-0.4-1.1-1-2-1.8-2.8l0,0c0,0,0,0,0,0l0,0c0,0,0,0,0-0.1l0,0c0,0,0-0.1-0.1-0.1l0,0c0,0,0,0,0,0c-0.6-0.8-1.3-1.5-1.9-2.3 c-0.8-1.2-1.4-2.4-1.5-3.8c-0.1-1,0.1-2,0.7-2.9c0.1-0.1,0-0.2,0-0.3c-0.4-0.6-0.5-1.2-0.5-1.9c0.2,0.7,0.5,1.3,0.8,1.9 c0.3-0.4,0.7-0.7,1.2-0.9c-0.6-0.6-1.1-1.3-1.7-1.9c-0.1,0.1-0.1,0.2-0.3,0.3c0-0.3,0.1-0.5,0.1-0.8c0.8,0.7,1.2,1.6,2,2.3 c1-0.3,1.9,0,2.6,0.7c-0.1-0.4-0.2-0.7-0.2-1.1c-0.1-1.4,0.3-2.6,1.4-3.5c0.1,0,0.1-0.1,0.1-0.2c-0.1-0.8-0.1-1.6-0.4-2.3 c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0.4,0,0.7,0.1,1.1,0.3c0.6,0.4,1,0.9,1.3,1.6c0.1,0.1,0.1,0.2,0.3,0.2c1,0.1,1.7,0.7,2.2,1.5 c0.3,0.4,0.4,0.8,0.6,1.2c0-0.4,0.1-0.8,0.1-1.2c0.2-1.2,0.8-2.1,1.9-2.7c0.3-0.2,0.7-0.3,1.1-0.3c0.2,0,0.2,0,0.3-0.2 c0.4-0.7,0.5-1.5,0.8-2.3c0-0.1,0.1-0.2,0.1-0.4c0.3,0.1,0.5,0.4,0.7,0.7c0.3,0.5,0.3,1.1,0.4,1.6c0,0.4,0.1,0.8,0,1.3 c0,0.1,0,0.2,0.1,0.2c0.8,1,1,2.1,0.9,3.3c0,0.4-0.1,0.8-0.2,1.2c0.8-0.8,1.7-1.4,2.9-0.9c0.4-0.6,0.8-1.1,1.3-1.6 c-0.4,0.5-0.8,1.1-1.1,1.7c0.3,0.1,0.5,0.3,0.8,0.5c0.2,0.2,0.4,0.5,0.6,0.8c0.4-0.9,0.5-1.8,0.3-2.8c0-0.2,0-0.5-0.4-0.4 c0.1-0.1,0.1-0.2,0.3-0.2c0.4,0.6,0.4,1.2,0.4,1.9c0,0.5-0.2,1-0.4,1.5c0,0.1,0,0.2,0,0.3c0.7,1.5,0.8,3,0.4,4.5c0,0,0,0.1,0,0.1 c0,0,0,0.1,0,0.1l0,0c-0.4,0.9-0.8,1.8-1.3,2.7c-0.2,0.3-0.3,0.5-0.4,0.8l0,0c0,0,0,0.1-0.1,0.1c-0.9,1.5-1.5,3.1-1.7,4.8 c-0.2,2-0.1,4,0.1,6c0.2,2,0.6,4,0.6,6c0,0.9,0,1.8,0,2.7c0,0.1,0,0.2-0.1,0.2c-0.1-0.1-0.1-0.2-0.1-0.4c0-0.9-0.1-1.9-0.1-2.8 C154.4,41.9,154.2,40.6,154,39.2z M150.7,9.3c-0.3,0.9-0.4,1.8-0.8,2.6c0.6,0.1,1.2,0.3,1.7,0.7c0-0.5,0.1-1,0.1-1.5 c0-0.5-0.1-1-0.4-1.5C151.1,9.6,151,9.4,150.7,9.3z M141.5,13.9c0.5-0.3,1.1-0.5,1.6-0.6c-0.6-1.3-1.3-2-2.1-1.9 C141.4,12.2,141.5,13,141.5,13.9z'/%3E%3Cpath class='st2' d='M138.7,28.4c0.8,0.8,1.4,1.8,1.8,2.8c0.2,0.7,0.4,1.4,0.4,2.1c-0.2-0.6-0.3-1.2-0.5-1.8 c-0.4-1-0.9-1.9-1.5-2.8C138.8,28.6,138.7,28.6,138.7,28.4z'/%3E%3Cpath class='st2' d='M155.8,26.6c0.1-0.3,0.3-0.5,0.4-0.8c0.5-0.9,1-1.8,1.3-2.7c0,0.7-0.3,1.2-0.6,1.8c-0.3,0.6-0.7,1.1-1,1.6 C155.9,26.5,155.8,26.6,155.8,26.6z'/%3E%3Cpath class='st2' d='M157.5,23.1c0,0,0-0.1,0-0.1C157.6,23,157.6,23.1,157.5,23.1z'/%3E%3Cpath class='st2' d='M155.7,26.7c0,0,0-0.1,0.1-0.1C155.8,26.6,155.7,26.7,155.7,26.7z'/%3E%3Cpath class='st2' d='M138.6,28.2C138.6,28.2,138.6,28.3,138.6,28.2C138.6,28.3,138.6,28.3,138.6,28.2z'/%3E%3Cpath class='st2' d='M138.5,28.2C138.5,28.2,138.5,28.2,138.5,28.2C138.6,28.2,138.5,28.2,138.5,28.2z'/%3E%3Cpath class='st2' d='M138.6,28.3C138.6,28.3,138.7,28.3,138.6,28.3C138.6,28.4,138.6,28.3,138.6,28.3z'/%3E%3Cpath class='st2' d='M138.7,28.4C138.7,28.4,138.7,28.4,138.7,28.4C138.7,28.4,138.7,28.4,138.7,28.4z'/%3E%3Cpath class='st4' d='M149.9,24.6c0.4,0.1,0.8,0.3,1.2,0.5c0.4,0.3,0.6,0.7,0.7,1.2c0.2,0.9,0,1.7-0.5,2.4c-0.4,0.5-0.8,0.7-1.4,0.8 c-0.4,0-0.7,0-1,0c-0.9,0-1.7,0.2-2.6,0.5c-0.6,0.2-1.2,0.4-1.9,0.4c-1.5,0-2.4-1-2.2-2.5c0.1-0.5,0.3-0.9,0.6-1.2 c0.1-0.2,0.3-0.3,0.4-0.5c0.4-0.4,0.7-0.9,0.9-1.5c0.2-1.1,0.9-2,1.9-2.6c1.2-0.6,2.6-0.1,3.1,1.1c0,0.1,0.1,0.2,0.1,0.4 C149.4,23.9,149.6,24.2,149.9,24.6L149.9,24.6c-0.2,0-0.3-0.2-0.4-0.3c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.3-0.2-0.6-0.5-0.8 c-0.1-0.2-0.3-0.4-0.5-0.6c-0.7-0.6-1.5-0.4-2.2-0.1c0,0-0.1,0-0.1,0.1l0,0c0,0-0.1,0,0,0v0c-0.4,0.1-0.6,0.4-0.8,0.7 c-0.3,0.4-0.7,0.8-0.8,1.2c-0.1,0.5-0.2,1-0.5,1.4l0,0c0,0-0.1,0-0.1,0.1l0,0c0,0-0.1,0,0,0.1c-0.4,0.2-0.6,0.5-0.8,0.9 c0,0-0.1,0-0.1,0.1l0,0c-0.5,0.5-0.7,1.1-0.5,1.8c0.2,0.7,0.6,1.1,1.3,1.2c0.7,0.1,1.4,0,2.1-0.2c0.7-0.2,1.4-0.5,2.2-0.6 c0.5,0,1.1,0,1.6,0c0.4,0,0.9-0.1,1.3-0.4l0,0c0,0,0,0,0.1,0c0.4-0.3,0.6-0.6,0.7-1.1c0.1-0.5,0.1-1,0-1.4 c-0.1-0.4-0.3-0.6-0.6-0.8l0,0c0,0,0,0,0,0l0,0c0,0-0.1,0-0.1,0C150.5,25,150.2,24.8,149.9,24.6L149.9,24.6z'/%3E%3Cpath class='st4' d='M141.2,24.4c0.1,1.5-1.1,1.9-2,1.5c-0.5-0.2-0.9-0.6-1.2-1.1c-0.6-0.8-1.1-1.8-1.1-2.8c0-0.7,0.3-1.1,0.8-1.5 c0.3-0.2,0.6-0.1,0.9,0c0.6,0.3,1.1,0.7,1.5,1.2C140.8,22.5,141.1,23.6,141.2,24.4z M141,25.2L141,25.2c0.2-0.4,0.1-0.8,0-1.2 c-0.3-1.3-1-2.4-2.2-3.1c-0.4-0.2-0.7-0.3-1.1,0c-0.7,0.5-0.8,0.8-0.7,1.6c0.2,1.1,0.8,1.9,1.6,2.7c0.3,0.3,0.6,0.5,1,0.6 C140.2,25.8,140.8,25.6,141,25.2C141,25.2,141,25.2,141,25.2z'/%3E%3Cpath class='st4' d='M156.5,21.6c-0.1,1.1-0.7,2.1-1.7,2.8c-0.6,0.4-1.3,0.4-2,0.1c-0.6-0.3-0.9-0.8-0.8-1.5 c0.1-1.2,0.7-2.3,1.6-3.1c0.6-0.5,1.3-0.6,2-0.2C156.3,20.1,156.6,20.7,156.5,21.6z M156,20.3C155.9,20.2,155.9,20.2,156,20.3 L156,20.3c-0.1-0.1-0.1-0.1-0.2-0.1l0,0c0,0-0.1,0-0.1,0l0,0c0,0-0.1,0-0.1,0c0,0-0.1-0.1-0.2,0c-0.4-0.2-0.7-0.2-1.1,0 c-0.6,0.3-1.1,0.7-1.4,1.3l0,0c0,0-0.1,0-0.1,0.1l0,0c0,0-0.1,0,0,0.1c-0.5,0.7-0.8,1.4-0.6,2.2c0,0.2,0.2,0.4,0.4,0.5 c0.4,0.2,0.8,0.3,1.3,0.2c0.8-0.1,1.5-0.6,1.9-1.2c0.3-0.4,0.5-0.9,0.6-1.4c0.1-0.2,0-0.4,0-0.6c0-0.3-0.1-0.6-0.4-0.8v0 C156.1,20.3,156,20.3,156,20.3L156,20.3z'/%3E%3Cpath class='st4' d='M145.4,19.3c0,0.4,0,0.9-0.2,1.3c-0.3,0.8-0.9,1-1.6,0.6c-1.1-0.7-1.8-1.6-1.9-3c0-0.5,0.1-1.1,0.4-1.5 c0.1-0.1,0.1-0.2,0.2-0.4c0.5-0.7,1.3-0.7,2-0.2c0.6,0.5,0.9,1.3,1,2C145.4,18.6,145.4,18.9,145.4,19.3z M143.1,20.4L143.1,20.4 C143.1,20.4,143.1,20.5,143.1,20.4L143.1,20.4c0.4,0.4,0.8,0.6,1.2,0.7c0.4,0.1,0.5,0,0.7-0.4h0c0,0,0,0,0,0c0.4-0.6,0.4-1.3,0.3-2 c-0.1-0.8-0.4-1.5-0.9-2.1c-0.4-0.4-0.9-0.6-1.4-0.3c-0.1,0-0.2,0-0.2,0.1c0.1,0.2-0.1,0.2-0.2,0.3c-0.7,0.7-0.9,1.4-0.6,2.3 c0.2,0.5,0.4,0.9,0.8,1.3C142.9,20.2,142.9,20.3,143.1,20.4C143,20.3,143,20.4,143.1,20.4z'/%3E%3Cpath class='st5' d='M146.7,17c-0.1-1.2,0-2.5,0.8-3.5c1.2-1.5,3.5-1.3,4.5,0.3c0.4,0.5,0.5,1.1,0.6,1.7c-0.1-0.6-0.3-1.1-0.6-1.6 c-0.6-0.7-1.3-1.2-2.3-1.2c-1.3,0-2.6,0.9-2.7,2.6c0,0.5,0,1.1,0,1.6c0,0,0,0.1-0.1,0.2C146.8,17.1,146.8,17,146.7,17z'/%3E%3Cpath class='st4' d='M147.8,18.5c0-1.1,0.4-2.1,0.9-3.1c0.2-0.3,0.4-0.5,0.7-0.6c0.3-0.2,0.6-0.2,0.9,0c0.7,0.5,1.1,1.2,1.1,2 c0,1-0.2,2-0.7,2.9c-0.2,0.4-0.5,0.7-0.9,0.9c-0.5,0.3-1,0.2-1.3-0.3C148,19.8,147.8,19.2,147.8,18.5z M150.2,20.1 C150.2,20.1,150.2,20.1,150.2,20.1L150.2,20.1c0.7-0.7,0.9-1.5,1-2.4l0,0c0.1-0.1,0-0.2,0-0.4c0.1-0.8-0.2-1.7-0.8-2.1 c0,0,0,0-0.1,0l0,0c-0.2-0.2-0.4-0.2-0.6-0.2c-0.1,0-0.3,0-0.4,0.2c-0.5,0.4-0.8,0.9-1,1.5c0,0,0,0.1,0,0.1l0,0 c-0.3,0.8-0.4,1.6-0.3,2.4c0,0.3,0.1,0.5,0.3,0.8C148.8,20.8,149.5,20.9,150.2,20.1C150.1,20.1,150.2,20.1,150.2,20.1L150.2,20.1z' /%3E%3Cpath class='st5' d='M154.3,28.8c-0.2,0.7-0.4,1.4-0.5,2.1c-0.2,1.4-0.2,2.9-0.1,4.3c0,0.4,0,0.9,0.1,1.3c-0.1,0.1,0,0.2-0.1,0.3 c-0.1-0.8-0.2-1.7-0.2-2.5c-0.1-1.5-0.2-3.1,0.4-4.5C153.9,29.4,154,29,154.3,28.8z'/%3E%3Cpath class='st5' d='M140.4,18.9c-0.8-1.5-0.3-3.4,1-4.4c0.6-0.4,1.1-0.7,1.8-0.7c0.1,0,0.2,0,0.2,0.1c-1.6,0-2.9,1.1-3.1,2.8 C140.3,17.5,140.4,18.2,140.4,18.9z'/%3E%3Cpath class='st5' d='M152.8,17.9c1.1-1.3,2.8-1.3,3.8,0c0.5,0.6,0.8,1.4,1,2.2c-0.2-0.2-0.2-0.5-0.3-0.7c-0.3-0.7-0.7-1.3-1.2-1.7 c-0.8-0.6-1.6-0.6-2.5-0.2c-0.2,0.1-0.4,0.2-0.6,0.3C152.9,17.9,152.9,17.9,152.8,17.9z'/%3E%3Cpath class='st5' d='M154.3,28.7c0,0,0,0.1,0,0.1C154.3,28.7,154.3,28.7,154.3,28.7z'/%3E%3Cpath class='st5' d='M152.7,18C152.8,17.9,152.8,17.9,152.7,18C152.8,17.9,152.8,18,152.7,18z'/%3E%3Cpath class='st4' d='M149.9,24.5C149.9,24.5,149.9,24.5,149.9,24.5L149.9,24.5C149.9,24.6,149.9,24.6,149.9,24.5L149.9,24.5z'/%3E%3Cpath class='st5' d='M150.7,9.3c0.2,0.1,0.4,0.2,0.5,0.4c0.3,0.4,0.4,0.9,0.4,1.5c0,0.5,0,0.9-0.1,1.5c-0.5-0.4-1.1-0.6-1.7-0.7 C150.4,11.1,150.5,10.2,150.7,9.3z'/%3E%3Cpath class='st5' d='M141.5,13.9c0-0.8-0.1-1.6-0.4-2.4c0.8-0.1,1.5,0.5,2.1,1.9C142.6,13.3,142.1,13.5,141.5,13.9z'/%3E%3Cpath class='st6' d='M149.9,24.5C149.9,24.6,149.9,24.6,149.9,24.5c0.3,0.3,0.7,0.5,1,0.7c0,0,0.1,0,0.1,0l0,0c0,0,0,0,0,0l0,0 c0,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.3,0.3,0.4c0.2,0.5,0.2,1,0.2,1.5c-0.1,0.5-0.3,0.8-0.7,1.1c0,0,0,0-0.1,0l0,0 c0,0-0.1,0-0.2,0c-0.5,0.1-1,0.1-1.5,0.1c-0.6,0-1.2-0.1-1.7,0c-0.7,0.2-1.3,0.4-2,0.7c-0.5,0.2-1,0.4-1.6,0.3c-1-0.2-1.4-1-1.2-2 c0-0.3,0.2-0.6,0.2-0.9l0,0c0,0,0,0,0.1-0.1c0.2-0.4,0.4-0.7,0.8-0.9c0,0,0,0,0-0.1l0,0c0,0,0.1,0,0.1-0.1l0,0 c0.1,0,0.2-0.1,0.2-0.2c0.3-0.4,0.5-1,0.7-1.5c0.2-0.5,0.4-1,0.9-1.4c0.1-0.1,0.3-0.1,0.3-0.3v0c0,0,0,0,0,0l0,0c0,0,0.1,0,0.1-0.1 c0.8-0.3,1.5-0.5,2.2,0.1c0.2,0.2,0.3,0.4,0.5,0.6c0,0.2,0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.5,0.4,0.6 C149.6,24.4,149.7,24.5,149.9,24.5z'/%3E%3Cpath class='st2' d='M142.9,26.9c0,0.3-0.2,0.6-0.2,0.9c-0.1,1,0.2,1.8,1.2,2c0.5,0.1,1.1-0.1,1.6-0.3c0.6-0.3,1.3-0.5,2-0.7 c0.6-0.2,1.2-0.1,1.7,0c0.5,0,1,0,1.5-0.1c0,0,0.1,0,0.2,0c-0.4,0.3-0.8,0.4-1.3,0.4c-0.5,0-1.1,0-1.6,0c-0.8,0.1-1.5,0.4-2.2,0.6 c-0.7,0.2-1.4,0.4-2.1,0.2c-0.7-0.1-1.2-0.5-1.3-1.2C142.3,28,142.4,27.4,142.9,26.9z'/%3E%3Cpath class='st2' d='M146,22.4c0,0.2-0.2,0.2-0.3,0.3c-0.4,0.4-0.7,0.8-0.9,1.4c-0.2,0.5-0.4,1-0.7,1.5c0,0.1-0.1,0.2-0.2,0.2 c0.3-0.4,0.4-0.9,0.5-1.4c0.1-0.5,0.4-0.9,0.8-1.2C145.4,22.8,145.7,22.5,146,22.4z'/%3E%3Cpath class='st2' d='M151.7,27.6c0-0.5,0-1-0.2-1.5c-0.1-0.2-0.2-0.3-0.3-0.4c-0.1-0.1-0.2-0.1-0.2-0.2c0.3,0.2,0.5,0.4,0.6,0.8 C151.8,26.6,151.8,27.1,151.7,27.6z'/%3E%3Cpath class='st2' d='M149.5,24.3c-0.3-0.1-0.4-0.3-0.4-0.6c-0.1-0.2-0.1-0.5-0.2-0.7c0.3,0.2,0.4,0.5,0.5,0.8 C149.4,24,149.4,24.1,149.5,24.3z'/%3E%3Cpath class='st2' d='M146.2,22.3c0,0,0,0.1-0.1,0.1C146.1,22.3,146.1,22.3,146.2,22.3z'/%3E%3Cpath class='st2' d='M143.9,25.7C143.9,25.8,143.9,25.8,143.9,25.7C143.9,25.8,143.9,25.8,143.9,25.7z'/%3E%3Cpath class='st2' d='M143,26.8C143,26.9,143,26.9,143,26.8C142.9,26.9,143,26.8,143,26.8z'/%3E%3Cpath class='st2' d='M150.9,25.3C150.9,25.3,150.9,25.3,150.9,25.3C150.9,25.2,150.9,25.3,150.9,25.3z'/%3E%3Cpath class='st2' d='M146.1,22.4C146.1,22.4,146,22.4,146.1,22.4C146,22.4,146.1,22.4,146.1,22.4z'/%3E%3Cpath class='st2' d='M151,25.3C151,25.3,151,25.3,151,25.3C151,25.3,151,25.3,151,25.3z'/%3E%3Cpath class='st2' d='M143.9,25.8C143.9,25.9,143.8,25.9,143.9,25.8C143.8,25.9,143.8,25.9,143.9,25.8z'/%3E%3Cpath class='st2' d='M150.9,28.7C150.9,28.7,150.9,28.7,150.9,28.7C150.9,28.7,150.9,28.7,150.9,28.7z'/%3E%3Cpath class='st6' d='M140.9,25.2c-0.1,0.4-0.7,0.6-1.3,0.5c-0.4-0.1-0.7-0.3-1-0.6c-0.8-0.8-1.3-1.6-1.6-2.7 c-0.2-0.8,0-1.1,0.7-1.6c0.4-0.3,0.7-0.2,1.1,0c1.2,0.7,1.8,1.8,2.2,3.1C141,24.4,141,24.8,140.9,25.2L140.9,25.2 C141,25.2,141,25.2,140.9,25.2z'/%3E%3Cpath class='st2' d='M141,25.2c0-0.4,0-0.8,0-1.2C141.1,24.4,141.2,24.8,141,25.2z'/%3E%3Cpath class='st2' d='M140.9,25.2C140.9,25.2,141,25.2,140.9,25.2C141,25.2,141,25.2,140.9,25.2z'/%3E%3Cpath class='st6' d='M156.4,21.7c0,0.5-0.3,1-0.6,1.4c-0.5,0.7-1.1,1.2-1.9,1.2c-0.5,0.1-0.9,0-1.3-0.2c-0.2-0.1-0.4-0.3-0.4-0.5 c-0.2-0.8,0.1-1.5,0.6-2.2c0,0,0,0,0-0.1l0,0c0,0,0.1,0,0.1-0.1l0,0c0.1,0,0.1,0,0.2-0.1c0.2-0.2,0.3-0.3,0.5-0.5 c0.5-0.6,1.1-0.8,1.8-0.7c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0l0,0c0,0,0.1,0,0.1,0l0,0c0,0.1,0.1,0.1,0.2,0.1l0,0c0,0,0,0,0,0l0,0 c0,0,0,0.1,0.1,0.1v0C156.2,20.8,156.4,21.2,156.4,21.7z'/%3E%3Cpath class='st2' d='M155.4,20c-0.7-0.1-1.4,0.1-1.8,0.7c-0.2,0.2-0.3,0.4-0.5,0.5c0,0-0.1,0.1-0.2,0.1c0.3-0.6,0.8-1,1.4-1.3 C154.7,19.7,155,19.8,155.4,20z'/%3E%3Cpath class='st2' d='M156.4,21.7c0-0.5-0.2-0.9-0.4-1.3c0.3,0.2,0.4,0.5,0.4,0.8C156.5,21.3,156.5,21.5,156.4,21.7z'/%3E%3Cpath class='st2' d='M155.9,20.2c-0.1,0-0.1,0-0.2-0.1C155.8,20.1,155.9,20.2,155.9,20.2z'/%3E%3Cpath class='st2' d='M152.9,21.3C152.9,21.3,152.9,21.3,152.9,21.3C152.8,21.3,152.8,21.3,152.9,21.3z'/%3E%3Cpath class='st2' d='M155.7,20.1c0,0-0.1,0-0.1,0C155.6,20,155.6,20,155.7,20.1z'/%3E%3Cpath class='st2' d='M156,20.4C156,20.4,156,20.3,156,20.4C156,20.3,156.1,20.3,156,20.4z'/%3E%3Cpath class='st2' d='M155.8,20.1c0,0-0.1,0-0.1,0C155.7,20.1,155.7,20.1,155.8,20.1z'/%3E%3Cpath class='st2' d='M152.8,21.3C152.8,21.4,152.8,21.4,152.8,21.3C152.8,21.4,152.8,21.3,152.8,21.3z'/%3E%3Cpath class='st2' d='M156,20.3C155.9,20.2,155.9,20.2,156,20.3C155.9,20.2,155.9,20.3,156,20.3z'/%3E%3Cpath class='st6' d='M143,20.3c-0.1,0-0.1-0.1-0.2-0.1c-0.4-0.4-0.6-0.8-0.8-1.3c-0.4-0.9-0.1-1.7,0.6-2.3c0.1-0.1,0.3-0.1,0.2-0.3 c0,0,0.1-0.1,0.2-0.1c0.4,0,0.7,0,0.9,0.3c0.3,0.3,0.6,0.7,0.8,1c0.2,0.4,0.4,0.7,0.6,1.1c0.2,0.7,0.1,1.4-0.3,2c0,0,0,0,0,0h0 c-0.4,0.1-0.8,0.2-1.2,0c-0.2-0.1-0.4-0.2-0.7-0.2l0,0C143.2,20.4,143.1,20.4,143,20.3L143,20.3C143,20.4,143,20.3,143,20.3z'/%3E%3Cpath class='st2' d='M145.3,18.6c-0.2-0.4-0.4-0.7-0.6-1.1c-0.2-0.4-0.5-0.7-0.8-1c-0.3-0.2-0.6-0.3-0.9-0.3c0.5-0.2,1-0.1,1.4,0.3 C144.9,17.1,145.2,17.8,145.3,18.6z'/%3E%3Cpath class='st2' d='M143.2,20.5c0.2,0,0.4,0.2,0.7,0.2c0.4,0.1,0.8,0.1,1.2,0c-0.1,0.4-0.3,0.5-0.7,0.4 C143.8,21,143.5,20.8,143.2,20.5z'/%3E%3Cpath class='st2' d='M143.1,20.4C143.1,20.4,143.2,20.4,143.1,20.4C143.1,20.5,143.1,20.4,143.1,20.4z'/%3E%3Cpath class='st2' d='M143,20.3C143,20.3,143.1,20.4,143,20.3C143,20.4,143,20.3,143,20.3z'/%3E%3Cpath class='st2' d='M145,20.6C145,20.6,145,20.6,145,20.6C145,20.6,145,20.6,145,20.6z'/%3E%3Cpath class='st6' d='M148.3,16.8L148.3,16.8c0,0,0-0.1,0-0.1c0.2-0.6,0.5-1.2,1-1.5c0.3-0.1,0.7,0,1,0l0,0c0,0,0,0,0.1,0 c0.6,0.4,1,1.3,0.8,2.1c-0.1,0.1,0,0.2,0,0.4l0,0c-0.1,0-0.1,0.1-0.1,0.1c-0.2,0.7-0.4,1.4-0.9,2.1c0,0,0,0.1,0,0.1l0,0 c0,0,0,0,0,0l0,0c0,0,0,0,0,0.1c-0.6,0.7-1.4,0.6-1.9-0.1c0,0,0-0.1,0-0.1c-0.2-0.7-0.2-1.4-0.1-2.1 C148.2,17.4,148.3,17.1,148.3,16.8z'/%3E%3Cpath class='st2' d='M148.3,16.8c0,0.3-0.1,0.6-0.1,1c-0.1,0.7,0,1.4,0.1,2.1c0,0,0,0.1,0,0.1c-0.2-0.2-0.2-0.5-0.3-0.8 C147.9,18.4,148,17.6,148.3,16.8z'/%3E%3Cpath class='st2' d='M150.2,20c0,0,0-0.1,0-0.1c0.4-0.6,0.7-1.3,0.9-2.1c0,0,0-0.1,0.1-0.1C151.1,18.5,150.8,19.3,150.2,20z'/%3E%3Cpath class='st2' d='M150.3,15.2c-0.3,0-0.7-0.1-1,0c0.1-0.2,0.2-0.2,0.4-0.2C149.9,15,150.2,15,150.3,15.2z'/%3E%3Cpath class='st2' d='M151.2,17.7c0-0.1,0-0.3,0-0.4C151.2,17.4,151.3,17.6,151.2,17.7z'/%3E%3Cpath class='st2' d='M148.3,16.7c0,0,0,0.1,0,0.1C148.3,16.8,148.3,16.7,148.3,16.7z'/%3E%3Cpath class='st2' d='M150.1,20.1C150.2,20.1,150.2,20.1,150.1,20.1C150.2,20.1,150.1,20.1,150.1,20.1z'/%3E%3Cpath class='st2' d='M150.2,20.1C150.2,20.1,150.2,20,150.2,20.1C150.2,20.1,150.2,20.1,150.2,20.1z'/%3E%3Cpath class='st2' d='M150.4,15.2C150.4,15.2,150.4,15.2,150.4,15.2C150.4,15.2,150.4,15.2,150.4,15.2z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M94.6,88.9c-0.5-0.1-1-0.4-1.4-0.8c-0.4-0.4-0.7-0.8-0.8-1.2c0-0.2,0-0.4,0-0.7c0-0.3,0-0.5,0-0.8s0-0.4,0-0.4 c0,0,0.1-0.1,0.1-0.2c0,0,0-0.1,0-0.3c0-0.1,0.1-0.3,0.1-0.4c0.1-0.2,0.1-0.3,0.1-0.4s0-0.2,0-0.2c0.1-0.2,0.1-0.3,0.2-0.4 c0.1-0.1,0.1-0.2,0.1-0.4c0,0,0-0.1,0-0.2c0-0.1,0.1-0.2,0.1-0.2c0,0,0.1-0.1,0.2-0.3c0,0,0-0.1,0.1-0.3c0.1-0.2,0.1-0.4,0.2-0.6 c0.1-0.2,0.2-0.4,0.2-0.6c0.1-0.2,0.1-0.3,0.2-0.4v0c0-0.1,0.1-0.3,0.2-0.4c0-0.1,0-0.2,0.1-0.3c0-0.2,0.1-0.3,0.2-0.4 c0.1-0.3,0.3-0.7,0.5-1.1c0.2-0.4,0.4-0.8,0.7-1.2c0.3-0.4,0.5-0.8,0.7-1.1c0.2-0.3,0.4-0.6,0.6-0.7c0.2-0.3,0.4-0.4,0.5-0.4 c0.1,0,0.3,0.1,0.5,0.3c0.1,0.1,0.2,0.2,0.2,0.4c0,0.1,0,0.3,0,0.4s0,0.2-0.1,0.2c-0.1,0-0.2,0.2-0.4,0.4s-0.4,0.5-0.6,0.9 c-0.2,0.3-0.5,0.7-0.7,1c-0.2,0.4-0.4,0.7-0.6,0.9c-0.2,0.4-0.4,0.9-0.7,1.4c0,0,0,0.1,0,0.1s0,0,0,0.1c-0.2,0.4-0.4,0.8-0.5,1.1 c-0.1,0.4-0.3,0.7-0.4,1.1c-0.1,0.1-0.1,0.2-0.2,0.4c0,0,0,0,0,0.1c0,0.1,0,0.2-0.1,0.3c-0.1,0-0.1,0.1-0.1,0.3s0,0.2,0,0.3 c-0.1,0.2-0.2,0.5-0.3,0.9c-0.1,0.4-0.1,0.7-0.2,1c0,0.3,0,0.6,0,0.7c0,0.2,0.1,0.4,0.4,0.6c0.2,0.2,0.4,0.3,0.8,0.4 c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.7-0.1h0c0.2,0,0.4-0.1,0.5-0.1c0.2,0,0.4-0.1,0.5-0.1 c0.2,0,0.3,0,0.5-0.1c0.1,0,0.3-0.1,0.4-0.1c0.3-0.1,0.5-0.1,0.6-0.2c0.1,0,0.2,0,0.3,0s0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.3 c0,0.1-0.1,0.2-0.3,0.3c-0.2,0.1-0.4,0.3-0.7,0.4s-0.5,0.2-0.8,0.3c-0.3,0.1-0.6,0.2-0.9,0.3S95.8,89,95.4,89 C95.1,89,94.9,89,94.6,88.9z'/%3E%3Cpath d='M104.3,87.5c-0.3,0.2-0.6,0.4-1,0.4c-0.4,0-0.7,0-1.1-0.2c-0.4-0.2-0.6-0.4-0.9-0.7c-0.2-0.3-0.4-0.6-0.4-1 c-0.1-0.4-0.1-0.9,0-1.5c0-0.5,0.2-1,0.5-1.6c0.3-0.5,0.7-1,1.1-1.4c0.4-0.4,0.8-0.7,1.2-0.9c0.2-0.1,0.4-0.2,0.5-0.2 c0.1,0,0.4,0,0.7,0c0.3,0,0.5,0.1,0.7,0.2c0.2,0.1,0.3,0.2,0.4,0.3c0.2,0.2,0.3,0.4,0.4,0.6s0.1,0.4,0.1,0.6c0,0.3-0.3,0.7-0.6,1.1 c-0.3,0.4-0.8,0.8-1.3,1c-0.3,0.1-0.6,0.1-1,0.1c-0.4,0-0.6-0.1-0.9-0.3c-0.3-0.1-0.4-0.1-0.5,0c-0.1,0.1-0.2,0.5-0.2,1 c0,0.5,0,0.9,0.1,1.1c0.1,0.2,0.3,0.4,0.5,0.4c0.3,0,0.5,0.1,0.6,0.1c0.2,0,0.4,0,0.6-0.2c0.2-0.1,0.4-0.2,0.4-0.2 c0,0,0.1,0,0.1-0.1c0,0,0.1-0.1,0.3-0.3c0.1-0.1,0.2-0.2,0.2-0.2c0,0,0.1-0.1,0.2-0.1s0.1,0,0.2,0.1c0,0,0.1,0.1,0.2,0.1 c0.1,0,0.2,0.1,0.1,0.2c-0.1,0.2-0.2,0.4-0.4,0.6C104.9,87.1,104.6,87.3,104.3,87.5z M104.3,83.2c0.1-0.1,0.3-0.2,0.5-0.3 s0.3-0.3,0.4-0.4c0.1-0.2,0.2-0.3,0.2-0.4c0-0.2-0.1-0.4-0.3-0.5s-0.4-0.1-0.8,0c-0.1,0-0.3,0.1-0.5,0.3c-0.2,0.2-0.4,0.3-0.5,0.5 c-0.2,0.2-0.3,0.4-0.4,0.5c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0.2,0.1,0.3,0.1c0.2,0,0.4,0,0.6,0C104,83.3,104.2,83.3,104.3,83.2z'/%3E%3Cpath d='M121.2,87.3c-0.1,0-0.2-0.1-0.3-0.2c-0.1-0.1-0.2-0.3-0.3-0.5c-0.1-0.3-0.1-0.6-0.1-1.1c0-0.4,0-0.7,0-0.9s0-0.4-0.1-0.4 c-0.1,0-0.3,0.1-0.6,0.3c-0.3,0.2-0.6,0.5-1,0.8c-0.4,0.4-0.8,0.7-1.2,1.2c-0.1,0.1-0.3,0.3-0.4,0.4c-0.1,0.1-0.3,0.2-0.4,0.2 s-0.3,0-0.4-0.1l-0.2-0.2c-0.1-0.1-0.1-0.1-0.1-0.2s0-0.2,0-0.3l0.5-1.3c0.2-0.5,0.4-0.8,0.4-1.1c0.1-0.2,0.1-0.4,0.1-0.4 s0-0.1,0-0.1c-0.1,0-0.3,0.1-0.5,0.2c-0.2,0.1-0.4,0.2-0.4,0.3c0,0-0.1,0-0.2,0.2c-0.1,0.1-0.2,0.2-0.4,0.4 c-0.1,0.2-0.3,0.4-0.5,0.6c-0.3,0.3-0.5,0.5-0.8,0.8c-0.2,0.1-0.4,0.3-0.5,0.5c-0.2,0.2-0.3,0.4-0.4,0.6c-0.1,0.2-0.2,0.2-0.2,0.2 c-0.2,0-0.3,0-0.5-0.1c-0.1-0.1-0.2-0.2-0.3-0.5c-0.1-0.2-0.1-0.5,0-0.9s0.2-0.9,0.4-1.6c0-0.2,0.1-0.4,0.1-0.4s0-0.2,0.1-0.3 c0-0.1,0.1-0.3,0.2-0.5c0.1-0.2,0.2-0.5,0.4-1c0.1-0.3,0.1-0.4,0.2-0.6c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0.1-0.4s0.2-0.2,0.3-0.2 c0.1,0,0.2,0,0.3,0c0.1,0,0.3,0.1,0.4,0.2s0.2,0.3,0.2,0.5c0,0.2,0,0.3,0,0.4c0,0.1-0.1,0.2-0.1,0.4l-0.2,0.5 c-0.1,0.1-0.2,0.4-0.3,0.6c-0.1,0.3-0.2,0.5-0.3,0.8c-0.1,0.2-0.1,0.4-0.1,0.4c0,0,0,0,0.1,0c0.1,0,0.2-0.1,0.3-0.3 s0.3-0.2,0.4-0.3c0.3-0.3,0.6-0.5,0.9-0.8c0.4-0.2,0.7-0.4,1-0.6c0.3-0.2,0.6-0.3,0.8-0.4c0.2,0,0.4,0,0.5,0.1s0.2,0.2,0.4,0.4 c0.1,0.1,0.1,0.2,0.2,0.4c0,0.1,0,0.3,0,0.4c0,0,0,0.2-0.1,0.4s-0.2,0.5-0.3,0.9c0.3-0.3,0.5-0.5,0.8-0.6c0.2-0.2,0.3-0.3,0.4-0.4 c0.5-0.4,1-0.7,1.4-0.8c0.4-0.1,0.7,0,0.9,0.4c0.2,0.1,0.2,0.3,0.3,0.5c0,0.2,0,0.5,0,0.9c0,0.2,0,0.4,0,0.6c0,0.2,0,0.4,0,0.7 c0,0.2,0,0.3,0.1,0.4c0,0,0.1,0.1,0.2,0.1c0.1,0,0.3,0.1,0.4,0.1c0.2,0,0.3,0.1,0.4,0.3c0,0.1,0,0.3-0.3,0.4 c-0.2,0.1-0.4,0.2-0.7,0.2S121.3,87.4,121.2,87.3z'/%3E%3Cpath d='M126.8,87.5c-0.3,0.2-0.6,0.4-1,0.4c-0.4,0-0.7,0-1.1-0.2c-0.4-0.2-0.6-0.4-0.9-0.7c-0.2-0.3-0.4-0.6-0.4-1 c-0.1-0.4-0.1-0.9,0-1.5c0-0.5,0.2-1,0.5-1.6c0.3-0.5,0.7-1,1.1-1.4c0.4-0.4,0.8-0.7,1.2-0.9c0.2-0.1,0.4-0.2,0.5-0.2 c0.1,0,0.4,0,0.7,0c0.3,0,0.5,0.1,0.7,0.2c0.2,0.1,0.3,0.2,0.4,0.3c0.2,0.2,0.3,0.4,0.4,0.6c0.1,0.2,0.1,0.4,0.1,0.6 c0,0.3-0.3,0.7-0.6,1.1c-0.3,0.4-0.8,0.8-1.3,1c-0.3,0.1-0.6,0.1-1,0.1c-0.4,0-0.6-0.1-0.9-0.3c-0.3-0.1-0.4-0.1-0.5,0 c-0.1,0.1-0.2,0.5-0.2,1c0,0.5,0,0.9,0.1,1.1c0.1,0.2,0.3,0.4,0.5,0.4c0.3,0,0.5,0.1,0.6,0.1c0.2,0,0.4,0,0.6-0.2 c0.2-0.1,0.4-0.2,0.4-0.2c0,0,0.1,0,0.1-0.1c0,0,0.1-0.1,0.3-0.3c0.1-0.1,0.2-0.2,0.2-0.2c0,0,0.1-0.1,0.2-0.1s0.1,0,0.2,0.1 c0,0,0.1,0.1,0.2,0.1c0.1,0,0.2,0.1,0.1,0.2c-0.1,0.2-0.2,0.4-0.4,0.6C127.4,87.1,127.1,87.3,126.8,87.5z M126.8,83.2 c0.1-0.1,0.3-0.2,0.5-0.3s0.3-0.3,0.4-0.4c0.1-0.2,0.2-0.3,0.2-0.4c0-0.2-0.1-0.4-0.3-0.5c-0.2-0.1-0.4-0.1-0.8,0 c-0.1,0-0.3,0.1-0.5,0.3c-0.2,0.2-0.4,0.3-0.5,0.5c-0.2,0.2-0.3,0.4-0.4,0.5c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0.2,0.1,0.3,0.1 c0.2,0,0.4,0,0.6,0C126.5,83.3,126.7,83.3,126.8,83.2z'/%3E%3Cpath d='M130,87.5c-0.1-0.1-0.2-0.2-0.2-0.4c0-0.2-0.1-0.3,0-0.5c0-0.1,0-0.3,0.1-0.4c0-0.1,0-0.2,0-0.3c0-0.1,0-0.1,0-0.2 c0,0,0-0.1,0-0.3c0-0.1,0.1-0.3,0.1-0.4c0.1-0.2,0.2-0.5,0.3-0.8s0.2-0.6,0.3-0.9c0.1-0.3,0.2-0.5,0.2-0.8c0.1-0.2,0.1-0.4,0.1-0.4 c0-0.2,0.1-0.2,0.3-0.3c0.2,0,0.3,0,0.4,0c0.1,0,0.2,0.2,0.3,0.4c0.1,0.1,0.1,0.3,0.1,0.5c0,0.2-0.1,0.5-0.3,0.8 c0,0.1-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.1-0.1,0.3-0.2,0.4c-0.1,0.2-0.1,0.4-0.2,0.5c0,0.1,0,0.2-0.1,0.3 c0,0.1,0,0.3-0.1,0.4c0,0.1-0.1,0.3-0.2,0.4c-0.1,0.5-0.2,0.9-0.3,1C130.4,87.9,130.3,87.8,130,87.5z M132,79.4 c-0.1-0.1-0.1-0.2-0.2-0.3c0-0.1-0.1-0.2-0.1-0.4c0-0.1,0-0.2,0-0.2c0.1,0,0.2-0.1,0.4-0.4c0.1-0.2,0.2-0.4,0.2-0.6 c0,0,0-0.1,0-0.1c0,0,0.1-0.1,0.1-0.1c0.2-0.1,0.3-0.1,0.5,0c0.2,0.1,0.3,0.2,0.4,0.4c0.1,0.3,0.2,0.5,0.1,0.6 c0,0.2-0.2,0.4-0.4,0.7c-0.2,0.3-0.4,0.4-0.5,0.4C132.3,79.6,132.2,79.6,132,79.4z'/%3E%3Cpath d='M134.2,88.2c-0.3,0.1-0.4,0-0.6-0.2c-0.2-0.2-0.2-0.4-0.3-0.8c0-0.4,0-0.8,0.1-1.3c0.1-0.2,0.1-0.3,0.2-0.5 c0-0.2,0-0.3,0-0.4c0-0.1,0.1-0.3,0.2-0.6c0.1-0.3,0.2-0.5,0.3-0.8c0.1-0.3,0.2-0.5,0.3-0.8c0.1-0.2,0.1-0.4,0.2-0.4 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0.1-0.4c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.2s0-0.2,0-0.2s0-0.1,0-0.2 c0,0,0-0.1,0-0.2c0.1-0.2,0.2-0.4,0.4-0.8c0.2-0.4,0.3-0.8,0.5-1.3c0.2-0.5,0.4-0.9,0.5-1.4s0.3-0.8,0.4-1.2s0.1-0.5,0.1-0.6 c0-0.1,0-0.2,0.1-0.2c0,0,0.1-0.1,0.2-0.1c0,0,0.1-0.1,0.1-0.1c0,0,0.1,0,0.2,0c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.2,0.2,0.2,0.3 c0,0.1,0,0.3,0,0.4c0,0.2,0,0.3-0.1,0.5c0,0.1-0.1,0.3-0.2,0.6c-0.1,0.3-0.3,0.7-0.6,1.2c-0.1,0.3-0.2,0.5-0.3,0.8 s-0.2,0.4-0.2,0.4c0,0,0,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.4c0,0.1-0.1,0.3-0.2,0.5c-0.1,0.2-0.2,0.4-0.3,0.7 c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.2-0.1,0.3-0.1,0.3c0,0,0,0.1,0,0.2c0,0,0,0.1-0.1,0.2c0,0-0.1,0.1-0.1,0.2s-0.1,0.5-0.3,1.1 c-0.2,0.7-0.4,1.4-0.6,2c-0.2,0.6-0.3,1.1-0.3,1.5c0,0.3,0,0.5,0,0.6C134.3,88,134.3,88.1,134.2,88.2z'/%3E%3Cpath d='M137.7,88.2c-0.3,0.1-0.4,0-0.6-0.2c-0.2-0.2-0.2-0.4-0.3-0.8c0-0.4,0-0.8,0.1-1.3c0.1-0.2,0.1-0.3,0.2-0.5 c0-0.2,0-0.3,0-0.4c0-0.1,0.1-0.3,0.2-0.6c0.1-0.3,0.2-0.5,0.3-0.8c0.1-0.3,0.2-0.5,0.3-0.8c0.1-0.2,0.1-0.4,0.2-0.4 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0.1-0.4c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.2s0-0.1,0-0.2 c0,0,0-0.1,0-0.2c0.1-0.2,0.2-0.4,0.4-0.8c0.2-0.4,0.3-0.8,0.5-1.3c0.2-0.5,0.4-0.9,0.5-1.4c0.2-0.5,0.3-0.8,0.4-1.2 s0.1-0.5,0.1-0.6c0-0.1,0-0.2,0.1-0.2c0,0,0.1-0.1,0.2-0.1c0,0,0.1-0.1,0.1-0.1c0,0,0.1,0,0.2,0c0.1,0.1,0.2,0.2,0.3,0.3 c0.1,0.1,0.2,0.2,0.2,0.3c0,0.1,0,0.3,0,0.4c0,0.2,0,0.3-0.1,0.5c0,0.1-0.1,0.3-0.2,0.6c-0.1,0.3-0.3,0.7-0.6,1.2 c-0.1,0.3-0.2,0.5-0.3,0.8s-0.2,0.4-0.2,0.4c0,0,0,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.4c0,0.1-0.1,0.3-0.2,0.5 c-0.1,0.2-0.2,0.4-0.3,0.7s-0.2,0.4-0.3,0.6c-0.1,0.2-0.1,0.3-0.1,0.3c0,0,0,0.1,0,0.2c0,0,0,0.1-0.1,0.2c0,0-0.1,0.1-0.1,0.2 s-0.1,0.5-0.3,1.1c-0.2,0.7-0.4,1.4-0.6,2c-0.2,0.6-0.3,1.1-0.3,1.5c0,0.3,0,0.5,0,0.6C137.9,88,137.8,88.1,137.7,88.2z'/%3E%3Cpath d='M144,87.5c-0.3,0.2-0.6,0.4-1,0.4c-0.4,0-0.7,0-1.1-0.2c-0.4-0.2-0.6-0.4-0.9-0.7c-0.2-0.3-0.4-0.6-0.4-1 c-0.1-0.4-0.1-0.9,0-1.5c0-0.5,0.2-1,0.5-1.6c0.3-0.5,0.7-1,1.1-1.4c0.4-0.4,0.8-0.7,1.2-0.9c0.2-0.1,0.4-0.2,0.5-0.2s0.4,0,0.7,0 c0.3,0,0.5,0.1,0.7,0.2c0.2,0.1,0.3,0.2,0.4,0.3c0.2,0.2,0.3,0.4,0.4,0.6c0.1,0.2,0.1,0.4,0.1,0.6c0,0.3-0.3,0.7-0.6,1.1 c-0.3,0.4-0.8,0.8-1.3,1c-0.3,0.1-0.6,0.1-1,0.1c-0.4,0-0.6-0.1-0.9-0.3c-0.3-0.1-0.4-0.1-0.5,0c-0.1,0.1-0.2,0.5-0.2,1 c0,0.5,0,0.9,0.1,1.1s0.3,0.4,0.5,0.4c0.3,0,0.5,0.1,0.6,0.1c0.2,0,0.4,0,0.6-0.2c0.2-0.1,0.4-0.2,0.4-0.2c0,0,0.1,0,0.1-0.1 c0,0,0.1-0.1,0.3-0.3c0.1-0.1,0.2-0.2,0.2-0.2c0,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1c0,0,0.1,0.1,0.2,0.1c0.1,0,0.2,0.1,0.1,0.2 c-0.1,0.2-0.2,0.4-0.4,0.6C144.6,87.1,144.3,87.3,144,87.5z M144,83.2c0.1-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.3-0.3,0.4-0.4 c0.1-0.2,0.2-0.3,0.2-0.4c0-0.2-0.1-0.4-0.3-0.5s-0.4-0.1-0.8,0c-0.1,0-0.3,0.1-0.5,0.3c-0.2,0.2-0.4,0.3-0.5,0.5 c-0.2,0.2-0.3,0.4-0.4,0.5c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0.2,0.1,0.3,0.1c0.2,0,0.4,0,0.6,0C143.7,83.3,143.9,83.3,144,83.2z'/%3E%3Cpath d='M151.8,88.1c-0.1-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.2-0.5-0.3-0.8c0-0.1,0-0.3,0-0.4c0-0.2,0-0.3,0-0.4 c0,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.2,0.2-0.3,0.3c0,0-0.2,0.2-0.4,0.3c-0.2,0.2-0.4,0.3-0.6,0.4c-0.4,0.3-0.8,0.4-1.1,0.5 c-0.3,0-0.6-0.1-0.8-0.4c-0.2-0.2-0.4-0.4-0.4-0.6c-0.1-0.2-0.1-0.5,0-0.9c0-0.5,0.1-0.9,0.2-1.4c0.1-0.4,0.3-1,0.7-1.8 c0.3-0.5,0.5-0.9,0.6-1.2c0.1-0.3,0.2-0.4,0.3-0.5c0.2-0.1,0.4-0.1,0.5,0c0.1,0.1,0.2,0.2,0.2,0.4c0.1,0.1,0.1,0.4,0,0.7 c-0.1,0.3-0.3,0.7-0.5,1.2c-0.2,0.4-0.4,0.9-0.5,1.4c-0.2,0.4-0.2,0.8-0.3,1.2c0,0.3,0,0.5,0.2,0.6c0.1,0.1,0.3,0,0.6,0 c0.3-0.1,0.6-0.4,1-0.8s0.8-1.1,1.1-1.9c0.1-0.3,0.2-0.5,0.2-0.7c0-0.2,0.1-0.4,0.1-0.7c0-0.2,0-0.3,0-0.4c0-0.1,0.1-0.2,0.3-0.3 c0-0.1,0.1-0.1,0.2-0.2c0.1,0,0.2,0,0.2,0l0.3,0c0,0,0.1,0,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0.1,0.1,0.2,0.4,0.1,0.8 c-0.1,0.4-0.3,1-0.6,1.7c-0.3,0.5-0.4,1-0.5,1.2c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.2,0,0.5,0.1,0.7c0.1,0.2,0.2,0.4,0.4,0.6 c0.1,0.1,0.2,0.2,0.3,0.3c0,0.1,0,0.3,0,0.4c0,0.1-0.1,0.2-0.2,0.3s-0.3,0.1-0.4,0.1C152.1,88.3,151.9,88.2,151.8,88.1z'/%3E%3Cpath d='M154.8,87.5c-0.1-0.1-0.2-0.2-0.3-0.3c0-0.1,0-0.3,0-0.5c0-0.4,0.1-0.7,0.2-1c0.1-0.3,0.1-0.6,0.2-1c0-0.2,0.1-0.4,0.2-0.8 c0.1-0.4,0.3-0.8,0.5-1.2c0.2-0.4,0.4-0.9,0.6-1.3c0.2-0.4,0.4-0.7,0.5-0.9c0.1-0.1,0.2-0.1,0.4-0.1c0.2,0,0.3,0.1,0.4,0.2 c0.1,0.1,0.2,0.3,0.1,0.6c-0.1,0.3-0.3,0.8-0.6,1.4c-0.2,0.4-0.3,0.6-0.4,0.8c-0.1,0.2-0.1,0.3-0.1,0.3c0,0,0.1,0,0.2,0 c0.1-0.1,0.2-0.3,0.4-0.5c0.2-0.2,0.4-0.4,0.7-0.6c0.2-0.2,0.5-0.4,0.7-0.5c0.2-0.1,0.4-0.2,0.4-0.3c0.1-0.1,0.2-0.1,0.4-0.2 c0.1,0,0.2-0.1,0.3-0.1c0.3-0.1,0.6-0.2,0.9-0.2c0.3,0,0.5,0.2,0.6,0.4c0,0.1,0.1,0.2,0.2,0.3c0,0,0.1,0,0.1,0.1 c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0.1c-0.1,0-0.3,0.1-0.5,0.2c-0.5,0.3-1,0.6-1.5,0.9 c-0.5,0.3-0.9,0.7-1.3,1.1c-0.1,0.1-0.2,0.2-0.3,0.4c-0.1,0.1-0.2,0.3-0.3,0.5c-0.1,0.1-0.1,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.2,0.7 c0,0.2-0.1,0.3-0.1,0.4c-0.1,0.3-0.2,0.4-0.3,0.6c-0.2,0.2-0.3,0.3-0.4,0.3C155.2,87.8,155,87.7,154.8,87.5z'/%3E%3Cpath d='M171.7,88.6c-0.2,0-0.3,0-0.4-0.1c-0.1-0.1-0.2-0.2-0.3-0.4c-0.1-0.3-0.2-0.6-0.2-1c0-0.4,0-0.7,0-1l0-0.4l-0.8,0.6 c-0.4,0.4-0.9,0.7-1.3,0.9c-0.4,0.2-0.8,0.3-1.1,0.3c-0.1,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.3-0.2-0.4-0.3s-0.2-0.2-0.3-0.4 c-0.1-0.2-0.1-0.4-0.1-0.8c0-0.3,0.1-0.7,0.2-1.1c0.1-0.4,0.3-0.8,0.5-1.1c0.2-0.4,0.4-0.7,0.7-1c0.4-0.7,0.9-1.1,1.4-1.2 c0.5-0.1,1-0.1,1.5,0.2c0.4,0.1,0.6,0.2,0.7,0.2c0.1,0,0.2-0.2,0.2-0.5c0-0.2,0.1-0.4,0.2-0.7c0-0.2,0.1-0.5,0.3-0.9 c0.3-1,0.6-1.8,0.9-2.4c0.3-0.6,0.5-1.1,0.7-1.5c0.1-0.3,0.3-0.5,0.4-0.6c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.3,0,0.4,0.2 s0.2,0.3,0.3,0.4c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.4c-0.2,0.3-0.4,0.8-0.6,1.3s-0.5,1.1-0.7,1.7c-0.2,0.6-0.4,1.2-0.7,1.9 c-0.2,0.6-0.4,1.2-0.5,1.6c-0.1,0.3-0.1,0.7-0.2,1.1c-0.1,0.4-0.1,0.9-0.1,1.4c0,0.5-0.1,0.9-0.1,1.3c0,0.4,0,0.6,0,0.7 c0.1,0.3,0.1,0.5,0.1,0.6s0,0.2-0.1,0.3C171.9,88.5,171.8,88.5,171.7,88.6z M168.3,86.3c0.2,0,0.4-0.1,0.5-0.2 c0.2-0.1,0.4-0.2,0.6-0.4c0.4-0.3,0.8-0.6,1-0.8c0.3-0.3,0.5-0.6,0.6-1.2c0-0.3,0-0.4-0.1-0.6c-0.1-0.2-0.2-0.3-0.4-0.4 s-0.4-0.1-0.7-0.1c-0.3,0-0.6,0.2-0.8,0.4c-0.3,0.3-0.6,0.7-0.9,1.2c-0.3,0.5-0.5,1.1-0.7,1.8c0,0.1,0,0.2,0.1,0.3 C167.7,86.4,168,86.4,168.3,86.3z'/%3E%3Cpath d='M178.9,88.1c-0.1-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.2-0.5-0.3-0.8c0-0.1,0-0.3,0-0.4c0-0.2,0-0.3,0-0.4 c0,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.2,0.2-0.3,0.3c0,0-0.2,0.2-0.4,0.3c-0.2,0.1-0.4,0.3-0.6,0.4c-0.4,0.3-0.8,0.4-1.1,0.5 c-0.3,0-0.6-0.1-0.8-0.4c-0.2-0.2-0.4-0.4-0.4-0.6c-0.1-0.2-0.1-0.5,0-0.9c0-0.5,0.1-0.9,0.2-1.4c0.1-0.4,0.3-1,0.7-1.8 c0.3-0.5,0.5-0.9,0.6-1.2c0.1-0.3,0.2-0.4,0.3-0.5c0.2-0.1,0.4-0.1,0.5,0c0.1,0.1,0.2,0.2,0.2,0.4c0.1,0.1,0.1,0.4,0,0.7 c-0.1,0.3-0.3,0.7-0.5,1.2c-0.2,0.4-0.4,0.9-0.5,1.4c-0.2,0.4-0.2,0.8-0.3,1.2c0,0.3,0,0.5,0.2,0.6c0.1,0.1,0.3,0,0.6,0 c0.3-0.1,0.6-0.4,1-0.8c0.4-0.4,0.8-1.1,1.1-1.9c0.1-0.3,0.2-0.5,0.2-0.7c0-0.2,0.1-0.4,0.1-0.7c0-0.2,0-0.3,0-0.4 c0-0.1,0.1-0.2,0.3-0.3c0-0.1,0.1-0.1,0.2-0.2c0.1,0,0.2,0,0.2,0l0.3,0c0,0,0.1,0,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2 c0.1,0.1,0.2,0.4,0.1,0.8c-0.1,0.4-0.3,1-0.6,1.7c-0.3,0.5-0.4,1-0.5,1.2c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.2,0,0.5,0.1,0.7 c0.1,0.2,0.2,0.4,0.4,0.6c0.1,0.1,0.2,0.2,0.3,0.3c0,0.1,0,0.3,0,0.4c0,0.1-0.1,0.2-0.2,0.3s-0.3,0.1-0.4,0.1 C179.2,88.3,179,88.2,178.9,88.1z'/%3E%3Cpath d='M188.5,87.9c-0.4,0.1-0.7,0-1.1-0.1c-0.3-0.1-0.6-0.3-0.8-0.6c-0.2-0.3-0.3-0.6-0.3-1.1c0-0.4,0-0.9,0.1-1.4 c0.1-0.5,0.3-1.1,0.6-1.6c0.3-0.5,0.5-1,0.8-1.4c0.3-0.3,0.5-0.6,0.8-0.9s0.5-0.4,0.7-0.5c0.2-0.1,0.4-0.1,0.5-0.1 c0.2,0,0.3,0,0.4,0c0.2,0,0.4,0.1,0.7,0.3c0.3,0.1,0.4,0.3,0.4,0.4l0.1,0.1c0.1,0,0.1,0.1,0.2,0.3c0.1,0.2,0.1,0.4,0.1,0.6 c0,0.2,0,0.4-0.1,0.5c0,0.3-0.1,0.5-0.3,0.7c-0.1,0.2-0.3,0.3-0.4,0.3c0,0-0.1,0-0.1,0s-0.1,0-0.1,0.1c0,0.1,0,0.1-0.1,0.1 c-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.2,0.1-0.3c0-0.1,0.1-0.4,0.2-0.6c0.1-0.4,0.1-0.6,0-0.7 c-0.1-0.1-0.3-0.1-0.5,0c-0.3,0.2-0.7,0.4-0.9,0.8c-0.3,0.3-0.6,0.8-0.8,1.3c-0.3,0.5-0.5,1.2-0.7,2c-0.1,0.3-0.1,0.6-0.1,0.8 c0,0.2,0,0.4,0.1,0.4c0.2,0,0.4,0.1,0.8,0c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.3,0.7-0.4c0.3-0.2,0.5-0.4,0.7-0.5 c0.1,0,0.1-0.1,0.2-0.2c0.1-0.1,0.2-0.2,0.3-0.2c0.1-0.2,0.2-0.3,0.3-0.3c0.1,0,0.2,0,0.4,0c0.1,0,0.2,0.1,0.3,0.1s0.2,0.1,0.2,0.2 c0,0,0,0.1-0.1,0.1c0,0-0.1,0-0.1,0.1c0,0,0,0.2-0.2,0.3c-0.1,0.2-0.3,0.4-0.5,0.5c-0.2,0.2-0.4,0.4-0.6,0.5 c-0.2,0.1-0.3,0.2-0.4,0.2c-0.1,0-0.2,0-0.2,0.1c0,0-0.1,0.1-0.3,0.2c-0.2,0.1-0.4,0.2-0.7,0.3C188.9,87.8,188.7,87.9,188.5,87.9z' /%3E%3Cpath d='M194.1,87.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2-0.1-0.3-0.1c-0.1-0.1-0.2-0.2-0.2-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.3,0.1-0.6 c0.1-0.2,0.1-0.5,0.2-0.9s0.2-0.8,0.3-1.1c0-0.2,0.1-0.4,0.2-0.7c0.1-0.2,0.1-0.4,0.2-0.6s0.1-0.4,0.2-0.4c0.1-0.4,0.2-0.7,0.3-1 c0.1-0.3,0.2-0.6,0.4-1c0.2-0.4,0.3-0.8,0.5-1.5c0.3-0.8,0.5-1.4,0.7-1.8c0.2-0.4,0.3-0.7,0.3-0.9c0.1-0.2,0.1-0.4,0.1-0.4 c0-0.1,0-0.2,0.1-0.2c0,0,0.1-0.1,0.2-0.1c0.2,0,0.3,0.1,0.4,0.3s0.2,0.4,0.2,0.6s0,0.5-0.1,0.7c-0.2,0.5-0.4,1.1-0.7,1.7 s-0.5,1.3-0.7,1.9c-0.2,0.6-0.4,1.2-0.6,1.6c0,0,0,0.1,0,0.3s-0.1,0.3-0.1,0.4c0,0.1-0.1,0.3-0.2,0.4c0,0,0,0.2,0,0.3 c0,0.1-0.1,0.3-0.2,0.5c0,0.2-0.1,0.4-0.2,0.6c-0.1,0.2-0.1,0.5-0.1,0.6c0.1-0.1,0.2-0.3,0.4-0.5s0.4-0.4,0.6-0.6 c0.2-0.2,0.4-0.4,0.7-0.6c0.3-0.2,0.5-0.4,0.6-0.5c0.2-0.1,0.4-0.2,0.6-0.4c0,0,0-0.1,0.1-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0 c0,0,0,0,0-0.1c0-0.1,0.1-0.1,0.2-0.2c0.2,0,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.5,0c0.2,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.2,0.4,0.4 c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3,0,0.6-0.1,0.9c0,0.1,0,0.3,0,0.4c0,0.2,0,0.4,0,0.6l-0.1,0.6h0.3c0.1,0,0.3,0,0.4,0.1 c0,0,0.1,0.1,0.2,0.1c0,0,0.1,0.1,0.2,0.1c0.2,0,0.2,0.1,0.2,0.2s-0.1,0.2-0.3,0.4c-0.3,0.2-0.6,0.3-0.9,0.3s-0.5-0.1-0.7-0.3 c-0.2-0.2-0.4-0.5-0.4-0.8c0-0.3,0-0.6,0.1-1.1c0-0.6,0.1-1,0.1-1.3s-0.1-0.4-0.2-0.4c-0.1,0-0.4,0.1-0.7,0.3 c-0.3,0.2-0.7,0.4-1.1,0.7c-0.4,0.3-0.8,0.7-1.2,1c-0.4,0.4-0.7,0.8-1,1.2c-0.2,0.2-0.3,0.4-0.5,0.5 C194.4,87,194.3,87.1,194.1,87.1z'/%3E%3Cpath d='M202.9,87.5c-0.1-0.1-0.2-0.2-0.2-0.4c0-0.2-0.1-0.3,0-0.5c0-0.1,0-0.3,0.1-0.4c0-0.1,0-0.2,0-0.3c0-0.1,0-0.1,0-0.2 c0,0,0-0.1,0-0.3s0.1-0.3,0.1-0.4c0.1-0.2,0.2-0.5,0.3-0.8c0.1-0.3,0.2-0.6,0.3-0.9c0.1-0.3,0.2-0.5,0.2-0.8 c0.1-0.2,0.1-0.4,0.1-0.4c0-0.2,0.1-0.2,0.3-0.3c0.2,0,0.3,0,0.4,0s0.2,0.2,0.3,0.4c0.1,0.1,0.1,0.3,0.1,0.5c0,0.2-0.1,0.5-0.3,0.8 c0,0.1-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.1-0.1,0.3-0.2,0.4c-0.1,0.2-0.1,0.4-0.2,0.5c0,0.1,0,0.2-0.1,0.3 s-0.1,0.3-0.1,0.4c0,0.1-0.1,0.3-0.2,0.4c-0.1,0.5-0.2,0.9-0.3,1C203.3,87.9,203.1,87.8,202.9,87.5z M204.8,79.4 c-0.1-0.1-0.1-0.2-0.2-0.3c0-0.1-0.1-0.2-0.1-0.4c0-0.1,0-0.2,0-0.2c0.1,0,0.2-0.1,0.4-0.4c0.1-0.2,0.2-0.4,0.2-0.6 c0,0,0-0.1,0-0.1c0,0,0.1-0.1,0.1-0.1c0.2-0.1,0.3-0.1,0.5,0c0.2,0.1,0.3,0.2,0.4,0.4c0.1,0.3,0.2,0.5,0.1,0.6 c-0.1,0.2-0.2,0.4-0.4,0.7c-0.2,0.3-0.4,0.4-0.5,0.4C205.2,79.6,205,79.6,204.8,79.4z'/%3E%3Cpath d='M209.9,87.5c-0.3,0.2-0.6,0.4-1,0.4c-0.4,0-0.7,0-1.1-0.2c-0.4-0.2-0.6-0.4-0.9-0.7c-0.2-0.3-0.4-0.6-0.4-1 c-0.1-0.4-0.1-0.9,0-1.5c0-0.5,0.2-1,0.5-1.6c0.3-0.5,0.7-1,1.1-1.4c0.4-0.4,0.8-0.7,1.2-0.9c0.2-0.1,0.4-0.2,0.5-0.2 c0.1,0,0.4,0,0.7,0c0.3,0,0.5,0.1,0.7,0.2c0.1,0.1,0.3,0.2,0.4,0.3c0.2,0.2,0.3,0.4,0.4,0.6s0.1,0.4,0.1,0.6c0,0.3-0.3,0.7-0.6,1.1 s-0.8,0.8-1.3,1c-0.3,0.1-0.6,0.1-1,0.1c-0.4,0-0.6-0.1-0.9-0.3c-0.3-0.1-0.4-0.1-0.5,0c-0.1,0.1-0.2,0.5-0.2,1 c0,0.5,0,0.9,0.1,1.1s0.3,0.4,0.5,0.4c0.3,0,0.5,0.1,0.6,0.1c0.2,0,0.4,0,0.6-0.2c0.2-0.1,0.4-0.2,0.4-0.2s0.1,0,0.1-0.1 c0,0,0.1-0.1,0.3-0.3c0.1-0.1,0.2-0.2,0.2-0.2c0,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1c0,0,0.1,0.1,0.2,0.1c0.1,0,0.2,0.1,0.1,0.2 c-0.1,0.2-0.2,0.4-0.4,0.6C210.5,87.1,210.2,87.3,209.9,87.5z M209.9,83.2c0.1-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.3-0.3,0.4-0.4 c0.1-0.2,0.2-0.3,0.2-0.4c0-0.2-0.1-0.4-0.3-0.5c-0.2-0.1-0.4-0.1-0.8,0c-0.1,0-0.3,0.1-0.5,0.3c-0.2,0.2-0.4,0.3-0.5,0.5 c-0.2,0.2-0.3,0.4-0.4,0.5c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0.2,0.1,0.3,0.1c0.2,0,0.4,0,0.6,0C209.6,83.3,209.8,83.3,209.9,83.2z' /%3E%3Cpath d='M220,87.2c-0.3,0-0.5,0-0.7-0.2c-0.2-0.1-0.3-0.3-0.4-0.6c0-0.2-0.1-0.4-0.1-0.6c0-0.2,0-0.4,0-0.7c0-0.2,0-0.4,0-0.4 c0,0,0.1-0.1,0.1-0.3c0-0.1,0-0.3,0-0.4c0-0.3-0.1-0.4-0.2-0.4c-0.1,0-0.3,0-0.5,0.1c-0.2,0.1-0.5,0.4-0.9,0.6 c-0.4,0.2-0.8,0.5-1.2,0.8c-0.4,0.3-0.8,0.6-1.2,0.9c-0.3,0.3-0.5,0.6-0.5,0.7c0,0.2-0.1,0.3-0.3,0.3c-0.1,0-0.2,0-0.3,0 c-0.1,0-0.2-0.1-0.3-0.2c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.2-0.2-0.2c0-0.1,0-0.2,0-0.4c0-0.2,0.1-0.4,0.1-0.6 c0-0.2,0.1-0.4,0.1-0.4c0.1,0,0.1-0.1,0.2-0.2c0-0.1,0.1-0.3,0.2-0.4c0-0.2,0.1-0.4,0.2-0.7c0.1-0.3,0.2-0.5,0.3-0.7 c0.2-0.3,0.3-0.6,0.4-0.8c0.1-0.2,0.1-0.5,0.1-0.8c0,0,0-0.1,0-0.1c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.2-0.1,0.4-0.1 c0.1,0,0.3,0.1,0.4,0.3c0.2,0.3,0.3,0.7,0.3,1c0,0.3-0.3,0.8-0.7,1.5c-0.1,0.2-0.2,0.4-0.2,0.5c0,0.1-0.1,0.2-0.1,0.3 c0.3-0.2,0.5-0.4,0.7-0.5c0.2-0.1,0.3-0.2,0.4-0.3c0.1-0.1,0.2-0.2,0.5-0.4c0.2-0.2,0.5-0.4,0.8-0.5c0.3-0.2,0.5-0.3,0.6-0.3 c0.1,0,0.2-0.1,0.3-0.1s0.2-0.1,0.3-0.1c0.1,0,0.2,0,0.4,0.2c0.2,0.1,0.3,0.2,0.5,0.4c0.1,0.2,0.2,0.3,0.3,0.4c0,0,0,0.1,0,0.2 s0,0.1,0,0.2c0,0.2,0.1,0.4,0.1,0.7c0,0.3,0,0.6,0,0.8s-0.1,0.4-0.1,0.4c0,0.1,0,0.1,0.1,0.1c0,0,0,0.1,0,0.1c-0.1,0-0.1,0-0.1,0.2 s0,0.2,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.2,0.2,0.2,0.3,0.2,0.4C220.3,87.1,220.2,87.2,220,87.2z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st7' d='M178.9,95.9c-1.5-0.1-2.9-0.3-4.3-0.7c0.5-0.5,0.7-1.1,0.6-1.8c0-0.4-0.1-0.8,0.1-1.1c1.3,0.1,2.6,0.4,3.8,1.1 c0.8,0.6,0.6,1.4,0.4,2.2C179.5,95.9,179.2,96.1,178.9,95.9z'/%3E%3Cpath class='st8' d='M171.9,94.8c-1.2,0-2.4-0.2-3.6-0.4c-0.3-0.3-0.3-0.8-0.3-1.2c0.1-0.7-0.2-1.4-0.4-2c1.1-0.1,2.1,0.1,3.2,0.4 C172.3,91.9,172.8,93,171.9,94.8z'/%3E%3Cpath class='st9' d='M171.9,94.8c0-0.6,0-1.3,0-1.9c0-0.8,0-0.8-0.9-1.1c-0.1,0-0.2-0.1-0.3-0.2c1.1-0.1,2.1,0.3,3.2,0.5 c0.4,0.3,0.8,0,1.2,0.2c0.1,0,0.1,0,0.2,0c0.4,0.8,0.2,1.6,0.2,2.3c0,0.5-0.5,0.6-0.9,0.6C173.7,95.2,172.8,95,171.9,94.8z'/%3E%3Cpath class='st10' d='M167.6,91.1c0.5,0.3,0.8,0.6,0.7,1.2c-0.1,0.7,0,1.3,0,2c-0.3,0-0.6,0-0.9,0c-0.4-0.2-0.9,0-1.4-0.2 c-0.8,0-1.7,0.1-2.5-0.2c1-0.3,1.2-1,1.1-2c0-0.3-0.1-0.7,0.1-1C165.7,90.9,166.7,90.9,167.6,91.1z'/%3E%3Cpath class='st11' d='M151.8,90.5c2.4,0,4.8,0,7.1,0c0.8,0,1.7,0.1,2.6,0.2c0.8,0.5,1.1,2.2,0.5,2.8c-0.2,0.2-0.5,0.2-0.7,0.2 c-0.8,0-1.5,0-2.2,0c-0.5-0.4-0.4-0.9-0.4-1.3c-0.1-1.3-0.1-1.3-1.5-1.3c-0.4,0-0.8,0-1.1,0c-0.6,0-1.2,0-1.8,0c-0.4,0-0.9,0-1.3,0 c-0.4,0-0.9,0.1-1.3,0.1c-0.2,0-0.4-0.1-0.4-0.3C151.4,90.6,151.7,90.6,151.8,90.5z'/%3E%3Cpath class='st12' d='M159.1,93.6c0.8,0,1.5,0,2.2,0c0.5,0,0.8-0.2,0.7-0.8c-0.1-0.7,0.3-1.6-0.4-2.2c1.1,0,2.1-0.1,3.2,0.2 c0.4,0.8,0.2,1.6,0.2,2.4c0,0.3-0.2,0.5-0.5,0.5c-0.3,0-0.6,0-0.9,0c-1.7,0-3.4,0-5.1-0.1c-0.3,0-0.5,0-0.8-0.2 C158.1,93.2,158.6,93.3,159.1,93.6z'/%3E%3Cpath class='st13' d='M144.6,94.3c-0.7,0.1-1.3,0.3-2,0.2c-0.3-0.3-0.4-0.6-0.3-0.9c0.1-0.9-0.3-1.4-1.1-1.8c0-0.2-0.1-0.4,0.2-0.4 c0.4-0.1,0.8,0.1,1.2,0.2c0.8-0.2,1.6-0.3,2.4-0.3c1.1,0,1.3,0.3,1.3,1.5c0,1.2-0.1,1.4-1.3,1.4C144.9,94.2,144.8,94.2,144.6,94.3z '/%3E%3Cpath class='st14' d='M178.9,95.9c0.2,0,0.4-0.1,0.4-0.4c0-0.7,0.2-1.4-0.2-2.1c1.2,0.3,2.4,0.7,3.6,1.3c0.5,0.2,0.8,0.6,1.1,1.1 c-0.7,0.8-1.4,0.9-2.4,0.6C180.6,96.1,179.7,96.3,178.9,95.9z'/%3E%3Cpath class='st15' d='M136,94.8c-0.8,0.2-1.5,0.2-2.3,0.1c-0.7-0.1-1.4,0.1-2.1,0.1c-0.5,0.1-1-0.1-1.4-0.3c0-0.1,0-0.2,0.1-0.3 c0.2-0.1,0.4-0.2,0.6-0.3c0.6-0.1,1.2-0.4,1.7-0.7c0.2-0.1,0.5-0.2,0.7-0.3c0.2-0.1,0.5-0.2,0.7-0.2c0.4,0,0.7-0.1,1-0.2 c0.1,0,0.2,0,0.3,0c0.2,0,0.4-0.1,0.6-0.1c0.1,0,0.2,0,0.4,0c0.3,0,0.5,0,0.7,0.2c0.4,0.7,0.4,1.4,0,2.1 C136.6,94.9,136.3,94.9,136,94.8z'/%3E%3Cpath class='st16' d='M141.2,91.8c0.1,0,0.3,0,0.4,0c0.9,0,0.9,0,1,1c0,0.5,0,1.1,0,1.6c-1.3,0.2-2.5,0.4-3.8,0.5 c0.5-1,0.2-2.1,0.4-3.1C139.9,91.8,140.5,91.8,141.2,91.8z'/%3E%3Cpath class='st17' d='M159.1,93.6c-0.5,0-0.9,0-1.4,0c-0.5,0-1,0-1.5,0c-0.5-1-0.5-2,0-2.9c0.7,0,1.4,0,2.1,0 c0.6,0,0.8,0.2,0.8,0.8C159,92.2,159.1,92.9,159.1,93.6z'/%3E%3Cpath class='st18' d='M144.6,94.3c0,0,0.1-0.1,0.2-0.1c0.4-0.2,0.9,0.1,1.1-0.3c0.2-0.6,0.1-1.2,0-1.9c0-0.3-0.4-0.4-0.6-0.4 c-0.9,0-1.9,0-2.8,0c0.4-0.4,0.9-0.4,1.4-0.4c0.8-0.3,1.7,0,2.5,0.1c0.4,0,0.7,0.1,1.1,0c1.2,0,0.9,0.9,1,1.6 c0.1,0.9-0.4,1.3-1.2,1.3C146.5,94.2,145.6,94.3,144.6,94.3z'/%3E%3Cpath class='st19' d='M147.3,94c0.2-0.3,0.8,0,0.8-0.5c0-0.7,0.2-1.3-0.1-2c-0.1-0.2-0.4-0.2-0.6-0.2c0.2-0.6,0.7-0.4,1.1-0.4 c0.4,0,0.9,0,1.3,0c0.3,0,0.5,0,0.8,0.1c0.5,0.7,0.3,1.5,0.3,2.2c0,0.1-0.1,0.2-0.2,0.4c-0.1,0.1-0.2,0.1-0.3,0.2 C149.4,93.9,148.4,94.1,147.3,94z'/%3E%3Cpath class='st20' d='M139.2,91.8c0.4,0.8,0.2,1.7,0.2,2.5c0,0.4-0.5,0.4-0.7,0.7c-0.1,0-0.3,0-0.4,0c-0.4-0.1-0.9,0-1.4-0.3 c-0.1-0.7,0.2-1.4-0.2-2c-0.1,0-0.1-0.1-0.1-0.2c0-0.1,0-0.2,0-0.3c0-0.1,0-0.1,0.1-0.2c0.1,0,0.2,0,0.4,0c0.4-0.2,0.8,0,1.2-0.2 c0.1,0,0.1,0,0.2,0c0.2-0.1,0.4-0.1,0.6,0C139.1,91.8,139.2,91.8,139.2,91.8z'/%3E%3Cpath class='st21' d='M156.1,90.7c0,1,0,2,0,2.9c-0.6,0-1.2,0-1.8,0c0,0-0.1-0.1-0.1-0.1c-0.3-0.9-0.4-1.9,0.1-2.8 C154.9,90.7,155.5,90.7,156.1,90.7z'/%3E%3Cpath class='st22' d='M150,91.1c-0.8,0.1-1.7-0.2-2.5,0.2c-1.2,0.1-2.4-0.2-3.6-0.2c0.8-0.4,1.6-0.3,2.3-0.2c0.5,0,1,0.2,1.5-0.2 c0.1-0.1,0.4,0,0.5,0c0.3,0.1,0.6,0,0.9,0.1c0.3,0,0.5,0,0.8,0C150.1,90.9,150.1,91,150,91.1C150.1,91.1,150,91.1,150,91.1z'/%3E%3Cpath class='st21' d='M150,91.1c0-0.1,0-0.1,0-0.2c0.3-0.2,0.7-0.1,1-0.1c-0.2-0.1-0.6,0.1-0.8-0.2c0.5-0.3,1.1-0.2,1.6-0.2 c-0.1,0.1-0.2,0.2-0.2,0.2c0,0.3,0.2,0.2,0.3,0.1c0.4-0.2,0.7-0.2,1.1-0.2c0.2,0.5-0.2,0.7-0.6,0.7c-0.6,0.1-1.2,0.1-1.7-0.3 C150.5,91.1,150.3,91.1,150,91.1z'/%3E%3Cpath class='st21' d='M154.4,93.6c-1.2,0.3-2.4,0.2-3.6,0.2c0,0-0.1-0.1,0-0.1c0,0,0-0.1,0-0.1l0,0 C151.9,93.1,153.1,93.1,154.4,93.6L154.4,93.6z'/%3E%3Cpath class='st23' d='M130.2,94.5c0.4,0.3,0.9,0.3,1.4,0.5c-0.3,0.2-0.5,0.1-0.8,0c-0.6-0.1-1.2-0.2-1.8,0.1 c-0.2,0-0.2-0.1-0.3-0.3c0-0.1,0.1-0.2,0.2-0.2c0.1-0.1,0.3-0.1,0.4-0.1c0.2,0,0.4-0.1,0.7-0.1C130.1,94.4,130.1,94.5,130.2,94.5z' /%3E%3Cpath class='st16' d='M137,94.7c0.4,0.1,1-0.2,1.4,0.3c-0.8,0.2-1.6,0-2.3-0.2C136.3,94.7,136.6,94.7,137,94.7z'/%3E%3Cpath class='st24' d='M136.7,92.5c0,0.1,0,0.1,0,0.2c-0.2,0-0.5,0-0.7,0c-0.3-0.2-0.6,0.1-0.8-0.1c0,0-0.1-0.1-0.1-0.2 c0-0.1,0-0.1,0-0.1c0.5-0.1,1-0.4,1.6-0.3c0,0.1,0,0.1,0,0.2c-0.1,0.1-0.2,0.1-0.3,0.1C136.6,92.4,136.7,92.4,136.7,92.5z'/%3E%3Cpath class='st25' d='M129.9,94.5c-0.2,0.3-0.4,0.2-0.7,0.2c-0.2-0.1-0.3-0.1-0.4,0h0c-0.1,0.1-0.1,0.1-0.2,0.1 c-0.1-0.1-0.2-0.2-0.2-0.3c0.2-0.2,0.5-0.3,0.7-0.4c0.1,0.1,0.3,0,0.5,0.1C129.7,94.3,129.9,94.4,129.9,94.5z'/%3E%3Cpath class='st26' d='M135.2,92.3c0,0,0,0.1,0,0.1c0,0.1,0.1,0.1,0.1,0.2s0,0.1,0,0.1c-0.4,0.1-0.8,0.2-1.1,0.3 c-0.2,0-0.4,0.1-0.7,0c-0.1,0-0.1-0.1-0.1-0.2s0-0.1,0-0.1C133.9,92.6,134.6,92.5,135.2,92.3z'/%3E%3Cpath class='st27' d='M150.2,90.6c0.2,0.1,0.5,0,0.8,0.1c-0.3,0.2-0.6,0.1-0.9,0.1c-0.3,0-0.6,0-0.9,0c-0.1,0-0.1-0.1-0.1-0.1 c0,0,0,0,0.1,0C149.5,90.7,149.9,90.7,150.2,90.6z'/%3E%3Cpath class='st28' d='M131.5,93.3c0.2-0.2,0.4-0.2,0.6-0.2c0.1-0.1,0.2-0.1,0.3,0c0,0.1,0,0.2,0,0.3c-0.3,0.2-0.6,0.4-0.9,0.2 C131.5,93.6,131.5,93.4,131.5,93.3z'/%3E%3Cpath class='st29' d='M132.5,93.2c-0.1,0-0.2,0-0.3,0c0.4-0.3,0.8-0.3,1.2-0.4c0,0.1,0,0.1,0,0.2c0,0.2-0.1,0.3-0.3,0.4 C132.8,93.4,132.6,93.3,132.5,93.2z'/%3E%3Cpath class='st8' d='M166,94.1c0.5,0,1-0.2,1.4,0.2C166.9,94.3,166.5,94.4,166,94.1z'/%3E%3Cpath class='st30' d='M130.3,93.7c0.1,0,0.3-0.1,0.4-0.1c0,0,0,0.1,0.1,0.1c0,0.1,0,0.2-0.1,0.3c-0.2,0.2-0.4,0.3-0.6,0.3 c-0.1,0-0.2,0-0.3-0.1c0,0-0.1-0.1,0-0.2c0,0,0-0.1,0-0.1c0.1,0,0.1-0.1,0.2-0.1C130.1,93.7,130.1,93.7,130.3,93.7z'/%3E%3Cpath class='st7' d='M175.1,92.2c-0.4,0-0.8,0.2-1.2-0.2C174.3,92.1,174.8,91.9,175.1,92.2z'/%3E%3Cpath class='st16' d='M138.3,91.8c-0.4,0.4-0.8,0.2-1.2,0.2C137.5,91.8,137.9,91.8,138.3,91.8z'/%3E%3Cpath class='st31' d='M128.2,95c-0.2,0-0.4,0-0.7,0c0,0,0-0.1,0-0.1c0.2-0.1,0.5-0.2,0.7-0.3c0.1,0.1,0.1,0.1,0.1,0.2 C128.3,94.8,128.2,94.9,128.2,95z'/%3E%3Cpath class='st32' d='M131.5,93.3c0,0.1,0,0.1,0,0.2c-0.1,0.3-0.4,0.4-0.6,0.3c-0.1,0-0.1-0.1-0.1-0.3s0-0.2,0.2-0.2 C131.1,93.4,131.3,93.4,131.5,93.3z'/%3E%3Cpath class='st33' d='M129.8,93.9c0,0,0,0.1,0,0.2c0,0,0.1,0.1,0.1,0.2c0,0.1,0,0.1,0,0.1c-0.1,0.1-0.2,0.1-0.3,0 c-0.2,0-0.4,0-0.4-0.2C129.3,94,129.6,94,129.8,93.9z'/%3E%3Cpath class='st34' d='M128.2,95c0-0.1,0-0.1,0-0.2c0.1-0.2,0.3-0.1,0.4,0c0.1,0,0.2,0,0.3,0c0,0.1,0.1,0.3,0.1,0.4 C128.7,95.1,128.4,95,128.2,95z'/%3E%3Cpath class='st35' d='M149.2,90.7c0,0.1,0,0.1,0,0.2c-0.3,0-0.6,0.1-0.9-0.2C148.6,90.7,148.9,90.7,149.2,90.7z'/%3E%3Cpath class='st36' d='M127.9,95.9c-0.1,0-0.2-0.1-0.2-0.1c0-0.2,0.2-0.1,0.3-0.1c0,0,0.1,0.1,0.2,0.1 C128.1,95.8,128,95.8,127.9,95.9z'/%3E%3Cpath class='st37' d='M128.6,94.7c-0.1,0-0.3,0-0.4,0c0-0.1,0-0.1,0-0.2c0.1,0,0.1,0,0.2,0C128.4,94.6,128.5,94.6,128.6,94.7z'/%3E%3Cpath class='st16' d='M139,91.8c-0.2,0-0.4,0-0.6,0C138.7,91.7,138.9,91.6,139,91.8z'/%3E%3Cpath class='st38' d='M130.9,93.4c0,0.1,0,0.1,0,0.2c-0.1,0.1-0.2,0.1-0.2,0l0-0.1C130.7,93.4,130.8,93.4,130.9,93.4z'/%3E%3Cpath class='st38' d='M130.3,93.7c-0.1,0.1-0.2,0.2-0.3,0.1C130,93.7,130.1,93.7,130.3,93.7z'/%3E%3Cpath class='st39' d='M150.7,93.6c0,0.1,0,0.1,0,0.2c-0.1,0-0.1,0-0.2,0C150.6,93.7,150.6,93.7,150.7,93.6z'/%3E%3Cpath class='st39' d='M154.3,93.6c-1.2,0-2.4,0-3.6,0c0-0.8,0-1.6,0-2.5c0.5,0,1.1,0,1.6,0c0.3,0,0.6-0.1,0.6-0.4 c0.4,0,0.9,0,1.3,0C154.3,91.7,154.3,92.6,154.3,93.6z'/%3E%3Cpath class='st38' d='M129.5,94.3c0.1,0,0.1,0,0.2,0c0.1-0.1,0.1-0.1,0.2-0.2c0.2-0.1,0.4-0.2,0.7-0.3c0-0.1,0.1-0.1,0.2,0 c0.2-0.1,0.4-0.1,0.7-0.2c0.3-0.1,0.6-0.1,0.9-0.2c0.2-0.1,0.3,0,0.3,0.2c-0.5,0.4-1.1,0.8-1.8,0.7c-0.1,0.1-0.3,0.1-0.5,0.2 c-0.1,0-0.1,0-0.2,0.1c-0.1,0-0.2,0-0.3,0C129.8,94.5,129.6,94.5,129.5,94.3z'/%3E%3Cpath class='st40' d='M134,92.9c0.3-0.4,0.8-0.2,1.1-0.2c0,0,0.1,0.1,0,0.1c0,0,0,0,0,0c-0.4,0.1-0.7,0.3-1.1,0.3 C133.9,93.1,133.9,93.1,134,92.9C134,92.9,134,92.9,134,92.9z'/%3E%3Cpath class='st41' d='M132.7,93.6c-0.1-0.1-0.2-0.2-0.3-0.2c0-0.1,0-0.1,0-0.2c0.2,0,0.4,0,0.6,0c0.2-0.1,0.3,0,0.2,0.2 C133.1,93.5,132.9,93.6,132.7,93.6z'/%3E%3Cpath class='st42' d='M133.3,93.3c-0.1-0.1-0.2-0.1-0.2-0.2c0.1-0.1,0.2-0.1,0.3-0.2c0.2,0,0.4,0,0.7,0c0,0.1,0,0.2,0,0.2 C133.8,93.2,133.6,93.3,133.3,93.3z'/%3E%3Cpath class='st43' d='M135.1,92.9c0,0,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3c0.3,0.1,0.7-0.1,0.9,0.3c-0.1,0-0.1,0-0.2,0 c-0.1,0.1-0.3,0.1-0.5,0.2C135.3,92.9,135.2,92.9,135.1,92.9z'/%3E%3Cpath class='st20' d='M135.4,92.9c0.1-0.2,0.3-0.2,0.5-0.2C135.7,92.9,135.5,92.9,135.4,92.9z'/%3E%3Cpath class='st25' d='M130.4,94.5c0.1-0.2,0.3-0.2,0.5-0.2C130.8,94.5,130.6,94.5,130.4,94.5z'/%3E%3Cpath class='st44' d='M136.7,92.5c-0.1,0-0.3,0-0.3-0.2c0,0,0.2,0,0.3-0.1C136.9,92.3,136.9,92.4,136.7,92.5z'/%3E%3Cpath class='st34' d='M128.8,94.8c0.1-0.2,0.3-0.3,0.4,0C129.1,94.7,129,94.7,128.8,94.8z'/%3E%3Cpath class='st45' d='M130.9,93.8c-0.1,0-0.1,0-0.2,0c0-0.1,0-0.1,0-0.2c0.1,0,0.2,0,0.2,0C130.9,93.7,130.9,93.7,130.9,93.8z'/%3E%3Cpath class='st25' d='M129.9,94.1c-0.1,0-0.1,0.1-0.2,0.2c0-0.1,0-0.1,0-0.2C129.8,94.1,129.9,94.1,129.9,94.1z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
}

.footer_logo span {
  position: absolute;
  text-indent: -100000px;
}

.footer_copyright {
  width: calc(100% - (205px + 235px));
  text-align: center;
  font-size: 13px;
  margin: 20px;
}

.footer_copyright a {
  color: #212B33;
}

.footer_copyright a:hover {
  color: #217FA8;
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
  footer #inscription {
    padding-left: 25px;
    padding-right: 25px;
  }
  footer #inscription_content {
    max-width: 500px;
  }
  footer #inscription .h3buy {
    font-size: 25px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  #colophon:before {
    content: none;
  }
  footer #inscription {
    padding-left: 25px;
    padding-right: 25px;
  }
  footer #inscription_image {
    top: -20px;
  }
  footer #inscription_content {
    max-width: 500px;
    padding-bottom: 20px;
  }
  footer #inscription .h3buy {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 559px) {
  #colophon {
    margin-top: 0;
  }
  #colophon:before {
    content: none;
  }
  footer #inscription {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer #inscription_image {
    position: absolute;
    right: 5px;
    width: 145px;
    top: -20px;
  }
  footer #inscription_content {
    width: 65%;
    max-width: 235px;
    padding-bottom: 20px;
  }
  footer #inscription_content:nth-child(3) {
    font-size: 12px;
  }
  footer #inscription .h3buy {
    font-size: 16px !important;
  }
  footer #inscription .btn.fullblue {
    padding: 6px 17px;
  }
}

@media screen and (max-width: 1024px) {
  #footer .logo {
    margin: 20px auto;
  }
}

@media screen and (max-width: 768px) {
  footer #footer {
    flex-flow: column wrap;
    align-content: center;
    text-align: center;
  }
  .footer_logo {
    margin: auto;
  }
  .footer_copyright {
    width: auto;
  }
}

@media screen and (max-width: 540px) {
  #inscription_content .btn {
    margin-top: 10px;
  }
  .footer_copyright {
    font-size: 10px;
  }
}

.mobile_menu .header_btn_ecran a:before {
  content: "";
  width: 22px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 462' style='enable-background:new 0 0 512 462;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M482,0H30C13.5,0,0,13.5,0,30v298c0,16.5,13.5,30,30,30h147v74H96c-8.3,0-15,6.7-15,15s6.7,15,15,15h320 c8.3,0,15-6.7,15-15s-6.7-15-15-15h-81v-74h147c16.5,0,30-13.5,30-30V30C512,13.5,498.5,0,482,0z M305,432h-98v-74h98V432z M482,328c-13.2,0-441.5,0-452,0V30h452C482,334.5,482.1,328,482,328z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.mobile_menu .header_btn_diplome a:before {
  content: "";
  width: 25px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 391.9' style='enable-background:new 0 0 512 391.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M495,107.2L290.9,7.5c-17.6-8.8-47.5-8.8-65.1,0L17,107.2c-14.7,7-17,17-17,22.3s2.3,14.7,17,22.3l17,8.2 v93.8c-10.6,4.1-18.2,14.7-18.2,26.4s7.6,22.3,17.6,26.4L7,390.5h73.9l-26.4-83.9c10.6-4.1,17.6-14.7,17.6-26.4 c0-12.3-7.6-22.3-18.2-26.4V170L85,185.2v122c0,1.8,0.6,3.5,1.8,5.3c2.9,3.5,57.5,78,168.9,78s166-75.1,168.3-78 c1.2-1.8,1.8-3.5,1.8-5.3V185.8l69.2-34c14.7-7,17-17,17-22.3C511.4,124.2,509.7,114.2,495,107.2z M407,304.3 c-9.4,11.7-59.8,68-151.3,68s-141.9-56.3-151.3-68V193.4l121.4,58.1c8.8,4.1,20.5,6.5,32.3,6.5c12.3,0,24-2.3,32.8-7L407,194 V304.3z M486.8,135.4L416.4,170c-2.9,0-5.3,1.2-6.5,3.5l-127.3,61.6c-12.3,6.5-36.4,6.5-49.3,0L76.8,160l180.1-21.1 c5.3-0.6,8.8-5.3,8.2-10c-0.6-5.3-5.3-8.8-10-8.2L46.3,145.3l-21.1-10c-5.3-2.3-6.5-5.3-6.5-5.3c0-0.6,1.2-2.9,6.5-5.3L234,24.5 c6.5-2.9,15.2-4.7,24-4.7c9.4,0,18.8,1.8,24.6,4.7l204.1,99.7c5.3,2.3,6.5,4.7,6.5,5.9C493.2,130.1,491.5,133,486.8,135.4z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.mobile_menu .header_btn_boutique a:before {
  content: "";
  width: 21px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 484' style='enable-background:new 0 0 512 484;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M256,325.2c-28,0-44.8,6.8-49.9,20.7c-0.8,2.5-1.3,5.1-1.3,7.8c0.3,7.1,2.5,14,6.3,20.1 c9.2,16.4,26.1,27.1,44.9,28.3c20.3-1.4,38.3-13.7,47-32.2c2.6-5,4-10.5,4.2-16.1C307.2,343.1,300.6,325.2,256,325.2z M287.7,362.4 c-5.8,12.6-17.9,21.2-31.7,22.6c-12.7-1.2-24-8.6-30.2-19.8c-2.2-3.4-3.6-7.3-3.9-11.4c0-0.7,0.1-1.4,0.3-2.1 c1.6-4.3,11.4-9.3,33.8-9.3c15.8,0,34.1,3,34.1,11.4C289.9,356.8,289.1,359.7,287.7,362.4z'/%3E%3Cpath class='st0' d='M0.6,135.3c1.6,7.3,3.9,14.5,6.8,21.4c3,7.6,6.1,15.2,9.1,22.8c10.5,24.6,19.6,49.8,27.4,75.4 c0.9,3,1.7,6.1,2.5,9.2c2.6,10,11.1,17.5,21.3,18.9c1.5,0.2,3,0.3,4.5,0.4c9.4,0.1,18.2-4.7,23.2-12.6c1.1-1.7,2.2-3.6,3.4-5.4 c10.6,38.3,33.2,72.1,64.3,96.7c-1.7,6.1-3.1,12.3-4,18.5c-6.4,44.6,5,68.6,15.7,81c9.2,10.9,22.6,17.2,36.9,17.3 c23.3,0,36.7-6.8,44.2-16.3c7.5,9.5,20.9,16.3,44.2,16.3c14.3-0.1,27.8-6.4,36.9-17.3c10.7-12.3,22.1-36.3,15.7-80.9 c-0.9-6.3-2.3-12.5-4-18.6c31.2-24.6,53.7-58.5,64.3-96.7c1.1,1.8,2.3,3.6,3.4,5.4c5.1,7.9,13.8,12.7,23.2,12.6 c1.5,0,3-0.1,4.5-0.4c10.3-1.4,18.7-8.8,21.3-18.9c0.8-3.1,1.6-6.2,2.5-9.2c7.8-25.6,16.9-50.8,27.4-75.4 c3.1-7.6,6.1-15.2,9.1-22.8c2.9-6.9,5.2-14.1,6.8-21.4c2.5-13.8-2.2-27.9-12.4-37.4c-4.8-4.8-9.6-9.5-14.4-14.3 c-8.1-7.9-16.5-16.1-24.2-24.5c-7.9-8.6-15.6-17.5-23.2-26.4c-3.9-4.5-7.7-8.9-11.6-13.3C413.7,6,401.7-0.2,389.8,1.1 c-10.4,1.7-19.5,8-24.8,17.1c-6.2,10-10.8,20.9-13.5,32.3c-4.4-3.6-9-6.8-13.9-9.7C312.5,27.3,284.5,20,256,19.4 c-28.5,0.6-56.5,7.9-81.6,21.4c-4.8,2.9-9.5,6.1-13.8,9.7c-2.7-11.3-7.2-22-13.3-31.8C142,9.4,132.8,3,122.2,1.2 C110.3-0.2,98.3,6,86.5,19.4c-3.9,4.4-7.7,8.8-11.6,13.3c-7.6,8.8-15.4,17.8-23.2,26.4C44,67.5,35.6,75.7,27.5,83.6 c-4.8,4.7-9.7,9.5-14.4,14.3C2.9,107.5-1.8,121.6,0.6,135.3z M324.2,450.4c-5.9,7.1-14.7,11.3-24,11.4c-31.3,0-35.7-12.9-35.7-26.9 c0-4.7-3.8-8.5-8.5-8.5c-4.7,0-8.5,3.8-8.5,8.5c0,13.9-4.3,26.9-35.7,26.9c-9.3-0.1-18.1-4.3-24-11.4c-11.8-13.6-16-37.6-11.7-67.4 c1.1-7.3,2.7-14.4,4.9-21.4c7.3-21.3,16.5-41.9,27.5-61.5c16.4-31.7,33.4-64.6,38.3-103c0.6-4.5,0.9-9.1,0.9-13.7 c0-53.7-37-108.2-55.8-132.5c20.3-8.9,42.1-13.7,64.2-14.4c22.1,0.7,43.9,5.6,64.2,14.5c-18.9,24.3-55.8,78.8-55.8,132.5 c0,4.6,0.3,9.1,0.9,13.7c4.8,38.4,21.8,71.3,38.3,103c11,19.7,20.2,40.3,27.5,61.5c2.2,7,3.9,14.2,4.9,21.4 C340.2,412.9,336,436.8,324.2,450.4z M379.6,26.9c2.6-4.5,7-7.7,12.1-8.9c0.4,0,0.7-0.1,1.1-0.1c8,1.5,15.1,6,19.8,12.7 c3.8,4.4,7.7,8.8,11.5,13.2c7.7,9,15.6,18,23.6,26.7s16.6,17.1,24.9,25.2c4.8,4.7,9.5,9.3,14.2,14c6.4,5.6,9.3,14.1,7.8,22.4 c-1.4,6.2-3.3,12.3-5.9,18.2c-3,7.6-6,15.1-9.1,22.7c-10.7,25.2-20,50.9-28,77.1c-0.9,3.2-1.8,6.5-2.6,9.7c-1,3.4-3.9,5.8-7.4,6.2 c-4.1,0.8-8.3-1-10.6-4.5c-24.4-37.5-43.7-78.2-57.3-120.8c-0.1-0.4-0.2-0.7-0.3-1.1C361.8,99.2,359.8,58.4,379.6,26.9z M348.3,70 c-1.4,19.4,0.2,38.9,4.6,57.8c-5.7-1.6-11.5-2.4-17.4-2.4c-4.7,0-8.5,3.8-8.5,8.5s3.8,8.5,8.5,8.5c7.9,0,15.7,2,22.7,5.8 c10.4,33.1,24.5,65,41.9,95.1c-0.5,3.9-1.2,8-2.2,12.4c-8.3,34.7-27.6,65.8-54.9,88.8c-7.1-17.9-15.3-35.4-24.5-52.4 c-15.8-30.4-32-61.9-36.5-97.3c-0.5-3.8-0.7-7.6-0.7-11.5c0-50.3,38.2-104.1,53.7-123.9c4.3,2.9,8.4,6.1,12.1,9.8 C347.5,69.6,347.9,69.8,348.3,70L348.3,70z M164.8,69.3c3.7-3.6,7.8-6.9,12.1-9.8c15.5,19.8,53.7,73.7,53.7,123.9 c0,3.8-0.2,7.7-0.7,11.5c-4.5,35.4-20.7,66.9-36.5,97.3c-9.2,17-17.4,34.5-24.5,52.4c-27.3-23-46.5-54.1-54.9-88.8 c-1-4.5-1.7-8.5-2.2-12.5c17.4-30.1,31.5-62,42-95.1c7-3.8,14.7-5.8,22.6-5.8c4.7,0,8.5-3.8,8.5-8.5s-3.8-8.5-8.5-8.5 c-5.9,0-11.7,0.8-17.3,2.4c4.5-18.9,6-38.4,4.6-57.8C164.1,69.7,164.5,69.5,164.8,69.3L164.8,69.3z M25.2,109.9 c4.7-4.7,9.4-9.4,14.2-14c8.3-8.1,16.8-16.4,24.9-25.2c8-8.8,15.9-17.8,23.5-26.7c3.8-4.4,7.7-8.9,11.5-13.2 c5.4-6.2,13.6-13.3,20.9-12.6c5.2,1.2,9.7,4.6,12.3,9.2c19.7,31.2,17.7,71.8,6.2,112.2c-0.2,0.5-0.4,1-0.5,1.5 c-13.6,42.6-32.9,83.1-57.3,120.6c-2.3,3.5-6.5,5.3-10.6,4.5c-3.5-0.4-6.4-2.9-7.4-6.2c-0.8-3.2-1.7-6.5-2.6-9.7 c-7.9-26.2-17.3-51.9-28-77.1c-3-7.5-6.1-15.1-9.1-22.7c-2.5-5.9-4.5-12-5.9-18.2C15.9,124,18.9,115.5,25.2,109.9z'/%3E%3Cpath class='st0' d='M153.6,205.8c0,14.1,11.5,25.6,25.6,25.6s25.6-11.5,25.6-25.6s-11.5-25.6-25.6-25.6 C165,180.2,153.6,191.6,153.6,205.8z M187.7,205.8c0,4.7-3.8,8.5-8.5,8.5s-8.5-3.8-8.5-8.5s3.8-8.5,8.5-8.5 C183.9,197.2,187.7,201.1,187.7,205.8z'/%3E%3Cpath class='st0' d='M307.2,205.8c0,14.1,11.5,25.6,25.6,25.6s25.6-11.5,25.6-25.6s-11.5-25.6-25.6-25.6S307.2,191.6,307.2,205.8z M332.8,197.2c4.7,0,8.5,3.8,8.5,8.5s-3.8,8.5-8.5,8.5s-8.5-3.8-8.5-8.5C324.3,201.1,328.1,197.2,332.8,197.2z'/%3E%3Cpath class='st0' d='M202.3,404.5c-0.4-0.4-0.8-0.7-1.3-1s-1-0.6-1.5-0.8c-0.5-0.2-1-0.4-1.5-0.5c-1.7-0.4-3.4-0.2-4.9,0.5 c-1,0.4-2,1-2.8,1.8s-1.4,1.8-1.8,2.8c-0.4,1-0.7,2.1-0.7,3.2c0,2.3,0.9,4.4,2.5,6.1c0.8,0.8,1.8,1.4,2.8,1.8s2.1,0.7,3.2,0.7 c0.6,0,1.1-0.1,1.7-0.2c0.5-0.1,1.1-0.3,1.5-0.5c0.5-0.2,1.1-0.4,1.5-0.8l1.3-1c0.8-0.8,1.4-1.8,1.8-2.8c0.9-2.1,0.9-4.4,0-6.5 C203.7,406.3,203.1,405.4,202.3,404.5z'/%3E%3Cpath class='st0' d='M227.9,421.6c-0.4-0.4-0.8-0.7-1.3-1s-1-0.6-1.5-0.8c-0.5-0.2-1-0.4-1.5-0.5c-1.7-0.4-3.4-0.2-4.9,0.5 c-1,0.4-2,1-2.8,1.8s-1.4,1.8-1.8,2.8c-0.4,1-0.7,2.1-0.7,3.2c0,2.3,0.9,4.4,2.5,6.1c0.8,0.8,1.8,1.4,2.8,1.8s2.1,0.7,3.2,0.7 c0.6,0,1.1-0.1,1.7-0.2c0.5-0.1,1.1-0.3,1.5-0.5c0.5-0.2,1.1-0.4,1.5-0.8l1.3-1c0.8-0.8,1.4-1.8,1.8-2.8c0.9-2.1,0.9-4.4,0-6.5 C229.3,423.4,228.7,422.4,227.9,421.6z'/%3E%3Cpath class='st0' d='M321.8,404.5c-0.8-0.8-1.8-1.4-2.8-1.8c-1.6-0.7-3.3-0.9-4.9-0.5c-0.5,0.1-1.1,0.3-1.5,0.5 c-0.5,0.2-1.1,0.4-1.5,0.8c-0.4,0.3-0.9,0.7-1.3,1c-0.8,0.8-1.4,1.8-1.8,2.8c-0.9,2.1-0.9,4.4,0,6.5c0.4,1,1,2,1.8,2.8l1.3,1 c0.5,0.3,1,0.6,1.5,0.8c0.5,0.2,1,0.4,1.5,0.5c0.6,0.1,1.1,0.2,1.7,0.2c1.1,0,2.2-0.2,3.2-0.7c1-0.4,2-1,2.8-1.8 c1.6-1.6,2.4-3.8,2.5-6.1c0-1.1-0.2-2.2-0.7-3.2C323.2,406.3,322.6,405.4,321.8,404.5z'/%3E%3Cpath class='st0' d='M296.2,421.6c-0.8-0.8-1.8-1.4-2.8-1.8c-1.6-0.7-3.3-0.9-4.9-0.5c-0.5,0.1-1.1,0.3-1.5,0.5 c-0.5,0.2-1.1,0.4-1.5,0.8c-0.4,0.3-0.9,0.7-1.3,1c-0.8,0.8-1.4,1.8-1.8,2.8c-0.9,2.1-0.9,4.4,0,6.5c0.4,1,1,2,1.8,2.8l1.3,1 c0.5,0.3,1,0.6,1.5,0.8c0.5,0.2,1,0.4,1.5,0.5c0.6,0.1,1.1,0.2,1.7,0.2c1.1,0,2.2-0.2,3.2-0.7c1-0.4,2-1,2.8-1.8 c1.6-1.6,2.4-3.8,2.5-6.1c0-1.1-0.2-2.2-0.7-3.2C297.6,423.4,296.9,422.4,296.2,421.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}

.mobile_menu .header_btn_show a:before {
  content: "";
  width: 19px;
  height: 20px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.921' height='30.849' viewBox='0 0 28.921 30.849'%3E%3Cpath id='Icon_metro-calendar' data-name='Icon metro-calendar' d='M12.211,13.5h3.856v3.856H12.211Zm5.784,0h3.856v3.856H17.995Zm5.784,0h3.856v3.856H23.779ZM6.427,25.064h3.856v3.856H6.427Zm5.784,0h3.856v3.856H12.211Zm5.784,0h3.856v3.856H17.995ZM12.211,19.28h3.856v3.856H12.211Zm5.784,0h3.856v3.856H17.995Zm5.784,0h3.856v3.856H23.779Zm-17.352,0h3.856v3.856H6.427ZM27.635,1.928V3.856H23.779V1.928h-13.5V3.856H6.427V1.928H2.571V32.777H31.491V1.928H27.635Zm1.928,28.921H4.5V9.64H29.563Z' transform='translate(-2.571 -1.928)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  vertical-align: middle;
  margin-right: 13px;
  top: -2px;
  position: relative;
}

.mobile_menu .header_btn_os a:before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M489.9,111.2c-14.3-14.3-33.2-22.1-53.4-22.1c-3.7,0-7.3,0.3-10.9,0.8c3.4-23.3-4.2-47.1-21.3-64.3 C390,11.3,371.1,3.5,350.9,3.5s-39.1,7.9-53.4,22.1c-13.4,13.4-21.2,31.1-22,50c-0.7,15.7,3.4,31,11.8,44l-167,167 c-12.9-9.5-28.5-14.7-44.8-14.7c-20.2,0-39.1,7.9-53.4,22.1C7.9,308.3,0,327.2,0,347.4s7.9,39.1,22.1,53.4 c14.3,14.3,33.2,22.1,53.4,22.1c3.7,0,7.3-0.3,10.9-0.8c-3.4,23.3,4.2,47.1,21.3,64.3c14.3,14.3,33.2,22.1,53.4,22.1 s39.1-7.9,53.4-22.1c14.1-14.1,21.9-32.8,22.1-52.7c0.2-16.6-5-32.4-14.7-45.5l165.9-165.9c13.6,11.5,30.6,17.8,48.6,17.8 c20.2,0,39.1-7.9,53.4-22.1C519.4,188.6,519.4,140.7,489.9,111.2z M475.8,203.9c-10.5,10.5-24.4,16.3-39.2,16.3 s-28.8-5.8-39.2-16.3c-0.7-0.7-1.4-1.4-2.1-2.2c-1.8-2-4.4-3.2-7.2-3.3c-2.8-0.1-5.4,1-7.3,2.9L201.3,380.6 c-3.9,3.8-3.9,10.1-0.1,14c20.8,21.6,20.4,56.5-0.8,77.7c-10.5,10.5-24.4,16.3-39.2,16.3s-28.8-5.8-39.2-16.3 c-16-16-20.7-39.7-12-60.6c1.6-3.7,0.7-8-2.2-10.9c-1.9-1.9-4.5-2.9-7.1-2.9c-1.3,0-2.6,0.3-3.8,0.8c-6.8,2.8-14,4.2-21.3,4.2 c-14.8,0-28.8-5.8-39.2-16.2C25.8,376.1,20,362.2,20,347.4c0-14.8,5.8-28.8,16.3-39.2c10.5-10.5,24.4-16.3,39.2-16.3 c14.4,0,28,5.5,38.4,15.4c3.9,3.8,10.1,3.7,14-0.1l179.5-179.5c3.6-3.6,3.9-9.5,0.6-13.4c-18.3-22.1-16.8-54.2,3.6-74.5 c10.5-10.5,24.4-16.3,39.2-16.3c14.8,0,28.8,5.8,39.2,16.3c16,16,20.7,39.7,12,60.6c-1.6,3.7-0.7,8,2.2,10.9 c2.9,2.9,7.2,3.7,10.9,2.2c6.8-2.8,14-4.2,21.3-4.2c14.8,0,28.8,5.8,39.2,16.2C497.4,147,497.4,182.2,475.8,203.9z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M219.3,251.2c-3.9-3.9-10.2-3.9-14.1,0l-46.6,46.6c-3.9,3.9-3.9,10.2,0,14.1c2,2,4.5,2.9,7.1,2.9 s5.1-1,7.1-2.9l46.6-46.6C223.2,261.4,223.2,255.1,219.3,251.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M240.5,229.9c-3.9-3.9-10.2-3.9-14.1,0l-0.2,0.2c-3.9,3.9-3.9,10.2,0,14.1c2,2,4.5,2.9,7.1,2.9 s5.1-1,7.1-2.9l0.2-0.2C244.4,240.2,244.4,233.8,240.5,229.9z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  vertical-align: middle;
  margin-right: 13px;
}

.mobile_menu .header_btn_patte a:before {
  content: "";
  width: 22px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 440.2' style='enable-background:new 0 0 512 440.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M378.6,255.1c-34.4-41.6-78-64.5-122.6-64.5s-88.2,22.9-122.6,64.5c-31,37.4-49.4,84.5-49.4,126 c0,20.2,6.2,35.5,18.3,45.7c12,10,27.9,13.4,45.5,13.4c18.8,0,39.7-3.8,60.2-7.6c17.9-3.3,34.9-6.4,47.9-6.4 c11.3,0,27.2,3,44,6.1c39.3,7.3,83.9,15.6,109.6-5.8c12.2-10.2,18.4-25.4,18.4-45.3C428.1,339.6,409.6,292.5,378.6,255.1z M390.4,403.4c-14.9,12.4-53.8,5.2-85-0.6c-18.2-3.4-35.4-6.6-49.5-6.6c-15.8,0-34,3.3-53.4,6.9c-29.9,5.5-67.2,12.3-81.2,0.7 c-1.9-1.6-7.5-6.3-7.5-22.6c0-34.2,16.3-75.2,42.6-106.9c28.6-34.6,64-53.6,99.5-53.6s70.9,19,99.5,53.6 C381.6,306,398,347,398,381.2C398.1,397,392.3,401.8,390.4,403.4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M382.1,29.2C369.5,10.7,351.5,0,332.6,0s-36.9,10.7-49.5,29.2c-11.6,17.1-18,39.5-18,63.1s6.4,46.1,18,63.1 c12.6,18.6,30.7,29.2,49.5,29.2c18.9,0,36.9-10.7,49.5-29.2c11.6-17.1,18-39.5,18-63.1S393.7,46.3,382.1,29.2z M357.3,138.6 c-4.1,6-12.7,16.1-24.7,16.1s-20.6-10.1-24.7-16.1c-8.1-12-12.8-28.8-12.8-46.3c0-17.4,4.7-34.3,12.8-46.3 c4.1-6,12.7-16.1,24.7-16.1S353.2,40,357.3,46c8.1,12,12.8,28.8,12.8,46.3C370.1,109.8,365.4,126.7,357.3,138.6z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M228.9,29.2C216.3,10.7,198.3,0,179.4,0s-36.9,10.7-49.5,29.2c-11.6,17.1-18,39.5-18,63.1s6.4,46.1,18,63.1 c12.6,18.6,30.7,29.2,49.5,29.2s36.9-10.7,49.5-29.2c11.6-17.1,18-39.5,18-63.1S240.5,46.3,228.9,29.2z M204.1,138.6 c-4.1,6-12.7,16.1-24.7,16.1s-20.6-10.1-24.7-16.1c-8.1-12-12.8-28.8-12.8-46.3c0-17.4,4.7-34.3,12.8-46.3 c4.1-6,12.7-16.1,24.7-16.1S200,40,204.1,46c8.1,12,12.8,28.8,12.8,46.3C216.9,109.8,212.2,126.7,204.1,138.6z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M509,174.2c-5.1-17.3-16-29.8-30.7-35.4c-11.8-4.4-25.2-3.7-37.6,2.1c-17.1,8-31.1,24.5-38.4,45.3 c-5.9,17-6.7,35-2.1,50.6c5.1,17.3,16,29.8,30.7,35.4c5.1,1.9,10.5,2.9,15.9,2.9c7.2,0,14.6-1.7,21.7-5 c17.1-8,31.1-24.5,38.4-45.3l0,0C512.9,207.8,513.6,189.9,509,174.2z M478.6,215c-4.6,13-13.1,23.5-22.8,28.1 c-3.6,1.7-8.9,3.2-14.3,1.2c-13-4.9-18-27.3-10.8-48c4.6-13,13.1-23.5,22.8-28.1c2.4-1.1,5.5-2.2,8.9-2.2c1.7,0,3.6,0.3,5.4,1 C480.8,171.8,485.8,194.3,478.6,215z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M109.6,186.3c-7.3-20.8-21.3-37.3-38.4-45.3c-12.4-5.8-25.8-6.6-37.6-2.1C19,144.4,8.1,156.9,3,174.2 c-4.6,15.6-3.9,33.6,2.1,50.6l0,0c7.3,20.8,21.3,37.3,38.4,45.3c7.1,3.3,14.5,5,21.7,5c5.5,0,10.8-1,15.9-2.9 c14.7-5.5,25.6-18.1,30.7-35.4C116.3,221.3,115.5,203.3,109.6,186.3z M70.5,244.2c-5.4,2-10.8,0.5-14.3-1.2 c-9.7-4.5-18.2-15-22.8-28.1l0,0c-7.2-20.7-2.2-43.1,10.8-48c5.4-2,10.8-0.5,14.3,1.2c9.7,4.5,18.2,15,22.7,28.1 C88.5,216.9,83.4,239.4,70.5,244.2z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  vertical-align: middle;
  margin-right: 11px;
}

.mobile_menu .header_btn_info a:before {
  content: "";
  width: 17px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 449 512' style='enable-background:new 0 0 449 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M224,182.8c-12.7,0-21.8,5.4-21.8,13.3v107.7c0,6.8,9,13.6,21.8,13.6c12.2,0,22-6.8,22-13.6V196.1 C246,188.1,236.2,182.8,224,182.8z'/%3E%3Cpath class='st0' d='M224,116.4c-13,0-23.2,9.3-23.2,20.1s10.2,20.3,23.2,20.3c12.7,0,22.9-9.6,22.9-20.3 C246.9,125.7,236.7,116.4,224,116.4z'/%3E%3Cpath class='st0' d='M224,0C102.4,0,4,98.3,4,219.9c0,99.2,65.3,181.6,153.4,209.6l50,73.7c3.7,5.5,9.9,8.8,16.6,8.8 s12.8-3.3,16.6-8.8l50-73.7c88.1-28,153.4-110.4,153.4-209.6C444,98.3,345.5,0,224,0z M272.6,393.1c-4.6,1.3-8.5,4.1-11.2,8 L224,456.4l-37.5-55.2c-2.7-3.9-6.6-6.8-11.2-8c-75-21-131.4-89.9-131.4-173.2C44,120.7,124.7,40,224,40s180,80.7,180,179.9 C404,303.3,347.5,372.2,272.6,393.1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  vertical-align: middle;
  margin-right: 16px;
}

.mobile_menu .header_btn_niche a:before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M489.5,466.8H443l27.1-222.1l4.4,3.9c4.1,3.7,9.5,5.8,15,5.8c6.4,0,12.5-2.7,16.7-7.5c4-4.5,6-10.2,5.7-16.2 s-3-11.5-7.4-15.5l-55.1-49.4c-3.1-2.8-7.8-2.5-10.6,0.6c-2.8,3.1-2.5,7.8,0.6,10.6l55.1,49.4c1.5,1.3,2.4,3.2,2.5,5.2 s-0.6,3.9-1.9,5.4c-1.4,1.6-3.4,2.5-5.6,2.5c-1.8,0-3.6-0.7-5-1.9L261,37.2c-2.9-2.6-7.2-2.6-10,0L27.5,238.4 c-1.5,1.3-3.4,2-5.4,1.9s-3.8-1-5.2-2.5c-1.3-1.5-2-3.4-1.9-5.4s1-3.8,2.5-5.2L251,17.1c2.9-2.6,7.2-2.6,10,0L414.9,155 c3.1,2.8,7.8,2.5,10.6-0.6c2.8-3.1,2.5-7.8-0.6-10.6L271,5.9c-8.6-7.7-21.5-7.7-30.1,0L7.5,216c-4.5,4-7.1,9.5-7.4,15.5 s1.7,11.8,5.7,16.2c4,4.5,9.5,7.1,15.5,7.4c0.4,0,0.8,0,1.2,0c5.6,0,10.8-2,15-5.8l4.5-4l19.2,157H45.1c-3.7,0-6.8,2.7-7.4,6.3 l-9,57.9h-6.1C10.1,466.8,0,476.9,0,489.3s10.1,22.5,22.5,22.5h467c12.4,0,22.5-10.1,22.5-22.5S501.9,466.8,489.5,466.8 L489.5,466.8z M443.7,337.2h-106c-4.7-20.7-17-38.5-33.9-50.3h146L443.7,337.2z M339.7,402.5v-47c0-1.1,0-2.3-0.1-3.4h102.2 l-6.1,50.4H339.7z M433.9,417.5l-6,49.3h-88.1v-49.3H433.9z M68.3,337.2l-6.1-50.3h146c-16.9,11.8-29.3,29.6-33.9,50.3H68.3z M172.3,352.2c0,1.1-0.1,2.3-0.1,3.4v47h-96l-6.1-50.4H172.3z M187.3,355.6c0-37.9,30.8-68.7,68.7-68.7s68.7,30.8,68.7,68.7v111.2 H219.2l-9-57.9c-0.6-3.7-3.7-6.3-7.4-6.3h-15.5V355.6z M256,52.9l27.4,24.6h-54.8L256,52.9z M212,92.5h88.2l55.1,49.4H157.2 L212,92.5z M60.4,271.8l-4.7-38.6l12.6-11.3h81.1c4.1,0,7.5-3.4,7.5-7.5s-3.4-7.5-7.5-7.5H84.9l55.6-50h231.6l55.9,50h-64.7 c-4.1,0-7.5,3.4-7.5,7.5s3.4,7.5,7.5,7.5h81.5l11.8,10.5l-4.8,39.4H60.4z M489.5,496.8h-467c-4.1,0-7.5-3.4-7.5-7.5 c0-4.2,3.4-7.5,7.5-7.5h47.2c4.1,0,7.5-3.4,7.5-7.5s-3.4-7.5-7.5-7.5H43.8l7.7-49.3h144.9l7.7,49.3h-99.4c-4.1,0-7.5,3.4-7.5,7.5 s3.4,7.5,7.5,7.5h384.9c4.1,0,7.5,3.4,7.5,7.5C497,493.5,493.6,496.8,489.5,496.8L489.5,496.8z'/%3E%3Cpath class='st0' d='M341.5,193c-1.3-11.9-10.9-21.6-22.9-22.9c-7.4-0.8-14.7,1.5-20.2,6.5c-4.5,4-7.4,9.4-8.3,15.3h-67.2 c-0.9-5.9-3.8-11.3-8.3-15.3c-5.5-4.9-12.9-7.3-20.2-6.5c-11.9,1.3-21.6,10.9-22.9,22.9c-0.9,8.1,1.9,15.9,7.5,21.4 c-5.6,5.5-8.4,13.3-7.5,21.4c1.3,11.9,10.9,21.6,22.9,22.9c7.4,0.8,14.7-1.5,20.2-6.5c4.5-4,7.4-9.4,8.3-15.3H290 c0.9,5.9,3.8,11.3,8.3,15.3c4.8,4.3,11,6.6,17.4,6.6c1,0,1.9-0.1,2.9-0.2c11.9-1.3,21.6-10.9,22.9-22.9c0.9-8.1-1.9-15.9-7.5-21.4 C339.5,208.9,342.4,201.1,341.5,193L341.5,193z M321.5,223.6c3.6,2.3,5.5,6.3,5,10.5c-0.5,4.9-4.7,9.1-9.6,9.6 c-3.2,0.4-6.2-0.6-8.6-2.7c-2.3-2.1-3.7-5.1-3.7-8.2c0-2.9-1.1-5.7-3.2-7.8c-2-2-4.8-3.2-7.6-3.2H219c-2.9,0-5.6,1.1-7.6,3.2 c-2.1,2.1-3.2,4.8-3.2,7.8c0,3.1-1.3,6.1-3.7,8.2c-2.4,2.1-5.4,3.1-8.6,2.7c-4.9-0.5-9.1-4.7-9.6-9.6c-0.5-4.2,1.5-8.3,5-10.5 c3.2-2,5.1-5.5,5.1-9.2s-1.9-7.2-5.1-9.2c-3.6-2.3-5.5-6.3-5-10.5c0.5-4.9,4.7-9.1,9.6-9.6c3.2-0.4,6.2,0.6,8.6,2.7 c2.3,2.1,3.7,5.1,3.7,8.2c0,2.9,1.1,5.7,3.2,7.8c2,2,4.8,3.2,7.6,3.2h74.9c2.9,0,5.6-1.1,7.6-3.2c2.1-2.1,3.2-4.8,3.2-7.8 c0-3.1,1.3-6.1,3.7-8.2c2.4-2.1,5.4-3.1,8.6-2.7c5,0.6,9.1,4.6,9.6,9.6c0.5,4.2-1.5,8.3-5,10.5c-3.2,2-5.1,5.5-5.1,9.2 C316.4,218.2,318.3,221.6,321.5,223.6L321.5,223.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}

.header_btn_ecran a:before {
  content: "";
  width: 21px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 462' style='enable-background:new 0 0 512 462;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23212B33;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M482,0H30C13.5,0,0,13.5,0,30v298c0,16.5,13.5,30,30,30h147v74H96c-8.3,0-15,6.7-15,15s6.7,15,15,15h320 c8.3,0,15-6.7,15-15s-6.7-15-15-15h-81v-74h147c16.5,0,30-13.5,30-30V30C512,13.5,498.5,0,482,0z M305,432h-98v-74h98V432z M482,328c-13.2,0-441.5,0-452,0V30h452C482,334.5,482.1,328,482,328z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.header_btn_ecran .sub-menu a:before {
  content: none;
}

.header_btn_diplome a:before {
  content: "";
  width: 25px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 391.9' style='enable-background:new 0 0 512 391.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23212B33;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M495,107.2L290.9,7.5c-17.6-8.8-47.5-8.8-65.1,0L17,107.2c-14.7,7-17,17-17,22.3s2.3,14.7,17,22.3l17,8.2 v93.8c-10.6,4.1-18.2,14.7-18.2,26.4s7.6,22.3,17.6,26.4L7,390.5h73.9l-26.4-83.9c10.6-4.1,17.6-14.7,17.6-26.4 c0-12.3-7.6-22.3-18.2-26.4V170L85,185.2v122c0,1.8,0.6,3.5,1.8,5.3c2.9,3.5,57.5,78,168.9,78s166-75.1,168.3-78 c1.2-1.8,1.8-3.5,1.8-5.3V185.8l69.2-34c14.7-7,17-17,17-22.3C511.4,124.2,509.7,114.2,495,107.2z M407,304.3 c-9.4,11.7-59.8,68-151.3,68s-141.9-56.3-151.3-68V193.4l121.4,58.1c8.8,4.1,20.5,6.5,32.3,6.5c12.3,0,24-2.3,32.8-7L407,194 V304.3z M486.8,135.4L416.4,170c-2.9,0-5.3,1.2-6.5,3.5l-127.3,61.6c-12.3,6.5-36.4,6.5-49.3,0L76.8,160l180.1-21.1 c5.3-0.6,8.8-5.3,8.2-10c-0.6-5.3-5.3-8.8-10-8.2L46.3,145.3l-21.1-10c-5.3-2.3-6.5-5.3-6.5-5.3c0-0.6,1.2-2.9,6.5-5.3L234,24.5 c6.5-2.9,15.2-4.7,24-4.7c9.4,0,18.8,1.8,24.6,4.7l204.1,99.7c5.3,2.3,6.5,4.7,6.5,5.9C493.2,130.1,491.5,133,486.8,135.4z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.header_btn_diplome .sub-menu a:before {
  content: none;
}

.header_btn_show a:before {
  content: "";
  width: 19px;
  height: 20px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.921' height='30.849' viewBox='0 0 28.921 30.849'%3E%3Cpath id='Icon_metro-calendar' data-name='Icon metro-calendar' d='M12.211,13.5h3.856v3.856H12.211Zm5.784,0h3.856v3.856H17.995Zm5.784,0h3.856v3.856H23.779ZM6.427,25.064h3.856v3.856H6.427Zm5.784,0h3.856v3.856H12.211Zm5.784,0h3.856v3.856H17.995ZM12.211,19.28h3.856v3.856H12.211Zm5.784,0h3.856v3.856H17.995Zm5.784,0h3.856v3.856H23.779Zm-17.352,0h3.856v3.856H6.427ZM27.635,1.928V3.856H23.779V1.928h-13.5V3.856H6.427V1.928H2.571V32.777H31.491V1.928H27.635Zm1.928,28.921H4.5V9.64H29.563Z' transform='translate(-2.571 -1.928)'/%3E%3C/svg%3E%0A");
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
}

.header_btn_os a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23212B33;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M489.9,111.2c-14.3-14.3-33.2-22.1-53.4-22.1c-3.7,0-7.3,0.3-10.9,0.8c3.4-23.3-4.2-47.1-21.3-64.3 C390,11.3,371.1,3.5,350.9,3.5s-39.1,7.9-53.4,22.1c-13.4,13.4-21.2,31.1-22,50c-0.7,15.7,3.4,31,11.8,44l-167,167 c-12.9-9.5-28.5-14.7-44.8-14.7c-20.2,0-39.1,7.9-53.4,22.1C7.9,308.3,0,327.2,0,347.4s7.9,39.1,22.1,53.4 c14.3,14.3,33.2,22.1,53.4,22.1c3.7,0,7.3-0.3,10.9-0.8c-3.4,23.3,4.2,47.1,21.3,64.3c14.3,14.3,33.2,22.1,53.4,22.1 c20.2,0,39.1-7.9,53.4-22.1c14.1-14.1,21.9-32.8,22.1-52.7c0.2-16.6-5-32.4-14.7-45.5l165.9-165.9c13.6,11.5,30.6,17.8,48.6,17.8 c20.2,0,39.1-7.9,53.4-22.1C519.4,188.6,519.4,140.7,489.9,111.2z M475.8,203.9c-10.5,10.5-24.4,16.3-39.2,16.3 s-28.8-5.8-39.2-16.3c-0.7-0.7-1.4-1.4-2.1-2.2c-1.8-2-4.4-3.2-7.2-3.3c-2.8-0.1-5.4,1-7.3,2.9L201.3,380.6 c-3.9,3.8-3.9,10.1-0.1,14c20.8,21.6,20.4,56.5-0.8,77.7c-10.5,10.5-24.4,16.3-39.2,16.3c-14.8,0-28.8-5.8-39.2-16.3 c-16-16-20.7-39.7-12-60.6c1.6-3.7,0.7-8-2.2-10.9c-1.9-1.9-4.5-2.9-7.1-2.9c-1.3,0-2.6,0.3-3.8,0.8c-6.8,2.8-14,4.2-21.3,4.2 c-14.8,0-28.8-5.8-39.2-16.2C25.8,376.1,20,362.2,20,347.4c0-14.8,5.8-28.8,16.3-39.2c10.5-10.5,24.4-16.3,39.2-16.3 c14.4,0,28,5.5,38.4,15.4c3.9,3.8,10.1,3.7,14-0.1l179.5-179.5c3.6-3.6,3.9-9.5,0.6-13.4c-18.3-22.1-16.8-54.2,3.6-74.5 c10.5-10.5,24.4-16.3,39.2-16.3c14.8,0,28.8,5.8,39.2,16.3c16,16,20.7,39.7,12,60.6c-1.6,3.7-0.7,8,2.2,10.9 c2.9,2.9,7.2,3.7,10.9,2.2c6.8-2.8,14-4.2,21.3-4.2c14.8,0,28.8,5.8,39.2,16.2C497.4,147,497.4,182.2,475.8,203.9z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M219.3,251.2c-3.9-3.9-10.2-3.9-14.1,0l-46.6,46.6c-3.9,3.9-3.9,10.2,0,14.1c2,2,4.5,2.9,7.1,2.9 c2.6,0,5.1-1,7.1-2.9l46.6-46.6C223.2,261.4,223.2,255.1,219.3,251.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M240.5,229.9c-3.9-3.9-10.2-3.9-14.1,0l-0.2,0.2c-3.9,3.9-3.9,10.2,0,14.1c2,2,4.5,2.9,7.1,2.9 s5.1-1,7.1-2.9l0.2-0.2C244.4,240.2,244.4,233.8,240.5,229.9z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.header_btn_os .sub-menu a:before {
  content: none;
}

.header_btn_patte a:before {
  content: "";
  width: 22px;
  height: 19px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 440.2' style='enable-background:new 0 0 512 440.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23212B33;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M378.6,255.1c-34.4-41.6-78-64.5-122.6-64.5s-88.2,22.9-122.6,64.5c-31,37.4-49.4,84.5-49.4,126 c0,20.2,6.2,35.5,18.3,45.7c12,10,27.9,13.4,45.5,13.4c18.8,0,39.7-3.8,60.2-7.6c17.9-3.3,34.9-6.4,47.9-6.4 c11.3,0,27.2,3,44,6.1c39.3,7.3,83.9,15.6,109.6-5.8c12.2-10.2,18.4-25.4,18.4-45.3C428.1,339.6,409.6,292.5,378.6,255.1z M390.4,403.4c-14.9,12.4-53.8,5.2-85-0.6c-18.2-3.4-35.4-6.6-49.5-6.6c-15.8,0-34,3.3-53.4,6.9c-29.9,5.5-67.2,12.3-81.2,0.7 c-1.9-1.6-7.5-6.3-7.5-22.6c0-34.2,16.3-75.2,42.6-106.9c28.6-34.6,64-53.6,99.5-53.6s70.9,19,99.5,53.6 c26.2,31.7,42.6,72.7,42.6,106.9C398.1,397,392.3,401.8,390.4,403.4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M382.1,29.2C369.5,10.7,351.5,0,332.6,0c-18.9,0-36.9,10.7-49.5,29.2c-11.6,17.1-18,39.5-18,63.1 s6.4,46.1,18,63.1c12.6,18.6,30.7,29.2,49.5,29.2c18.9,0,36.9-10.7,49.5-29.2c11.6-17.1,18-39.5,18-63.1S393.7,46.3,382.1,29.2z M357.3,138.6c-4.1,6-12.7,16.1-24.7,16.1s-20.6-10.1-24.7-16.1c-8.1-12-12.8-28.8-12.8-46.3c0-17.4,4.7-34.3,12.8-46.3 c4.1-6,12.7-16.1,24.7-16.1s20.6,10.1,24.7,16.1c8.1,12,12.8,28.8,12.8,46.3C370.1,109.8,365.4,126.7,357.3,138.6z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M228.9,29.2C216.3,10.7,198.3,0,179.4,0s-36.9,10.7-49.5,29.2c-11.6,17.1-18,39.5-18,63.1s6.4,46.1,18,63.1 c12.6,18.6,30.7,29.2,49.5,29.2s36.9-10.7,49.5-29.2c11.6-17.1,18-39.5,18-63.1C246.9,68.7,240.5,46.3,228.9,29.2z M204.1,138.6 c-4.1,6-12.7,16.1-24.7,16.1c-12,0-20.6-10.1-24.7-16.1c-8.1-12-12.8-28.8-12.8-46.3c0-17.4,4.7-34.3,12.8-46.3 c4.1-6,12.7-16.1,24.7-16.1s20.6,10.1,24.7,16.1c8.1,12,12.8,28.8,12.8,46.3C216.9,109.8,212.2,126.7,204.1,138.6z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M509,174.2c-5.1-17.3-16-29.8-30.7-35.4c-11.8-4.4-25.2-3.7-37.6,2.1c-17.1,8-31.1,24.5-38.4,45.3 c-5.9,17-6.7,35-2.1,50.6c5.1,17.3,16,29.8,30.7,35.4c5.1,1.9,10.5,2.9,15.9,2.9c7.2,0,14.6-1.7,21.7-5 c17.1-8,31.1-24.5,38.4-45.3v0C512.9,207.8,513.6,189.9,509,174.2z M478.6,215c-4.6,13-13.1,23.5-22.8,28.1 c-3.6,1.7-8.9,3.2-14.3,1.2c-13-4.9-18-27.3-10.8-48c4.6-13,13.1-23.5,22.8-28.1c2.4-1.1,5.5-2.2,8.9-2.2c1.7,0,3.6,0.3,5.4,1 C480.8,171.8,485.8,194.3,478.6,215z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M109.6,186.3c-7.3-20.8-21.3-37.3-38.4-45.3c-12.4-5.8-25.8-6.6-37.6-2.1C19,144.4,8.1,156.9,3,174.2 c-4.6,15.6-3.9,33.6,2.1,50.6v0c7.3,20.8,21.3,37.3,38.4,45.3c7.1,3.3,14.5,5,21.7,5c5.5,0,10.8-1,15.9-2.9 c14.7-5.5,25.6-18.1,30.7-35.4C116.3,221.3,115.5,203.3,109.6,186.3z M70.5,244.2c-5.4,2-10.8,0.5-14.3-1.2 c-9.7-4.5-18.2-15-22.8-28.1v0c-7.2-20.7-2.2-43.1,10.8-48c5.4-2,10.8-0.5,14.3,1.2c9.7,4.5,18.2,15,22.7,28.1 C88.5,216.9,83.4,239.4,70.5,244.2z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.header_btn_patte .sub-menu a:before {
  content: none;
}

.header_btn_info a:before {
  content: "";
  width: 19px;
  height: 22px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 449 512' style='enable-background:new 0 0 449 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23212B33;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M224,182.8c-12.7,0-21.8,5.4-21.8,13.3v107.7c0,6.8,9,13.6,21.8,13.6c12.2,0,22-6.8,22-13.6V196.1 C246,188.1,236.2,182.8,224,182.8z'/%3E%3Cpath class='st0' d='M224,116.4c-13,0-23.2,9.3-23.2,20.1s10.2,20.3,23.2,20.3c12.7,0,22.9-9.6,22.9-20.3 C246.9,125.7,236.7,116.4,224,116.4z'/%3E%3Cpath class='st0' d='M224,0C102.4,0,4,98.3,4,219.9c0,99.2,65.3,181.6,153.4,209.6l50,73.7c3.7,5.5,9.9,8.8,16.6,8.8 s12.8-3.3,16.6-8.8l50-73.7c88.1-28,153.4-110.4,153.4-209.6C444,98.3,345.5,0,224,0z M272.6,393.1c-4.6,1.3-8.5,4.1-11.2,8 L224,456.4l-37.5-55.2c-2.7-3.9-6.6-6.8-11.2-8c-75-21-131.4-89.9-131.4-173.2C44,120.7,124.7,40,224,40s180,80.7,180,179.9 C404,303.3,347.5,372.2,272.6,393.1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.header_btn_info .sub-menu a:before {
  content: none;
}

.header_btn_niche a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23212B33;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M489.5,466.8H443l27.1-222.1l4.4,3.9c4.1,3.7,9.5,5.8,15,5.8c6.4,0,12.5-2.7,16.7-7.5c4-4.5,6-10.2,5.7-16.2 c-0.3-6-3-11.5-7.4-15.5l-55.1-49.4c-3.1-2.8-7.8-2.5-10.6,0.6c-2.8,3.1-2.5,7.8,0.6,10.6l55.1,49.4c1.5,1.3,2.4,3.2,2.5,5.2 c0.1,2-0.6,3.9-1.9,5.4c-1.4,1.6-3.4,2.5-5.6,2.5c-1.8,0-3.6-0.7-5-1.9L261,37.2c-2.9-2.6-7.2-2.6-10,0L27.5,238.4 c-1.5,1.3-3.4,2-5.4,1.9c-2-0.1-3.8-1-5.2-2.5c-1.3-1.5-2-3.4-1.9-5.4c0.1-2,1-3.8,2.5-5.2L251,17.1c2.9-2.6,7.2-2.6,10,0 L414.9,155c3.1,2.8,7.8,2.5,10.6-0.6c2.8-3.1,2.5-7.8-0.6-10.6L271,5.9c-8.6-7.7-21.5-7.7-30.1,0L7.5,216c-4.5,4-7.1,9.5-7.4,15.5 c-0.3,6,1.7,11.8,5.7,16.2c4,4.5,9.5,7.1,15.5,7.4c0.4,0,0.8,0,1.2,0c5.6,0,10.8-2,15-5.8l4.5-4l19.2,157H45.1 c-3.7,0-6.8,2.7-7.4,6.3l-9,57.9h-6.1C10.1,466.8,0,476.9,0,489.3s10.1,22.5,22.5,22.5h467c12.4,0,22.5-10.1,22.5-22.5 S501.9,466.8,489.5,466.8L489.5,466.8z M443.7,337.2h-106c-4.7-20.7-17-38.5-33.9-50.3h146L443.7,337.2z M339.7,402.5v-47 c0-1.1,0-2.3-0.1-3.4h102.2l-6.1,50.4L339.7,402.5z M433.9,417.5l-6,49.3h-88.1v-49.3H433.9z M68.3,337.2l-6.1-50.3h146 c-16.9,11.8-29.3,29.6-33.9,50.3H68.3z M172.3,352.2c0,1.1-0.1,2.3-0.1,3.4v47h-96l-6.1-50.4L172.3,352.2z M187.3,355.6 c0-37.9,30.8-68.7,68.7-68.7s68.7,30.8,68.7,68.7v111.2H219.2l-9-57.9c-0.6-3.7-3.7-6.3-7.4-6.3h-15.5L187.3,355.6z M256,52.9 l27.4,24.6h-54.8L256,52.9z M212,92.5h88.2l55.1,49.4H157.2L212,92.5z M60.4,271.8l-4.7-38.6l12.6-11.3h81.1 c4.1,0,7.5-3.4,7.5-7.5s-3.4-7.5-7.5-7.5H84.9l55.6-50h231.6l55.9,50h-64.7c-4.1,0-7.5,3.4-7.5,7.5s3.4,7.5,7.5,7.5h81.5 l11.8,10.5l-4.8,39.4H60.4z M489.5,496.8h-467c-4.1,0-7.5-3.4-7.5-7.5c0-4.2,3.4-7.5,7.5-7.5h47.2c4.1,0,7.5-3.4,7.5-7.5 s-3.4-7.5-7.5-7.5H43.8l7.7-49.3h144.9l7.7,49.3h-99.4c-4.1,0-7.5,3.4-7.5,7.5s3.4,7.5,7.5,7.5h384.9c4.1,0,7.5,3.4,7.5,7.5 C497,493.5,493.6,496.8,489.5,496.8L489.5,496.8z'/%3E%3Cpath class='st0' d='M341.5,193c-1.3-11.9-10.9-21.6-22.9-22.9c-7.4-0.8-14.7,1.5-20.2,6.5c-4.5,4-7.4,9.4-8.3,15.3h-67.2 c-0.9-5.9-3.8-11.3-8.3-15.3c-5.5-4.9-12.9-7.3-20.2-6.5c-11.9,1.3-21.6,10.9-22.9,22.9c-0.9,8.1,1.9,15.9,7.5,21.4 c-5.6,5.5-8.4,13.3-7.5,21.4c1.3,11.9,10.9,21.6,22.9,22.9c7.4,0.8,14.7-1.5,20.2-6.5c4.5-4,7.4-9.4,8.3-15.3H290 c0.9,5.9,3.8,11.3,8.3,15.3c4.8,4.3,11,6.6,17.4,6.6c1,0,1.9-0.1,2.9-0.2c11.9-1.3,21.6-10.9,22.9-22.9c0.9-8.1-1.9-15.9-7.5-21.4 C339.5,208.9,342.4,201.1,341.5,193L341.5,193z M321.5,223.6c3.6,2.3,5.5,6.3,5,10.5c-0.5,4.9-4.7,9.1-9.6,9.6 c-3.2,0.4-6.2-0.6-8.6-2.7c-2.3-2.1-3.7-5.1-3.7-8.2c0-2.9-1.1-5.7-3.2-7.8c-2-2-4.8-3.2-7.6-3.2H219c-2.9,0-5.6,1.1-7.6,3.2 c-2.1,2.1-3.2,4.8-3.2,7.8c0,3.1-1.3,6.1-3.7,8.2c-2.4,2.1-5.4,3.1-8.6,2.7c-4.9-0.5-9.1-4.7-9.6-9.6c-0.5-4.2,1.5-8.3,5-10.5 c3.2-2,5.1-5.5,5.1-9.2c0-3.7-1.9-7.2-5.1-9.2c-3.6-2.3-5.5-6.3-5-10.5c0.5-4.9,4.7-9.1,9.6-9.6c3.2-0.4,6.2,0.6,8.6,2.7 c2.3,2.1,3.7,5.1,3.7,8.2c0,2.9,1.1,5.7,3.2,7.8c2,2,4.8,3.2,7.6,3.2h74.9c2.9,0,5.6-1.1,7.6-3.2c2.1-2.1,3.2-4.8,3.2-7.8 c0-3.1,1.3-6.1,3.7-8.2c2.4-2.1,5.4-3.1,8.6-2.7c5,0.6,9.1,4.6,9.6,9.6c0.5,4.2-1.5,8.3-5,10.5c-3.2,2-5.1,5.5-5.1,9.2 C316.4,218.2,318.3,221.6,321.5,223.6L321.5,223.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  vertical-align: middle;
  margin-right: 7px;
  background-size: cover;
}

.header_btn_niche .sub-menu a:before {
  content: none;
}

.header_btn_boutique a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns:svgjs='http://svgjs.com/svgjs' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 484' style='enable-background:new 0 0 512 484;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23212B33;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M256,325.2c-28,0-44.8,6.8-49.9,20.7c-0.8,2.5-1.3,5.1-1.3,7.8c0.3,7.1,2.5,14,6.3,20.1 c9.2,16.4,26.1,27.1,44.9,28.3c20.3-1.4,38.3-13.7,47-32.2c2.6-5,4-10.5,4.2-16.1C307.2,343.1,300.6,325.2,256,325.2z M287.7,362.4 c-5.8,12.6-17.9,21.2-31.7,22.6c-12.7-1.2-24-8.6-30.2-19.8c-2.2-3.4-3.6-7.3-3.9-11.4c0-0.7,0.1-1.4,0.3-2.1 c1.6-4.3,11.4-9.3,33.8-9.3c15.8,0,34.1,3,34.1,11.4C289.9,356.8,289.1,359.7,287.7,362.4z'/%3E%3Cpath class='st0' d='M0.6,135.3c1.6,7.3,3.9,14.5,6.8,21.4c3,7.6,6.1,15.2,9.1,22.8c10.5,24.6,19.6,49.8,27.4,75.4 c0.9,3,1.7,6.1,2.5,9.2c2.6,10,11.1,17.5,21.3,18.9c1.5,0.2,3,0.3,4.5,0.4c9.4,0.1,18.2-4.7,23.2-12.6c1.1-1.7,2.2-3.6,3.4-5.4 c10.6,38.3,33.2,72.1,64.3,96.7c-1.7,6.1-3.1,12.3-4,18.5c-6.4,44.6,5,68.6,15.7,81c9.2,10.9,22.6,17.2,36.9,17.3 c23.3,0,36.7-6.8,44.2-16.3c7.5,9.5,20.9,16.3,44.2,16.3c14.3-0.1,27.8-6.4,36.9-17.3c10.7-12.3,22.1-36.3,15.7-80.9 c-0.9-6.3-2.3-12.5-4-18.6c31.2-24.6,53.7-58.5,64.3-96.7c1.1,1.8,2.3,3.6,3.4,5.4c5.1,7.9,13.8,12.7,23.2,12.6 c1.5,0,3-0.1,4.5-0.4c10.3-1.4,18.7-8.8,21.3-18.9c0.8-3.1,1.6-6.2,2.5-9.2c7.8-25.6,16.9-50.8,27.4-75.4 c3.1-7.6,6.1-15.2,9.1-22.8c2.9-6.9,5.2-14.1,6.8-21.4c2.5-13.8-2.2-27.9-12.4-37.4c-4.8-4.8-9.6-9.5-14.4-14.3 c-8.1-7.9-16.5-16.1-24.2-24.5c-7.9-8.6-15.6-17.5-23.2-26.4c-3.9-4.5-7.7-8.9-11.6-13.3C413.7,6,401.7-0.2,389.8,1.1 c-10.4,1.7-19.5,8-24.8,17.1c-6.2,10-10.8,20.9-13.5,32.3c-4.4-3.6-9-6.8-13.9-9.7C312.5,27.3,284.5,20,256,19.4 c-28.5,0.6-56.5,7.9-81.6,21.4c-4.8,2.9-9.5,6.1-13.8,9.7c-2.7-11.3-7.2-22-13.3-31.8c-5.3-9.3-14.5-15.7-25.1-17.5 C110.3-0.2,98.3,6,86.5,19.4c-3.9,4.4-7.7,8.8-11.6,13.3c-7.6,8.8-15.4,17.8-23.2,26.4C44,67.5,35.6,75.7,27.5,83.6 c-4.8,4.7-9.7,9.5-14.4,14.3C2.9,107.5-1.8,121.6,0.6,135.3z M324.2,450.4c-5.9,7.1-14.7,11.3-24,11.4c-31.3,0-35.7-12.9-35.7-26.9 c0-4.7-3.8-8.5-8.5-8.5c-4.7,0-8.5,3.8-8.5,8.5c0,13.9-4.3,26.9-35.7,26.9c-9.3-0.1-18.1-4.3-24-11.4c-11.8-13.6-16-37.6-11.7-67.4 c1.1-7.3,2.7-14.4,4.9-21.4c7.3-21.3,16.5-41.9,27.5-61.5c16.4-31.7,33.4-64.6,38.3-103c0.6-4.5,0.9-9.1,0.9-13.7 c0-53.7-37-108.2-55.8-132.5c20.3-8.9,42.1-13.7,64.2-14.4c22.1,0.7,43.9,5.6,64.2,14.5c-18.9,24.3-55.8,78.8-55.8,132.5 c0,4.6,0.3,9.1,0.9,13.7c4.8,38.4,21.8,71.3,38.3,103c11,19.7,20.2,40.3,27.5,61.5c2.2,7,3.9,14.2,4.9,21.4 C340.2,412.9,336,436.8,324.2,450.4z M379.6,26.9c2.6-4.5,7-7.7,12.1-8.9c0.4,0,0.7-0.1,1.1-0.1c8,1.5,15.1,6,19.8,12.7 c3.8,4.4,7.7,8.8,11.5,13.2c7.7,9,15.6,18,23.6,26.7c8,8.7,16.6,17.1,24.9,25.2c4.8,4.7,9.5,9.3,14.2,14c6.4,5.6,9.3,14.1,7.8,22.4 c-1.4,6.2-3.3,12.3-5.9,18.2c-3,7.6-6,15.1-9.1,22.7c-10.7,25.2-20,50.9-28,77.1c-0.9,3.2-1.8,6.5-2.6,9.7c-1,3.4-3.9,5.8-7.4,6.2 c-4.1,0.8-8.3-1-10.6-4.5c-24.4-37.5-43.7-78.2-57.3-120.8c-0.1-0.4-0.2-0.7-0.3-1.1C361.8,99.2,359.8,58.4,379.6,26.9z M348.3,70 c-1.4,19.4,0.2,38.9,4.6,57.8c-5.7-1.6-11.5-2.4-17.4-2.4c-4.7,0-8.5,3.8-8.5,8.5c0,4.7,3.8,8.5,8.5,8.5c7.9,0,15.7,2,22.7,5.8 c10.4,33.1,24.5,65,41.9,95.1c-0.5,3.9-1.2,8-2.2,12.4c-8.3,34.7-27.6,65.8-54.9,88.8c-7.1-17.9-15.3-35.4-24.5-52.4 c-15.8-30.4-32-61.9-36.5-97.3c-0.5-3.8-0.7-7.6-0.7-11.5c0-50.3,38.2-104.1,53.7-123.9c4.3,2.9,8.4,6.1,12.1,9.8 C347.5,69.6,347.9,69.8,348.3,70L348.3,70z M164.8,69.3c3.7-3.6,7.8-6.9,12.1-9.8c15.5,19.8,53.7,73.7,53.7,123.9 c0,3.8-0.2,7.7-0.7,11.5c-4.5,35.4-20.7,66.9-36.5,97.3c-9.2,17-17.4,34.5-24.5,52.4c-27.3-23-46.5-54.1-54.9-88.8 c-1-4.5-1.7-8.5-2.2-12.5c17.4-30.1,31.5-62,42-95.1c7-3.8,14.7-5.8,22.6-5.8c4.7,0,8.5-3.8,8.5-8.5c0-4.7-3.8-8.5-8.5-8.5 c-5.9,0-11.7,0.8-17.3,2.4c4.5-18.9,6-38.4,4.6-57.8C164.1,69.7,164.5,69.5,164.8,69.3L164.8,69.3z M25.2,109.9 c4.7-4.7,9.4-9.4,14.2-14c8.3-8.1,16.8-16.4,24.9-25.2c8-8.8,15.9-17.8,23.5-26.7c3.8-4.4,7.7-8.9,11.5-13.2 c5.4-6.2,13.6-13.3,20.9-12.6c5.2,1.2,9.7,4.6,12.3,9.2c19.7,31.2,17.7,71.8,6.2,112.2c-0.2,0.5-0.4,1-0.5,1.5 c-13.6,42.6-32.9,83.1-57.3,120.6c-2.3,3.5-6.5,5.3-10.6,4.5c-3.5-0.4-6.4-2.9-7.4-6.2c-0.8-3.2-1.7-6.5-2.6-9.7 c-7.9-26.2-17.3-51.9-28-77.1c-3-7.5-6.1-15.1-9.1-22.7c-2.5-5.9-4.5-12-5.9-18.2C15.9,124,18.9,115.5,25.2,109.9z'/%3E%3Cpath class='st0' d='M153.6,205.8c0,14.1,11.5,25.6,25.6,25.6c14.1,0,25.6-11.5,25.6-25.6c0-14.1-11.5-25.6-25.6-25.6 C165,180.2,153.6,191.6,153.6,205.8z M187.7,205.8c0,4.7-3.8,8.5-8.5,8.5c-4.7,0-8.5-3.8-8.5-8.5c0-4.7,3.8-8.5,8.5-8.5 C183.9,197.2,187.7,201.1,187.7,205.8z'/%3E%3Cpath class='st0' d='M307.2,205.8c0,14.1,11.5,25.6,25.6,25.6c14.1,0,25.6-11.5,25.6-25.6c0-14.1-11.5-25.6-25.6-25.6 C318.7,180.2,307.2,191.6,307.2,205.8z M332.8,197.2c4.7,0,8.5,3.8,8.5,8.5c0,4.7-3.8,8.5-8.5,8.5c-4.7,0-8.5-3.8-8.5-8.5 C324.3,201.1,328.1,197.2,332.8,197.2z'/%3E%3Cpath class='st0' d='M202.3,404.5c-0.4-0.4-0.8-0.7-1.3-1c-0.5-0.3-1-0.6-1.5-0.8c-0.5-0.2-1-0.4-1.5-0.5c-1.7-0.4-3.4-0.2-4.9,0.5 c-1,0.4-2,1-2.8,1.8c-0.8,0.8-1.4,1.8-1.8,2.8c-0.4,1-0.7,2.1-0.7,3.2c0,2.3,0.9,4.4,2.5,6.1c0.8,0.8,1.8,1.4,2.8,1.8 c1,0.4,2.1,0.7,3.2,0.7c0.6,0,1.1-0.1,1.7-0.2c0.5-0.1,1.1-0.3,1.5-0.5c0.5-0.2,1.1-0.4,1.5-0.8l1.3-1c0.8-0.8,1.4-1.8,1.8-2.8 c0.9-2.1,0.9-4.4,0-6.5C203.7,406.3,203.1,405.4,202.3,404.5z'/%3E%3Cpath class='st0' d='M227.9,421.6c-0.4-0.4-0.8-0.7-1.3-1c-0.5-0.3-1-0.6-1.5-0.8c-0.5-0.2-1-0.4-1.5-0.5c-1.7-0.4-3.4-0.2-4.9,0.5 c-1,0.4-2,1-2.8,1.8c-0.8,0.8-1.4,1.8-1.8,2.8c-0.4,1-0.7,2.1-0.7,3.2c0,2.3,0.9,4.4,2.5,6.1c0.8,0.8,1.8,1.4,2.8,1.8 c1,0.4,2.1,0.7,3.2,0.7c0.6,0,1.1-0.1,1.7-0.2c0.5-0.1,1.1-0.3,1.5-0.5c0.5-0.2,1.1-0.4,1.5-0.8l1.3-1c0.8-0.8,1.4-1.8,1.8-2.8 c0.9-2.1,0.9-4.4,0-6.5C229.3,423.4,228.7,422.4,227.9,421.6z'/%3E%3Cpath class='st0' d='M321.8,404.5c-0.8-0.8-1.8-1.4-2.8-1.8c-1.6-0.7-3.3-0.9-4.9-0.5c-0.5,0.1-1.1,0.3-1.5,0.5 c-0.5,0.2-1.1,0.4-1.5,0.8c-0.4,0.3-0.9,0.7-1.3,1c-0.8,0.8-1.4,1.8-1.8,2.8c-0.9,2.1-0.9,4.4,0,6.5c0.4,1,1,2,1.8,2.8l1.3,1 c0.5,0.3,1,0.6,1.5,0.8c0.5,0.2,1,0.4,1.5,0.5c0.6,0.1,1.1,0.2,1.7,0.2c1.1,0,2.2-0.2,3.2-0.7c1-0.4,2-1,2.8-1.8 c1.6-1.6,2.4-3.8,2.5-6.1c0-1.1-0.2-2.2-0.7-3.2C323.2,406.3,322.6,405.4,321.8,404.5z'/%3E%3Cpath class='st0' d='M296.2,421.6c-0.8-0.8-1.8-1.4-2.8-1.8c-1.6-0.7-3.3-0.9-4.9-0.5c-0.5,0.1-1.1,0.3-1.5,0.5 c-0.5,0.2-1.1,0.4-1.5,0.8c-0.4,0.3-0.9,0.7-1.3,1c-0.8,0.8-1.4,1.8-1.8,2.8c-0.9,2.1-0.9,4.4,0,6.5c0.4,1,1,2,1.8,2.8l1.3,1 c0.5,0.3,1,0.6,1.5,0.8c0.5,0.2,1,0.4,1.5,0.5c0.6,0.1,1.1,0.2,1.7,0.2c1.1,0,2.2-0.2,3.2-0.7c1-0.4,2-1,2.8-1.8 c1.6-1.6,2.4-3.8,2.5-6.1c0-1.1-0.2-2.2-0.7-3.2C297.6,423.4,296.9,422.4,296.2,421.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-right: 5px;
  background-size: cover;
  vertical-align: middle;
}

.header_btn_boutique .sub-menu a:before {
  content: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
  margin: 0;
  padding-top: 110px;
  font-family: 'Trebuchet MS', sans-serif;
}

section.full {
  padding: 0 14%;
}

a {
  text-decoration: none;
  transition: all .2s ease-in;
  color: #217FA8;
}

a:hover {
  transition: all .2s ease-in-out;
}

* {
  box-sizing: border-box;
}

h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 35px;
}

h2:after {
  content: "";
  display: bloc;
  width: 100px;
  height: 4px;
  background: #217FA8;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.mobile_menu {
  height: calc(100% - 91px);
  top: 91px;
}

.cta_link,
.fullblue {
  display: inline-block;
  border: 2px solid #5E36B5;
  background: #5E36B5;
  color: white;
  transition: all .2s ease-in;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px 5px;
  border-radius: 35px;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 25px;
}

.page_formation_headpage_wrapper {
  position: relative;
  width: 100%;
  max-width: calc(1280px - 30px);
  display: flex;
  flex-direction: row;
  padding: 45px 15px;
  margin: auto;
  align-items: center;
}

.page_formation_headpage_content {
  width: 50%;
}

.page_formation_headpage_content_title {
  font-size: 49px;
}

.page_formation_headpage_content_title_subtitle {
  display: block;
  font-size: 25px;
  line-height: 35px;
  margin-top: 15px;
}

.page_formation_headpage_content_list {
  padding: 0;
  margin: 100px 0 50px;
  list-style-type: none;
}

.page_formation_headpage_content_list_item {
  margin-bottom: 15px;
  font-size: 25px;
}

.page_formation_headpage_content_list_item:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 19px;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../../img/svg/patte_liste_1.svg");
}

.page_formation_headpage_content_button_video {
  display: inline-block;
  border: 2px solid #217FA8;
  background: white;
  color: #217FA8;
  transition: all .2s ease-in;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px 5px;
  border-radius: 35px;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.page_formation_headpage_content_button_video:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  top: -3px;
  margin-right: 10px;
  background-image: url("../../img/svg/button_play_blue.svg");
}

.page_formation_headpage_content_link {
  display: inline-block;
  border: 2px solid #5E36B5;
  background: #5E36B5;
  color: white;
  transition: all .2s ease-in;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px 5px;
  border-radius: 35px;
  cursor: pointer;
  margin-right: 20px;
}

.page_formation_headpage_content_link:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  top: -3px;
  margin-right: 10px;
  background-image: url("../../img/svg/icon_round_cart.svg");
}

.page_formation_headpage_img {
  width: 50%;
  text-align: center;
}

.page_formation_content {
  width: 100%;
  max-width: 1250px;
  margin: 25px  auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_formation_iframe {
  width: 48%;
  margin: 50px auto 0;
  align-self: center;
  max-width: 620px;
}

.page_formation_iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

.page_formation_bloc_1 {
  margin-bottom: 50px;
}

.page_formation_bloc_1_content {
  padding: 25px;
  background: #217FA8;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  line-height: 22px;
}

.page_formation_bloc_1_content a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.page_formation_bloc_1_content a:hover {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.page_formation_bloc_2 {
  text-align: center;
  width: 100%;
}

.page_formation_bloc_2_list {
  background: #212B33;
  padding: 25px 25px 50px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 10px;
  list-style-type: none;
  text-align: left;
}

.page_formation_bloc_2_list_item {
  position: relative;
  align-self: flex-start;
  width: calc(100% / 3);
  color: white;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0;
  vertical-align: middle;
  padding-left: 30px;
}

.page_formation_bloc_2_list_item:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/svg/paw_border_white.svg");
}

.page_formation_bloc_2_link {
  display: inline-block;
  width: 310px;
  border: 2px solid #5E36B5;
  background: #5E36B5;
  color: white;
  transition: all .2s ease-in;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 10px 5px;
  border-radius: 35px;
  cursor: pointer;
  transform: translateY(-50%);
}

.page_formation_bloc_2_link:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  top: -3px;
  margin-right: 10px;
  background-image: url("../../img/svg/icon_round_cart.svg");
}

.page_formation_bloc_3 {
  width: 48%;
  padding: 0 15px;
  margin-top: 50px;
}

.page_formation_bloc_3_title {
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}

.page_formation_bloc_3_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}

.page_formation_bloc_3_list_item {
  position: relative;
  display: flex;
  width: calc( (100% / 3) - 10px);
  align-items: center;
  justify-content: center;
  background-color: #217FA8;
  color: white;
  margin: 5px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  border-radius: 10px;
}

.page_formation_bloc_3_list_item:before {
  content: "";
  width: 13px;
  height: 11px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url("../../img/svg/paw_white_opacity.svg");
}

.page_formation_bloc_4 {
  width: 48%;
  max-width: 620px;
  background: #212B33;
  padding: 30px;
  border-radius: 10px;
  margin: 50px auto 0;
}

.page_formation_bloc_4_title {
  color: white;
  text-align: center;
  margin-bottom: 0;
}

.page_formation_bloc_4_title:after {
  content: none;
}

.page_formation_bloc_4_img {
  position: relative;
  display: block;
  margin: auto;
  z-index: 10;
  transform: translateY(25%);
  max-width: 320px;
  height: auto;
}

.page_formation_bloc_4_slider {
  position: relative;
  width: 90%;
  max-width: 470px;
  margin: auto;
  z-index: 0;
}

.page_formation_bloc_4_slider .slick-list {
  padding-bottom: 30px;
}

.page_formation_bloc_4_slider .slick-prev, .page_formation_bloc_4_slider .slick-next {
  position: absolute;
  color: transparent;
  border: none;
  background: none;
  bottom: -20px;
  z-index: 1;
}

.page_formation_bloc_4_slider .slick-prev:before, .page_formation_bloc_4_slider .slick-next:before {
  content: "";
  position: relative;
  width: 29px;
  height: 29px;
  display: block;
  background-image: url("../../img/svg/button_round-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_formation_bloc_4_slider .slick-left {
  left: 0;
}

.page_formation_bloc_4_slider .slick-next {
  right: 0;
}

.page_formation_bloc_4_slider .slick-next:before {
  transform: rotate(180deg);
}

.page_formation_bloc_4_slider .slick-dots {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 20px 0 0;
  justify-content: center;
}

.page_formation_bloc_4_slider .slick-dots li {
  margin: 0 5px;
}

.page_formation_bloc_4_slider .slick-dots li button {
  width: 9px;
  height: 9px;
  color: transparent;
  border: none;
  background: none;
}

.page_formation_bloc_4_slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 9px;
}

.page_formation_bloc_4_slider .slick-dots li.slick-active button:before {
  background: white;
}

.page_formation_bloc_4_slider_slide {
  position: relative;
  background: white;
  border-radius: 10px;
  padding-top: 50px;
  margin: 0 15px;
}

.page_formation_bloc_4_slider_slide_title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.page_formation_bloc_4_slider_slide_list {
  margin: 0 0 25px;
}

.page_formation_bloc_4_slider_slide_button {
  border: none;
  background: #217FA8;
  color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}

.page_formation_bloc_5 {
  width: 48%;
  margin: 50px auto 0;
  max-width: 620px;
  align-self: center;
}

.page_formation_bloc_5_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 0;
}

.page_formation_bloc_5_top {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 5;
  margin-top: 25px;
  align-items: center;
}

.page_formation_bloc_5_top_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page_formation_bloc_5_top_list_item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
}

.page_formation_bloc_5_top_list_item:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/svg/paw_round_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.page_formation_bloc_5_bottom {
  position: relative;
  background: #217FA8;
  color: white;
  border-radius: 10px;
  padding: 75px 50px 25px;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  z-index: 1;
  transform: translateY(-65px);
}

.page_formation_bloc_5_bottom:before {
  content: "";
  display: block;
  width: 62px;
  height: 54px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url("../../img/svg/paw_transparent.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page_formation_bloc_6 {
  width: 48%;
  position: relative;
  align-self: flex-start;
  margin: 50px auto 0;
  max-width: 620px;
}

.page_formation_bloc_6_img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.page_formation_bloc_6_text {
  position: absolute;
  width: 100%;
  bottom: 100px;
  z-index: 2;
  font-size: 22px;
  line-height: 27px;
  padding: 0 25px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.page_formation_bloc_6_link {
  display: inline-block;
  width: 310px;
  border: 2px solid #5E36B5;
  background: #5E36B5;
  color: white;
  transition: all .2s ease-in;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 10px 5px;
  border-radius: 35px;
  cursor: pointer;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 2;
}

.page_formation_bloc_6_link:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  top: -3px;
  margin-right: 10px;
  background-image: url("../../img/svg/icon_round_cart.svg");
}

.page_formation_bloc_7 {
  width: 48%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 50px auto 0;
  max-width: 620px;
}

.page_formation_bloc_7_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 0;
}

.page_formation_bloc_7_list {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
  width: 65%;
}

.page_formation_bloc_7_list_item {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding-left: 35px;
  margin-bottom: 20px;
}

.page_formation_bloc_7_list_item:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/svg/paw_round_blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page_formation_bloc_8 {
  width: 100%;
  background-color: #217FA8;
  border-radius: 10px;
  padding: 25px;
  margin-top: 50px;
}

.page_formation_bloc_8_title {
  color: white;
  margin-top: 0;
}

.page_formation_bloc_8_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_formation_bloc_8_list_item {
  color: white;
  width: calc((100% / 2) - 20px);
  margin-bottom: 25px;
}

.page_formation_bloc_8_list_item:nth-child(1), .page_formation_bloc_8_list_item:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.page_formation_bloc_8_list_item h3 {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  padding-left: 35px;
  margin-bottom: 15px;
  margin-top: 0;
}

.page_formation_bloc_8_list_item h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
  background-image: url("../../img/svg/paw_round_white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page_formation_bloc_8_list_item p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 0;
  font-weight: 400;
}

.page_formation_bloc_9 {
  width: 100%;
  margin-top: 50px;
}

.page_formation_bloc_9_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_formation_bloc_9_content_item {
  width: calc((100% / 3) - 20px);
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.25);
  margin: 0 auto 25px;
  max-width: 620px;
}

.page_formation_bloc_9_content_item_image {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.page_formation_bloc_9_content_item iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.page_formation_bloc_9_content_item_text {
  padding: 20px;
  font-size: 14px;
  line-height: 19px;
}

.page_formation_bloc_9_content_item_text h3 {
  position: relative;
  margin-top: 0;
  font-size: 16px;
  line-height: 21px;
  color: #217FA8;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 35px;
}

.page_formation_bloc_9_content_item_text h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../../img/svg/paw_round_blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page_formation_bloc_10 {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}

.page_formation_bloc_10_wrapper {
  max-width: 720px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page_formation_bloc_10_content {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.page_formation_bloc_10_img {
  margin-left: 40px;
}

.page_formation_bloc_10_title {
  text-align: left;
  margin-left: 25px;
}

.page_formation_bloc_10_title:after {
  left: 0;
  transform: none;
}

.page_formation_bloc_10_presentation {
  text-align: left;
  margin-left: 25px;
}

.page_formation_bloc_10_mea {
  position: relative;
  background: #212B33;
  color: white;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}

.page_formation_bloc_10_mea:before, .page_formation_bloc_10_mea:after {
  content: "";
  display: block;
  width: 62px;
  height: 54px;
  position: absolute;
  background-image: url("../../img/svg/paw_transparent.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page_formation_bloc_10_mea:before {
  bottom: 10px;
  left: 10px;
}

.page_formation_bloc_10_mea:after {
  bottom: 10px;
  right: 10px;
  transform: scaleX(-1);
}

.page_formation_bloc_10_link {
  display: inline-block;
  width: 310px;
  border: 2px solid #5E36B5;
  background: #5E36B5;
  color: white;
  transition: all .2s ease-in;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 10px 5px;
  border-radius: 35px;
  cursor: pointer;
}

.page_formation_bloc_10_link:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  top: -3px;
  margin-right: 10px;
  background-image: url("../../img/svg/icon_round_cart.svg");
}

.page_formation_bloc_11 {
  width: 100%;
}

.page_formation_bloc_11_avis {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 960px;
  margin: 15px auto;
}

.page_formation_bloc_11_avis:nth-child(3), .page_formation_bloc_11_avis:nth-child(5), .page_formation_bloc_11_avis:nth-child(7) {
  flex-direction: row-reverse;
  text-align: right;
}

.page_formation_bloc_11_avis_img {
  width: 100px;
  height: auto;
  aspect-ratio: 1;
}

.page_formation_bloc_11_avis_text {
  width: calc(100% - 130px);
  font-size: 16px;
  line-height: 21px;
  margin: 0 15px;
}

.page_formation_bloc_11_avis_name {
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}

.page_formation_bloc_12 {
  width: 100%;
  margin: 50px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.page_formation_bloc_12_title {
  width: 100%;
  text-transform: initial;
  font-size: 25px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.page_formation_bloc_12_item {
  width: 48%;
  background: #217FA8;
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.page_formation_bloc_12_item.active .page_formation_bloc_12_item_title:before {
  transform: rotate(180deg);
}

.page_formation_bloc_12_item_title {
  position: relative;
  margin: 0;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
  color: white;
  cursor: pointer;
  font-weight: 400;
}

.page_formation_bloc_12_item_title:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../img/svg/button_arrow_down_round.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 5px;
}

.page_formation_bloc_12_item_response {
  display: none;
  margin-top: 15px;
}

.page_formation_bloc_12_item_response_text {
  color: white;
  font-size: 16px;
  line-height: 28px;
}

.page_formation_bloc_13 {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  background: white;
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.25);
}

.page_formation_bloc_13_img {
  position: relative;
  width: 45%;
  height: auto;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.page_formation_bloc_13_content {
  width: 55%;
  padding: 50px;
}

.page_formation_bloc_13_content h3 {
  text-align: center;
}

.page_formation_bloc_13_content p {
  font-size: 14px;
}

.page_formation_bloc_14 {
  width: 100%;
  margin-top: 50px;
}

.page_formation_bloc_14 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page_formation_bloc_14 ul li {
  width: calc( (100% / 3) - 10px);
  background: #217FA8;
  border-radius: 10px;
  padding: 20px;
  color: white;
  text-align: center;
  margin: 5px;
}

.page_formation_bloc_14 .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.page_formation_bloc_14 .gallery-item {
  width: calc((100% / 4) - 10px);
  text-align: center;
  min-width: 330px;
}

.page_formation_bloc_14 h3 {
  width: 100%;
  text-align: center;
}

.page_formation_bloc_15 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.page_formation_bloc_15_title {
  width: 100%;
}

.page_formation_bloc_15_slider {
  width: 45%;
}

.page_formation_bloc_15_slider_item {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.page_formation_bloc_15_slider .slick-prev, .page_formation_bloc_15_slider .slick-next {
  position: absolute;
  color: transparent;
  border: none;
  background: none;
  bottom: -9px;
  z-index: 1;
}

.page_formation_bloc_15_slider .slick-prev:before, .page_formation_bloc_15_slider .slick-next:before {
  content: "";
  position: relative;
  width: 29px;
  height: 29px;
  display: block;
  background-image: url("../../img/svg/button_round-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_formation_bloc_15_slider .slick-left {
  left: 0;
}

.page_formation_bloc_15_slider .slick-next {
  right: 0;
}

.page_formation_bloc_15_slider .slick-next:before {
  transform: rotate(180deg);
}

.page_formation_bloc_15_content {
  width: 55%;
  padding: 0 20px;
}

.page_formation_popup_chapitre {
  display: none;
  position: fixed;
  z-index: 9100;
  background: #217FA8;
  padding: 50px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.page_formation_popup_chapitre_close {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg id='bad' transform='translate(-25 -635)'%3E%3Ccircle id='Ellipse_32' data-name='Ellipse 32' cx='9.5' cy='9.5' r='9.5' transform='translate(25 635)' fill='%23fff'/%3E%3Cg id='_02_User' data-name='02 User' transform='translate(30.301 640.298)'%3E%3Cpath id='Tracé_287' data-name='Tracé 287' d='M.4,8.407a.411.411,0,0,1-.29-.7L7.7.117A.411.411,0,0,1,8.284.7L.7,8.287a.41.41,0,0,1-.29.12Z' transform='translate(0 0)' fill='%23212b33'/%3E%3Cpath id='Tracé_288' data-name='Tracé 288' d='M8,8.407a.41.41,0,0,1-.29-.12L.117.7A.411.411,0,1,1,.7.117L8.287,7.706a.411.411,0,0,1-.29.7Z' transform='translate(-0.003 0)' fill='%23212b33'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.page_formation_popup_chapitre_content {
  display: none;
}

.page_formation_popup_chapitre_content_list {
  padding: 0;
}

.page_formation_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9099;
  top: 0;
  left: 0;
}

.pawlist {
  list-style-type: none;
  padding: 0;
}

.pawlist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.pawlist li:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/svg/paw_round_blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {
  .page_formation_headpage {
    background: white !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page_formation_bloc_2_list_item {
    width: calc((100% / 2) - 10px);
  }
}

@media screen and (max-width: 960px) {
  body {
    padding-top: 90px;
  }
  .page_formation_headpage {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .page_formation_headpage_img {
    display: none;
  }
  .page_formation_headpage_content {
    width: 100%;
  }
  .page_formation_headpage_content_title {
    color: white;
    text-align: center;
  }
  .page_formation_headpage_content_list {
    color: white;
    margin-top: 200px;
  }
  .page_formation_iframe {
    width: 100%;
  }
  .page_formation_bloc_1, .page_formation_bloc_2, .page_formation_bloc_3, .page_formation_bloc_4, .page_formation_bloc_5, .page_formation_bloc_6, .page_formation_bloc_7, .page_formation_bloc_8, .page_formation_bloc_9, .page_formation_bloc_10, .page_formation_bloc_11, .page_formation_bloc_12, .page_formation_bloc_13, .page_formation_bloc_14 {
    width: 100%;
  }
  .page_formation_bloc_8_list_item {
    width: 100%;
  }
  .page_formation_bloc_8_list_item:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .page_formation_bloc_9_content_item {
    width: 100%;
  }
  .page_formation_bloc_12_item {
    width: 100%;
  }
}

@media screen and (min-width: 620px) and (max-width: 960px) {
  .page_formation_headpage {
    background-position: center top !important;
  }
  .page_formation_headpage_content_list {
    margin-top: 350px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .header_btn_ecran a:before, .header_btn_diplome a:before, .header_btn_show a:before, .header_btn_os a:before, .header_btn_patte a:before, .header_btn_info a:before, .header_btn_niche a:before, .header_btn_boutique a:before {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1300px) {
  .header_menu {
    display: none;
  }
  .header_bottom .hamburger {
    display: block;
    position: absolute;
    right: 0;
  }
  .header_wrapper {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .page_formation_headpage_wrapper {
    padding: 10px 15px;
  }
  .page_formation_headpage_content {
    padding: 10px;
    text-align: center;
  }
  .page_formation_headpage_content_title {
    font-size: 35px;
    line-height: 40px;
  }
  .page_formation_headpage_content_title_subtitle {
    font-size: 21px;
    line-height: 26px;
  }
  .page_formation_headpage_content_list {
    text-align: left;
  }
  .page_formation_headpage_content_list_item {
    font-size: 16px;
    line-height: 23px;
  }
  .page_formation_headpage_content_button_video {
    font-size: 14px;
    display: block;
    margin: 0 auto 20px;
  }
  .page_formation_headpage_content_link {
    font-size: 14px;
    display: inline-block;
    margin: 10px 10px 5px;
  }
  .page_formation_bloc_2_list_item {
    width: 100%;
  }
  .page_formation_bloc_2_link {
    font-size: 14px;
  }
  .page_formation_bloc_3_title {
    margin-bottom: 25px;
  }
  .page_formation_bloc_3_list_item {
    width: 100%;
    text-align: center;
  }
  .page_formation_bloc_4 {
    padding: 15px;
  }
  .page_formation_bloc_4_img {
    max-width: 80%;
    height: auto;
  }
  .page_formation_bloc_4_slider {
    width: 100%;
  }
  .page_formation_bloc_4_slider_slide_title {
    font-size: 16px;
    line-height: 21px;
  }
  .page_formation_bloc_4_slider_slide_button {
    padding: 10px 17px;
  }
  .page_formation_bloc_5 {
    position: relative;
  }
  .page_formation_bloc_5_title {
    font-size: 16px;
    line-height: 21px;
  }
  .page_formation_bloc_5 img {
    position: absolute;
    width: 50%;
    max-width: 180px;
    height: auto;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
  }
  .page_formation_bloc_5_top_list {
    width: 50%;
  }
  .page_formation_bloc_5_bottom {
    transform: none;
    padding: 50px 25px 25px;
  }
  .page_formation_bloc_6_text {
    font-size: 14px;
    line-height: 19px;
  }
  .page_formation_bloc_6_link {
    font-size: 14px;
  }
  .page_formation_bloc_7_title {
    font-size: 16px;
    line-height: 21px;
  }
  .page_formation_bloc_7_img {
    transform: translateX(-15px);
  }
  .page_formation_bloc_7_list {
    width: 50%;
    margin: 0;
  }
  .page_formation_bloc_7_list_item {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .page_formation_bloc_8_list_item h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .page_formation_bloc_8_list_item p {
    font-size: 14px;
    line-height: 19px;
  }
  .page_formation_bloc_10_mea {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    padding: 10px;
  }
  .page_formation_bloc_10_mea:before, .page_formation_bloc_10_mea:after {
    content: none;
  }
  .page_formation_bloc_10_link {
    font-size: 14px;
    padding: 6px 10px 1px;
    width: auto;
  }
  .page_formation_bloc_10_img {
    margin-left: 10px;
    align-self: flex-end;
  }
  .page_formation_bloc_10_content {
    width: calc(100% - 146px);
  }
  .page_formation_bloc_10_presentation {
    font-size: 12px;
  }
  .page_formation_bloc_10_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page_formation_bloc_11_avis {
    flex-direction: column !important;
    align-items: center;
    text-align: left !important;
  }
  .page_formation_bloc_11_avis_text {
    width: 100%;
  }
  .page_formation_bloc_11_avis_img {
    margin-bottom: 20px;
  }
  .page_formation_bloc_11_avis_name {
    margin-top: 15px;
  }
  .page_formation_bloc_13 {
    flex-wrap: wrap;
  }
  .page_formation_bloc_13_img {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .page_formation_bloc_13_content {
    width: 100%;
    padding: 10px 15px;
  }
  .page_formation_bloc_14 ul li {
    width: calc((100% / 2) - 10px);
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page_formation_bloc_15_slider {
    width: 100%;
  }
  .page_formation_bloc_15_content {
    width: 100%;
    padding: 0 5px;
  }
  .page_formation_popup_chapitre {
    width: 90%;
    padding: 25px;
  }
  .page_formation_popup_chapitre_content_list {
    font-size: 13px;
  }
}
