@font-face{font-family:"HelveticaLTStdLight";src:url(public/css/fonts/helveticaltstdlight.eot);src:url(public/css/fonts/helveticaltstdlight.eot?#iefix) format('embedded-opentype'),url(public/css/fonts/helveticaltstdlight.woff) format('woff'),url(public/css/fonts/helveticaltstdlight.ttf) format('truetype');font-weight:normal;font-style:normal;font-variant:normal;}

body {
	color: #465a64;
	font: 1rem/1.56 'helvetica-lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#job_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}
@media (min-width: 576px) {
  #job_container {
	padding-right: 15px;
	padding-left: 15px;
	width: 540px;
  }
}
@media (min-width: 768px){
  #job_container {
	width: 720px;
  }
}
@media (min-width: 992px){
  #job_container {
	width: 960px;
  }
}
@media (min-width: 1200px){
  #job_container {
	width: 1140px;
  }
}

#job_container h1 {
	font: 1rem/1.56 'helvetica-lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3.5em;
}
	
#job_container h2 {
	font: 1rem/1.56 'helvetica-lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.875em;
	font-weight: normal;
	margin-bottom: 0.777778em;
	margin-top: 0.3em;
}

#job_container ul {
	list-style:outside none none;
	text-align:left;
	vertical-align:baseline;
	margin:0;
	padding:0;
	margin-bottom: 60px;
}

#job_container ul > li {
	margin:8px 0;
	padding-left:17px;
	background:url(public/images/list-puce-square.png) left 0 no-repeat;
}

#job_container a {
	text-decoration:none;
	color:#00a0d7;
}
#job_container a:hover {
	color: #0080ac;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
	font-family: "wcms-icons";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}
.footer__social li a i {
	font-size: 1rem;
}
.footer__social li a {
	color: #fff;
	display: block;
	height: 30px;
	padding-top: 7px;
	text-align: center;
	width: 30px;
}
.icon-fa-facebook::before {
	content: "p";
}
.icon-fa-twitter::before {
	content: "l";
}
.sr-only {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.icon-fa-linkedin::before {
	content: "m";
}
.icon-fa-google::before {
	content: "q";
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'helvetica-lt';
  src: url('fonts/HelveticaNeueLTPro-Lt.eot');
  src: url('fonts/HelveticaNeueLTPro-Lt.eot?#iefix') format('embedded-opentype'),
  url('fonts/HelveticaNeueLTPro-Lt.woff') format('woff'),
  url('fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype'),
  url('fonts/HelveticaNeueLTPro-Lt.svg#HelveticaNeueLTPro-Lt;') format('svg');
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'helvetica-md';
  src: url('fonts/HelveticaNeueLTPro-Md.eot');
  src: url('fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
  url('fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
  url('fonts/HelveticaNeueLTPro-Md.ttf') format('truetype'),
  url('fonts/HelveticaNeueLTPro-Md.svg#HelveticaNeueLTPro-Md;') format('svg');
}
@font-face {
  font-family: "wcms-icons";
  src:url("fonts/wcms-icons.eot");
  src:url("fonts/wcms-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/wcms-icons.woff") format("woff"),
    url("fonts/wcms-icons.ttf") format("truetype"),
    url("fonts/wcms-icons.svg#wcms-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* grid */

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portable__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}
@media (min-width: 576px) {
  .portable__container {
    padding-right: 15px;
    padding-left: 15px;
    width: 540px;
  }
}
@media (min-width: 768px){
  .portable__container {
    width: 720px;
  }
}
@media (min-width: 992px){
  .portable__container {
    width: 960px;
  }
}
@media (min-width: 1200px){
  .portable__container {
    width: 1140px;
  }
}
.portable__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.portable__col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px){
  .portable__col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .portable__col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px){
  .portable__col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .portable__col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .portable__col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .portable__hidden-md-up {
    display: none !important;
  }
}

/* icons */

[class^="portable__icon-"]:before,
[class*=" portable__icon-"]:before {
  font-family: "wcms-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.portable__icon-fa-facebook:before {
  content: "\70";
}
.portable__icon-fa-twitter:before {
  content: "\6c";
}
.portable__icon-fa-linkedin:before {
  content: "\6d";
}
.portable__icon-fa-google:before {
  content: "\71";
}
.portable__icon-ios-search-strong:before {
  content: "\66";
}
.portable__icon-android-menu:before {
  content: "\79";
}
.portable__icon-ios-search-strong:before {
  content: "\66";
}
.portable__icon-android-close:before {
  content: "\65";
}
.portable__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.portable__header__top,
.portable__footer,
.portable__section__cookies {
  font: 1rem/1.56 "helvetica-lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2px;
  text-align: left;
}

[class*="portable__"] a {
    text-decoration: none;
    cursor: pointer;
    color: #0273B8;
    transition: all 0.5s ease;
    word-wrap: break-word;
}

/* HEADER */

.portable__header__top {
  display: flex;
  align-items: center;
  padding: 28px 24px 0;
  justify-content: flex-start;
  position: relative;
  z-index: 10000;
  background: #fff;
}

@media (max-width: 575px){
  .portable__header__top {
    justify-content: space-between;
  }
}

@media (min-width: 1200px){
  .portable__header__top {
    justify-content: space-between;
    padding: 28px 50px 0;
  }
}

/* Navigation */

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

.portable__menu-item a {
  color: #0f4155;
  display: block;
  outline: none;
}

.portable__menu-item a:hover,
.portable__menu-item a:focus,
.portable__menu-item:hover > a {
  color: #0273B8;
}

/* Navigation: = xl */

@media (min-width: 1200px){
  .portable__header__nav {
    display: block;
    order: 2;
  }

  .portable__menu {
    display: flex;
  }

  .portable__menu > .portable__menu-item {
    margin: 0 28px;
    position: relative;
    padding: 11px 0 30px;
  }
}

@media (min-width: 1282px){
  .portable__menu > .portable__menu-item {
    margin: 0 35px;
  }
}

/* Navigation: <= lg */

@media (max-width: 1199px){
  .portable__menu-all-pages-container {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    top: 100%;
    z-index: 10;
  }

  .portable__menu {
    background: #fff;
    border-bottom: 1px solid #d8dfe3;
    position: relative;
  }

  .portable__menu-item a {
    padding: 24px 24px 20px;
    border-top: 1px solid #d8dfe3;
    position: relative;
  }

  .portable__menu-item a:hover,
  .portable__menu-item a:focus {
    color: #0f4155;
    background: #edf4f9;
  }

  .portable__menu-item-header button {
    border-top: 1px solid #d8dfe3;
    background: #f2f2f2;
    color: #00264b;
    font: 1rem/1.56 'helvetica-md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 24px 24px 20px;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    transition: all .5s ease;
    cursor: pointer;
  }

  .portable__menu-item-header button:before {
    font-family: "wcms-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\62";
    font-size: .875rem;
    color: #00264b;
    position: absolute;
    left: 6px;
    top: 27px;
  }

  .portable__menu-item-header button:hover,
  .portable__menu-item-header button:focus {
    background: #f2f2f2;
    color: #0273B8;
  }
}

.portable__header__nav__mobile {
  font-size: 2.25rem;
  margin-right: 50px;
  display: block;
  padding-bottom: 32px;
}

@media (max-width: 575px){
  .portable__header__nav__mobile {
    margin-right: 0;
  }
}

@media (min-width: 1200px){
  .portable__header__nav__mobile {
    display: none !important;
  }
}

.portable__header__nav__mobile i {
  display: block;
  line-height: 10px;
  color: #0273B8;
  transition: all .5s ease;
}

.portable__header__nav__mobile:hover i,
.portable__header__nav__mobile:focus i {
  color: #0f4155;
}

@media (max-width: 1199px){
  .portable__header__nav:not(.portable__js-enabled) .portable__header__nav__mobile:hover + div,
  .portable__header__nav:not(.portable__js-enabled) .portable__header__nav__mobile:focus + div,
  .portable__header__nav:not(.portable__js-enabled) .portable__header__nav__mobile + div:hover {
    display: block;
  }
}

/* Other elements */

.portable__header__logo {
  width: 162px;
  padding-bottom: 28px;
  margin: 0;
  font-size: 0;
}

@media (min-width: 1200px){
  .portable__header__logo {
    order: 1;
  }
}

.portable__header__right {
  display: flex;
  order: 3;
  flex-grow: 2;
  text-align: right;
  justify-content: flex-end;
}

@media (max-width: 575px){
  .portable__header__right {
    flex-grow: 0;
  }
}

@media (min-width: 1200px){
  .portable__header__right {
    flex-grow: 0;
  }
}

.portable__header__locations {
  display: none;
  padding: 11px 0 30px;
  color: #0273B8;
  border: none;
  background: none;
  cursor: pointer;
  transition: all .5s ease;
  font: 1rem/1.56 'helvetica-lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portable__header__locations:hover,
.portable__header__locations:focus {
  color: #00264b;
}

@media (min-width: 768px){
  .portable__header__locations {
    display: block;
  }
}

.portable__header__search-button {
  margin-left: 50px;
  border: none;
  font-size: 1.5rem;
  background: none;
  line-height: 13px;
  cursor: pointer;
  padding: 11px 0 30px;
}

@media (max-width: 575px){
  .portable__header__search-button {
    margin-left: 0;
  }
}

.portable__header__search-button i {
  color: #0273B8;
  position: relative;
  top: -3px;
  transition: all .5s ease;
}

.portable__header__search-button:hover i,
.portable__header__search-button:focus i {
  color: #0f4155;
}

/* Fullscreen windows */

.portable__header__window {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #edf4f9;
  text-align: left;
  overflow: auto;
  padding: 0 50px 0;
  z-index: 120;
}

@media (min-width: 768px){
  .portable__header__window {
    padding: 0 80px 0;
  }
}

.portable__header__window__close {
  background: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #0273B8;
  text-align: center;
  padding-top: 3px;
  font-size: 1.125rem;
  color: #0273B8;
  transition: all .5s ease;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  line-height: 1;
}

@media (min-width: 768px){
  .portable__header__window__close {
    right: 30px;
    top: 26px;
  }
}

.portable__header__window__close:before {
  font-family: "wcms-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\65";
}

.portable__header__window__close:hover,
.portable__header__window__close:focus {
  background: #0273B8;
  color: #fff;
  outline: none;
}

/* Fullscreen windows: locations */

.portable__header__window--locations .portable__container {
  padding: 30px 0;
}

@media (min-width: 768px){
  .portable__header__window--locations .portable__container {
    padding: 132px 0 30px;
  }
}

.portable__header__window--locations .portable__section__regular-title {
  text-align: center;
  margin-bottom: 63px;
  font: 1.75rem/1.43 "helvetica-lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.portable__locations__header {
  font: 1.25rem/1.5 'helvetica-lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0f4155;
  padding-bottom: 8px;
  margin-bottom: 48px;
  border-bottom: 1px solid #d8dfe3;
}

.portable__locations__list {
  color: #00264b;
  padding: 0;
  margin: 0;
  list-style: none;
}

.portable__locations__list.portable__col-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.portable__locations__list li {
  margin-bottom: 24px;
}

.portable__locations__list a {
  display: block;
  color: #465a64;
}

.portable__locations__list a:hover,
.portable__locations__list a:focus {
  color: #0273B8;
}

.portable__locations__list span {
  display: block;
  color: #0273B8;
}

.portable__header__locations:not(.portable__js-enabled):hover + .portable__header__window--locations,
.portable__header__locations:not(.portable__js-enabled):focus + .portable__header__window--locations,
.portable__header__locations:not(.portable__js-enabled) + .portable__header__window--locations:hover {
  display: block;
}

.portable__header__locations:not(.portable__js-enabled) + .portable__header__window--locations {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0 30px;
}

.portable__header__locations:not(.portable__js-enabled) + .portable__header__window--locations .portable__container {
  padding: 30px 0;
}

.portable__header__locations:not(.portable__js-enabled) + .portable__header__window--locations .portable__header__window__close {
  display: none;
}

/* Fullscreen windows: search */

@media (max-width: 767px){
  .portable__header__window--search  .portable__header__window__close {
    display: none;
  }
}

.portable__header__window--search .portable__container {
  padding: 14px 0 30px;
}

.portable__header__window--search ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 40px;
  list-style-type: none;
}

.portable__header__window--search li + li {
  margin-top: 25px;
}

.portable__header__window--search li:before {
  content: '•';
  padding-right: 15px;
  color: #0273B8;
  padding-bottom: 8px;
  margin-left: -25px;
}

.portable__mainsearch__placeholding {
  padding-top: 48px;
}

@media (min-width: 768px){
  .portable__mainsearch__placeholding {
    padding-top: 240px;
  }
}

.portable__mainsearch__placeholding .portable__section__regular-title {
  font: 1.75rem/1.43 "helvetica-lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 57px;
}

.portable__header__search-button:not(.portable__js-enabled):hover + .portable__header__window--search,
.portable__header__search-button:not(.portable__js-enabled):focus + .portable__header__window--search,
.portable__header__search-button:not(.portable__js-enabled) + .portable__header__window--search:hover {
  display: block;
}

.portable__header__search-button:not(.portable__js-enabled) + .portable__header__window--search {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0 30px;
}

.portable__header__search-button:not(.portable__js-enabled) + .portable__header__window--search .portable__header__window__close {
  display: none;
}

.portable__header__search-button:not(.portable__js-enabled) + .portable__header__window--search .portable__mainsearch__placeholding {
  padding-top: 48px;
}

/* SEARCH INPUT */

.portable__single-input__inner {
  width: 100%;
  border-bottom: 1px solid rgba(0, 38, 75, 0.5);
  padding: 12px 0;
  display: flex;
  align-items: center;
  transition: all .5s ease;
}

.portable__single-input__inner:hover {
  border-bottom-color: #00264b;
}

.portable__single-input__input {
  display: flex;
  align-items: center;
  flex-grow: 2;
  padding: 0;
}

.portable__single-input__icon {
  color: #686868;
  margin-right: 22px;
}

.portable__single-input__icon:before {
  position: relative;
  top: 3px;
}

@media (max-width: 767px){
  .portable__single-input__input {
    padding-top: 5px;
    padding-right: 20px;
  }
}

.portable__single-input__icon.portable__icon-ios-search-strong {
  font-size: 1.5rem;
  line-height: 11px;
}

.portable__single-input input[type="text"] {
  height: 30px;
  border: none;
  background: none;
  font: 1.25rem/1.5 'helvetica-lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #686868;
  flex-grow: 2;
  padding-top: 8px;
}

.portable__single-input input[type="text"]:focus {
  outline: none;
  color: #00264b;
}

.portable__single-input input[type="text"]::-webkit-input-placeholder {
  color: #686868;
}
.portable__single-input input[type="text"]::-moz-placeholder {
  color: #686868;
}
.portable__single-input input[type="text"]:-ms-input-placeholder {
  color: #686868;
}
.portable__single-input input[type="text"]:-moz-placeholder {
  color: #686868;
}

.portable__single-input__submit {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #0273B8;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  transition: all .5s ease;
  cursor: pointer;
  border: none;
  padding-top: 5px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .portable__single-input__submit span {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .portable__single-input__submit i {
    display: none !important;
  }
}

.portable__single-input__submit:hover,
.portable__single-input__submit:focus {
  background: #00264b;
}

@media (min-width: 768px){
  .portable__single-input__submit {
    width: 160px;
    height: 39px;
    border: 1px solid #0273B8;
    border-radius: 20px;
    background: none;
    font: 0.9375rem/1 Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-align: center;
    color: #0273B8;
    transition: all .5s ease;
    cursor: pointer;
    padding: 0 0 2px;
    overflow: hidden;
    margin-left: 42px;
  }

  .portable__single-input__submit:hover,
  .portable__single-input__submit:focus {
    background: #0273B8;
    color: #fff;
  }

  .portable__js-enabled .portable__single-input__submit {
    width: 0;
    border-color: transparent;
    margin-left: 0;
  }
}

/* Focus on the whole box */

.portable__single-input.portable__focus {
  border-bottom-color: #0273B8;
}

.portable__single-input.portable__focus input[type="text"] {
  color: #00264b;
}

.portable__single-input.portable__focus .portable__single-input__icon {
  color: #00264b;
}

@media (min-width: 768px){
  .portable__single-input.portable__focus .portable__single-input__submit {
    width: 160px;
    border-color: #0273B8;
    margin-left: 42px;
  }
}


/* FOOTER */

.portable__header,
.portable__footer {
  min-width: 320px;
  font: 1rem/1.56 "helvetica-lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2px;
  color: #465a64;
}

.portable__header a,
.portable__footer a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  word-wrap: break-word;
}

.portable__footer {
  background: #f2f2f2;
}

.portable__footer img {
  display: block;
  margin-bottom: 24px;
}

.portable__footer__top {
  padding: 76px 0 13px;
}

@media (max-width: 1199px) {
  .portable__footer__top .portable__footer__logo {
    display: none !important;
  }
}

@media (min-width: 768px){
  .portable__footer__top .portable__footer__logo {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.portable__footer__logo img {
  width: 210px;
}

@media (min-width: 1200px){
  .portable__footer__nav {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.portable__footer__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 50px;
}

.portable__footer__nav ul,
.portable__footer__nav__brands {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px){
  .portable__footer__nav ul,
  .portable__footer__nav__brands {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.portable__footer__nav li {
  display: block;
}

.portable__footer__nav a {
  font: 0.875rem/2.14 'helvetica-lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #686868;
}

@media (min-width: 1200px) {
  .portable__footer__nav a {
    font: .96rem/1.88 'helvetica-lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

.portable__footer__nav a:hover,
.portable__footer__nav a:focus {
  color: #0273B8;
}

.portable__footer__nav__brands h3 {
  font: bold .75rem/1 Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.portable__footer__bottom {
  border-top: 1px solid #d8dfe3;
  padding-bottom: 70px;
  margin-right: 0;
  margin-left: 0;
}

.portable__footer__bottom > [class*="portable__col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .portable__footer__bottom {
    padding: 18px 0 52px;
  }
}

@media (min-width: 1200px){
  .portable__footer__social,
  .portable__footer__copy {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.portable__footer__social {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}

@media (min-width: 1200px) {
  .portable__footer__social {
    order: 2;
    justify-content: flex-end;
    padding: 0;
  }
}

.portable__footer__social ul {
  list-style: none;
  font-size: 0;
  letter-spacing: 0;
}

.portable__footer__social li {
  display: inline-block;
}

.portable__footer__social li + li {
  margin-left: 8px;
}

.portable__footer__social li a {
  color: #fff;
  background: #0273B8;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 7px;
}

.portable__footer__social li a i {
  font-size: 16px;
}

.portable__footer__social li a:hover,
.portable__footer__social li a:focus {
  background: #00264b;
}

.portable__footer__copy {
  font: 0.875rem/1.36 Arial, 'Helvetica Neue', Helvetica, sans-serif;
  border-top: 1px solid #d8dfe3;
  padding: 18px 0 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .portable__footer__copy {
    order: 1;
    border: none;
    padding: 0;
    text-align: left;
    justify-content: flex-start;
  }
}

.portable__footer__copy span {
  display: block;
}

@media (min-width: 1200px) {
  .portable__footer__copy span {
    display: inline;
  }
}

@media (min-width: 1200px){
  .portable__footer__bottom .portable__footer__logo {
    display: none !important;
  }
}

.portable__footer__bottom .portable__footer__logo img {
  margin: 0 auto;
}

/* COOKIES */

.portable__section__cookies {
  background-color: #e3f1f9;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
}

.portable__section__cookies img {
  display: none;
}

@media (min-width: 768px){
  .portable__section__cookies img {
    display: block;
  }
}

.portable__section__button--cookies {
  margin-bottom: 24px;
  display: inline-block;
  color: #0273B8;
  font: 1rem/1 "helvetica-lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px 20px 0;
  line-height: 46px;
  min-width: 195px;
  border: 1px solid #0273B8;
  border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.5s ease;
  font-size: 0.875rem;
  margin: 19px;
  line-height: 40px;
  position: relative;
  padding: 0px 20px 0;
  height: 40px;
  min-width: 40px;
  background: transparent;
}

.portable__section__button--cookies:hover,
.portable__section__button--cookies:focus {
  background: #0273B8;
  color: #fff;
  border-color: #0273B8;
}

.portable__section__button--cookies p {
  display: none;
}

@media (min-width: 768px){
  .portable__section__button--cookies {
    min-width: 160px;
  }

  .portable__section__button--cookies p {
    display: block;
  }
}

.portable__section__button--cookies i {
  position: absolute;
  left: 10px;
  top: -2px;
  font-size: 20px;
  line-height: 2;
}

.portable__section__button--cookies i:before {
  line-height: 2;
}

@media (min-width: 768px){
  .portable__section__button--cookies i {
    left: 16px;
  }
}

.portable__section__cookies__text {
  font-size: 0.875rem;
  color: #0f4155;
  padding: 20px 27px;
}
