@charset "UTF-8";
body,
html {
  margin: 0;
  font-size: 10px;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  background: #3f63ff;
  letter-spacing: 0.02em;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.appWrppr {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.appWrppr.mkopacity {
  opacity: 0;
}
p,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.clear {
  display: block;
  clear: both;
}
.vertical_center {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
a {
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  color: #2032bf;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 400;
}
::-webkit-selection {
  color: #fff;
  background: #3f63ff;
}
::-moz-selection {
  color: #fff;
  background: #3f63ff;
}
::selection {
  color: #fff;
  background: #3f63ff;
}
#breadcrumbs {
  display: none;
}
#cookie-notice {
  z-index: 10000 !important;
  background-color: #2032bf !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
}
.cookie-notice-container {
  padding: 7px 20px !important;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 1.8rem;
  color: #3f63ff;
  border: 2px solid #fff;
  text-align: center;
  padding: 0 20px;
  background: #fff;
  height: 45px;
  line-height: 41px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:hover {
  background: #2032bf;
  color: #fff;
  border: 2px solid #2032bf;
}
.toggleForm {
  display: none;
}
#burger {
  display: none;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.active .bar2 {
  opacity: 0;
}
.active .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
#hdrLggd {
  width: 150px;
  background-color: #3f63ff;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hdrLggd .logo {
  max-width: 100px;
  margin: 0 auto;
}
#hdrLggd .logo a {
  display: block;
  width: 100px;
}
#hdrLggd .logo img {
  max-width: 100px;
  width: 100%;
}
#hdrLggd nav ul li {
  margin-bottom: 120px;
}
#hdrLggd nav ul li a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#hdrLggd nav ul li a svg {
  fill: #fff;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hdrLggd nav ul li a span {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
#hdrLggd nav ul li a:hover {
  opacity: 0.4;
}
#hdrLggd nav ul li:last-child {
  margin-bottom: 0;
}
#hdrLggd nav ul li:nth-child(1) a svg {
  width: 54px;
  height: 46px;
}
#hdrLggd nav ul li:nth-child(2) a svg {
  width: 42px;
  height: 42px;
}
#hdrLggd nav ul li:nth-child(3) a svg {
  width: 51px;
  height: 44px;
}
#hdrNtLggd {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hdrNtLggd .logo a {
  display: block;
  width: 220px;
}
#hdrNtLggd .logo img {
  width: 100%;
}
#hdrNtLggd .fbIcon svg {
  margin: 0;
}
#loginStatus {
  position: absolute;
  z-index: 10000;
  top: 80px;
  right: 30px;
  background: #3f63ff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  box-shadow: 9px 11px 35.34px 2.66px rgba(23, 42, 123, 0.5);
}
#loginStatus .imgUser {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
#loginStatus .imgUser img {
  margin: 0;
  max-height: 100%;
}
#loginStatus .infosUser {
  padding-right: 50px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#loginStatus .infosUser span {
  display: block;
}
#loginStatus .infosUser .societyUser {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8rem;
}
#loginStatus .infosUser .nameUser {
  font-size: 1.6rem;
}
#loginStatus .infosUser a {
  text-decoration: underline;
  font-size: 13px;
  letter-spacing: 0.05em;
}
#loginStatus .logoutmobile {
  display: none;
}
.ftr {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  height: 100vh;
  width: 150px;
  padding: 40px;
}
.ftr .copyright {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
}
#ftrNotLogged {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#ftrLogged {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #3f63ff;
}
#ftrLogged .copyright {
  margin: 0 10px 40px 0;
}
.fbIcon svg {
  width: 60px;
  height: 60px;
  fill: #fff;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.fbIcon:hover svg {
  fill: #2032bf;
}
#hmpg #hmpgNotlogged {
  width: 100%;
  min-height: 100vh;
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/bkgd.jpg) no-repeat center center;
  background-size: cover;
}
#hmpg #hmpgNotlogged .loginForm {
  max-width: 400px;
  width: 100%;
}
#hmpg #hmpgNotlogged .loginForm .logoLogin {
  margin-bottom: 70px;
  text-align: center;
}
#hmpg #hmpgNotlogged .loginForm .logoLogin img {
  max-width: 400px;
  width: 100%;
}
#hmpg #hmpgNotlogged .loginForm .adhereBtn {
  margin-top: 100px;
  display: block;
}
#hmpg #hmpgNotlogged .loginForm .form .log_forms {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#hmpg #hmpgNotlogged .loginForm .form .log-form-group {
  padding: 0;
  margin-bottom: 20px;
}
#hmpg #hmpgNotlogged .loginForm .form .error_wid_login {
  margin-bottom: 20px;
}
#hmpg #hmpgNotlogged .loginForm .form .close_button_ap {
  top: 5px;
}
#hmpg #hmpgNotlogged .loginForm .form .extra-links {
  text-align: right;
  text-decoration: underline;
  font-size: 1.4rem;
}
#hmpg #hmpgNotlogged .loginForm .form .extra-links a:hover {
  color: #2032bf;
}
#hmpg #hmpgNotlogged .loginForm .form .remember {
  font-size: 1.4rem;
  text-align: center;
}
#hmpg #hmpgNotlogged .loginForm .form .remember label {
  display: inline-block;
  margin-right: 10px;
  color: #3f63ff;
  font-size: 1.2rem;
}
#hmpg #hmpgNotlogged .loginForm .form label {
  display: none;
}
#hmpg #hmpgNotlogged .loginForm .form .lw-error {
  font-size: 1.3rem;
  margin-top: 5px;
  display: block;
  color: #ff7b7b;
}
#hmpg #hmpgNotlogged .loginForm .form input.lw-error {
  border: 2px solid #ff7b7b !important;
}
#hmpg #hmpgNotlogged .loginForm .form input[type="text"],
#hmpg #hmpgNotlogged .loginForm .form input[type="password"] {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: 0 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #f1f1f1;
  background-color: #f1f1f1;
  outline: 0;
  padding: 0 20px !important;
  margin: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hmpg #hmpgNotlogged .loginForm .form input[type="text"]:focus,
#hmpg #hmpgNotlogged .loginForm .form input[type="text"]:hover,
#hmpg #hmpgNotlogged .loginForm .form input[type="password"]:focus,
#hmpg #hmpgNotlogged .loginForm .form input[type="password"]:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
}
#hmpg #hmpgNotlogged .loginForm .form input[type="submit"] {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #3f63ff;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #3f63ff;
  outline: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
}
#hmpg #hmpgNotlogged .loginForm .form input[type="submit"]:hover {
  background-color: #2032bf;
  border: 2px solid #2032bf;
  color: #fff;
}
#hmpg #hmpgNotlogged .loginForm .form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
}
#hmpg #hmpgNotlogged .loginForm .form ::-moz-placeholder {
  color: #fff;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
}
#hmpg #hmpgNotlogged .loginForm .form :-ms-input-placeholder {
  color: #fff;
  line-height: 50px;
  font-size: 1.8rem;
  text-align: center;
}
#hmpg #hmpgNotlogged .loginForm .form :-moz-placeholder {
  color: #fff;
  line-height: 50px;
  font-size: 1.8rem;
  text-align: center;
}
#hmpg #hmpgLogged {
  margin: 0 150px;
  background-color: #fff;
}
#hmpg #hmpgLogged header {
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/header.jpg) no-repeat center center;
  background-size: cover;
}
#hmpg #hmpgLogged header .logoLogged {
  max-width: 260px;
  width: 100%;
  text-align: center;
  margin-right: 40px;
}
#hmpg #hmpgLogged header .logoLogged img {
  max-width: 260px;
  width: 100%;
}
#hmpg #hmpgLogged header .logoFFB {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin-left: 40px;
}
#hmpg #hmpgLogged header .logoFFB img {
  max-width: 300px;
  width: 100%;
}
#hmpg #hmpgLogged .formsCtn {
  box-shadow: -8px -15px 62px 0 rgba(13, 13, 13, 0.46);
  padding: 60px 40px;
}
#hmpg #hmpgLogged .formsCtn .title svg {
  display: block;
  margin: 0 auto;
  fill: #3f63ff;
  width: 34px;
  height: 50px;
}
#hmpg #hmpgLogged .formsCtn .title h1 {
  text-align: center;
  text-transform: uppercase;
  color: #3f63ff;
  font-weight: 800;
  line-height: 1;
  margin-top: 10px;
}
#hmpg #hmpgLogged .formsCtn .title h1 span {
  display: block;
}
#hmpg #hmpgLogged .formsCtn .title h1 span:nth-child(1) {
  font-size: 3.7rem;
}
#hmpg #hmpgLogged .formsCtn .title h1 span:nth-child(2) {
  font-size: 4.4rem;
}
#hmpg #hmpgLogged .formsCtn > ul {
  max-width: 1300px;
  margin: 80px auto 50px;
  display: flex;
  flex-wrap: wrap;
}
#hmpg #hmpgLogged .formsCtn > ul li {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
}
#hmpg #hmpgLogged .formsCtn > ul li a {
  display: block;
  background: #3f63ff;
  height: 400px;
  padding: 60px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #3f63ff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hmpg #hmpgLogged .formsCtn > ul li a svg {
  display: block;
  fill: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hmpg #hmpgLogged .formsCtn > ul li a h2 {
  font-weight: 700;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-top: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hmpg #hmpgLogged .formsCtn > ul li a:hover {
  background: #fff;
}
#hmpg #hmpgLogged .formsCtn > ul li a:hover svg {
  fill: #3f63ff;
}
#hmpg #hmpgLogged .formsCtn > ul li a:hover h2 {
  color: #3f63ff;
}
#hmpg #hmpgLogged .formsCtn > ul li:nth-child(1) a svg {
  width: 34px;
  height: 50px;
}
#hmpg #hmpgLogged .formsCtn > ul li:nth-child(2) a svg {
  width: 43px;
  height: 46px;
}
#hmpg #hmpgLogged .formsCtn > ul li:nth-child(3) a svg {
  width: 57px;
  height: 57px;
}
#hmpg #hmpgLogged .formsCtn > ul li:nth-child(4) a svg {
  width: 36px;
  height: 46px;
}
#hmpg #hmpgLogged .formsCtn > ul li:nth-child(5) a svg {
  width: 50px;
  height: 50px;
}
#hmpg #hmpgLogged .formsCtn > ul li:nth-child(6) a svg {
  width: 60px;
  height: 59px;
}
#hmpg #hmpgLogged .formsCtn .docForm {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto 100px;
}
#hmpg #hmpgLogged .formsCtn .docForm a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #2032bf;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #2032bf;
  padding: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hmpg #hmpgLogged .formsCtn .docForm a svg {
  fill: #fff;
  width: 40px;
  height: 55px;
  margin-right: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hmpg #hmpgLogged .formsCtn .docForm a span {
  display: block;
}
#hmpg #hmpgLogged .formsCtn .docForm a span h2 {
  font-weight: 700;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hmpg #hmpgLogged .formsCtn .docForm a span p {
  color: #fff;
  font-size: 2.4rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hmpg #hmpgLogged .formsCtn .docForm a:hover {
  background: #fff;
}
#hmpg #hmpgLogged .formsCtn .docForm a:hover svg {
  fill: #2032bf;
}
#hmpg #hmpgLogged .formsCtn .docForm a:hover h2,
#hmpg #hmpgLogged .formsCtn .docForm a:hover p {
  color: #2032bf;
}
#srchFrm {
  margin: 0 150px;
  background-color: #fff;
  padding: 50px 40px 350px;
  min-height: 100vh;
}
#srchFrm section {
  max-width: 1400px;
  margin: 0 auto;
}
#srchFrm section .title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 120px;
}
#srchFrm section .title svg {
  fill: #3f63ff;
  display: block;
  margin-right: 15px;
}
#srchFrm section .title svg.icoForm1 {
  width: 34px;
  height: 51px;
}
#srchFrm section .title svg.icoForm2 {
  width: 43px;
  height: 46px;
}
#srchFrm section .title svg.icoForm3 {
  width: 57px;
  height: 57px;
}
#srchFrm section .title svg.icoForm4 {
  width: 36px;
  height: 46px;
}
#srchFrm section .title svg.icoForm5 {
  width: 50px;
  height: 50px;
}
#srchFrm section .title svg.icoForm6 {
  width: 60px;
  height: 59px;
}
#srchFrm section .title .text {
  color: #3f63ff;
}
#srchFrm section .title .text h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8rem;
}
#srchFrm section .title .text span {
  display: inline-flex;
  background: #3f63ff;
  padding: 12px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 5px;
}
#srchFrm section .title a.returnHome {
  position: absolute;
  top: 10px;
  left: -130px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f63ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#srchFrm section .title a.returnHome svg {
  fill: #fff;
  width: 35px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
#srchFrm section .title a.returnHome:hover {
  background-color: #2032bf;
}
#srchFrm section .formCtn h2 {
  color: #3f63ff;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 40px;
}
#srchFrm section .formCtn .submit {
  text-align: center;
  margin-top: 60px;
}
#srchFrm section .formCtn .submit .fwp-submit {
  display: inline-block;
  border: 2px solid #2032bf;
  max-width: 400px;
  width: 100%;
  height: 60px;
  line-height: 56px;
  color: #2032bf;
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#srchFrm section .formCtn .submit .fwp-submit:hover {
  color: #fff;
}
#srchFrm section .formCtn .formField {
  margin-bottom: 40px;
  width: 100%;
}
#srchFrm section .formCtn .facetwp-facet {
  position: relative;
  margin: 0;
}
#srchFrm section .formCtn .reset {
  display: inline-block;
  float: right;
  font-style: italic;
  font-size: 1.2rem;
  text-decoration: underline;
  color: #3f63ff;
  text-align: right;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 20px;
}
#srchFrm section .formCtn .reset:hover {
  color: #000;
}
#srchFrm section .formCtn .facetwp-type-fselect .fs-dropdown,
#srchFrm section .formCtn .facetwp-type-fselect .fs-wrap {
  width: 100%;
}
#srchFrm section .formCtn .fs-label-wrap {
  background: #3f63ff;
  border: 0;
  outline: 0;
  height: 80px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  cursor: pointer;
}
#srchFrm section .formCtn .fs-arrow {
  right: 35px;
  border: 0;
  background: url(../img/icPlus.svg) no-repeat center center;
  width: 20px;
  height: 100%;
  background-size: 100%;
}
#srchFrm section .formCtn .fs-open .fs-arrow {
  transform: rotate(-135deg);
}
#srchFrm section .formCtn .fs-open .fs-label-wrap {
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
}
#srchFrm section .formCtn .fs-label-wrap .fs-label {
  line-height: 80px;
  padding: 0 40px;
  font-weight: 600;
  font-size: 2rem;
}
#srchFrm section .formCtn .fs-arrow:focus,
#srchFrm section .formCtn .fs-label-wrap .fs-label:focus,
#srchFrm section .formCtn .fs-label-wrap:focus,
#srchFrm section .formCtn .fs-wrap:focus {
  outline: 0;
}
#srchFrm section .formCtn .facetwp-type-fselect .fs-dropdown {
  margin-top: 0;
  background-color: #3f63ff;
  padding: 0 40px 40px;
  border: 0;
  min-height: 100px;
  -webkit-border-radius: 0 0 40px 40px;
  border-radius: 0 0 40px 40px;
}
#srchFrm section .formCtn .facetwp-type-fselect .fs-dropdown .fs-search {
  padding: 0;
  margin-bottom: 25px;
  border: 0;
}
#srchFrm section .formCtn .facetwp-type-fselect .fs-dropdown .fs-search input {
  height: 50px;
  padding: 0 25px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  box-shadow: -2px 0 8px 0 rgba(21, 40, 125, 0.36) inset;
  font-size: 1.8rem;
}
#srchFrm
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option.selected
  .fs-checkbox
  i {
  background: #fff url(../img/check.png) no-repeat center center;
  background-size: 80%;
}
#srchFrm section .formCtn .facetwp-type-fselect .fs-dropdown .fs-options {
  max-height: 400px;
}
#srchFrm
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option.disabled {
  opacity: 0.3;
}
#srchFrm section .formCtn .facetwp-type-fselect .fs-dropdown .fs-option.hidden {
  display: none;
}
#srchFrm
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option:nth-child(1) {
  margin: 0 0 15px;
}
#srchFrm
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option:last-child {
  margin: 15px 0 0;
}
#srchFrm section .formCtn .facetwp-type-fselect .fs-dropdown .fs-option {
  border: 0;
  padding: 0;
  font-size: 1.8rem;
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#srchFrm
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option
  .fs-checkbox {
  position: static;
  margin-right: 20px;
}
#srchFrm
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option
  .fs-checkbox
  i {
  position: static;
  display: block;
  border: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#srchFrm section .formCtn .facetwp-checkbox {
  background: #3f63ff url(../img/case.png) no-repeat 30px center;
  background-size: 30px;
  border: 0;
  outline: 0;
  height: 80px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  cursor: pointer;
  line-height: 80px;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 80px;
}
#srchFrm section .formCtn .facetwp-checkbox.checked {
  background: #3f63ff url(../img/case-ok.png) no-repeat 30px center;
  background-size: 30px;
}
#listing {
  margin: 0 150px;
  background-color: #fff;
  min-height: 100vh;
  color: #3f63ff;
}
#listing section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#listing section .titleResults {
  width: 75%;
  min-height: 100vh;
  padding-top: 80px;
}
#listing section .titleResults .title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 0 100px 100px 300px;
}
#listing section .titleResults .title svg {
  fill: #3f63ff;
  display: block;
  margin-right: 15px;
  margin-bottom: 28px;
}
#listing section .titleResults .title svg.icoForm1 {
  width: 34px;
  height: 51px;
}
#listing section .titleResults .title svg.icoForm2 {
  width: 43px;
  height: 46px;
}
#listing section .titleResults .title svg.icoForm3 {
  width: 57px;
  height: 57px;
}
#listing section .titleResults .title svg.icoForm4 {
  width: 36px;
  height: 46px;
}
#listing section .titleResults .title svg.icoForm5 {
  width: 50px;
  height: 50px;
}
#listing section .titleResults .title svg.icoForm6 {
  width: 60px;
  height: 59px;
}
#listing section .titleResults .title .text {
  color: #3f63ff;
}
#listing section .titleResults .title .text h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8rem;
}
#listing section .titleResults .title .text h3 {
  font-weight: 600;
  font-size: 1.7rem;
  margin-left: 20px;
  margin-top: 8px;
}
#listing section .titleResults .title .text span {
  display: inline-flex;
  background: #3f63ff;
  padding: 12px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 5px;
}
#listing section .titleResults .title a.returnHome {
  position: absolute;
  top: 10px;
  left: -130px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f63ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#listing section .titleResults .title a.returnHome svg {
  fill: #fff;
  width: 35px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
#listing section .titleResults .title a.returnHome:hover {
  background-color: #2032bf;
}
#listing section .titleResults .resultsList > h2 {
  margin: 0 100px 40px 300px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3.6rem;
}
#listing section .titleResults .resultsList article {
  width: 100%;
}
#listing section .titleResults .resultsList article a {
  display: block;
  color: #3f63ff;
  padding: 0 100px 0 300px;
}
#listing section .titleResults .resultsList article a .cntr {
  border-bottom: 1px solid #3f63ff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
#listing section .titleResults .resultsList article a .frst {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#listing section .titleResults .resultsList article a .frst .imgLogo {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
#listing section .titleResults .resultsList article a .frst .imgLogo img {
  margin: 0;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
#listing section .titleResults .resultsList article a .frst h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 5px;
}
#listing section .titleResults .resultsList article a .frst p {
  font-size: 1.8rem;
  font-weight: 600;
}
#listing section .titleResults .resultsList article a .scnd {
  display: flex;
  justify-content: center;
  align-items: center;
}
#listing section .titleResults .resultsList article a .scnd .nameContact {
  margin-right: 60px;
  background: #f7f7f7;
  padding: 15px 45px;
  min-width: 400px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  color: #3f63ff !important;
}
#listing section .titleResults .resultsList article a .scnd .nameContact h2,
#listing section .titleResults .resultsList article a .scnd .nameContact p {
  font-weight: 600;
}
#listing section .titleResults .resultsList article a .scnd .nameContact h2 {
  font-size: 1.8rem;
  margin-bottom: 3px;
}
#listing section .titleResults .resultsList article a .scnd .nameContact p {
  font-size: 1.6rem;
}
#listing section .titleResults .resultsList article a .scnd .seemore {
  width: 35px;
  height: 20px;
  fill: #3f63ff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#listing section .titleResults .resultsList article a:hover {
  background: #3f63ff;
  color: #fff;
}
#listing section .titleResults .resultsList article a:hover .seemore {
  fill: #fff;
}
#listing section .titleResults .resultsList article a:hover .scnd .nameContact {
  color: #3f63ff !important;
}
#listing section .titleResults .resultsList .facetwp-template {
  margin-bottom: 70px;
}
#listing section .titleResults .resultsList .facetwp-pager {
  text-align: center;
  margin: 0 100px 60px 300px;
}
#listing section .titleResults .resultsList .facetwp-pager a {
  padding: 10px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 1.8rem;
  background: #3f63ff;
  border: 1px solid #3f63ff;
  margin: 0 10px;
}
#listing section .titleResults .resultsList .facetwp-pager a:hover {
  background: #2032bf;
  color: #fff;
}
#listing section .titleResults .resultsList .facetwp-pager a.active {
  background: #fff;
  color: #3f63ff;
}
#listing section .formCtn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
  width: 25%;
  background: #f0f0f0;
  padding: 260px 40px 40px;
}
#listing section .formCtn .submit {
  text-align: center;
  margin-top: 60px;
}
#listing section .formCtn .submit .fwp-submit {
  display: inline-block;
  border: 2px solid #2032bf;
  max-width: 100%;
  width: 100%;
  height: 60px;
  line-height: 56px;
  color: #2032bf;
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: 0 0;
}
#listing section .formCtn .submit .fwp-submit:hover {
  color: #fff;
  background: #2032bf;
}
#listing section .formCtn .formField {
  margin-bottom: 30px;
  width: 100%;
}
#listing section .formCtn .facetwp-facet {
  position: relative;
  margin: 0;
}
#listing section .formCtn .reset {
  display: inline-block;
  float: right;
  font-style: italic;
  font-size: 1.2rem;
  text-decoration: underline;
  color: #3f63ff;
  text-align: right;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 20px;
}
#listing section .formCtn .reset:hover {
  color: #000;
}
#listing section .formCtn .facetwp-type-fselect .fs-dropdown,
#listing section .formCtn .facetwp-type-fselect .fs-wrap {
  width: 100%;
}
#listing section .formCtn .fs-label-wrap {
  background: #3f63ff;
  border: 0;
  outline: 0;
  height: 60px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  cursor: pointer;
}
#listing section .formCtn .fs-arrow {
  right: 25px;
  border: 0;
  background: url(../img/icPlus.svg) no-repeat center center;
  width: 17px;
  height: 100%;
  background-size: 100%;
}
#listing section .formCtn .fs-open .fs-arrow {
  transform: rotate(-135deg);
}
#listing section .formCtn .fs-open .fs-label-wrap {
  -webkit-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}
#listing section .formCtn .fs-label-wrap .fs-label {
  line-height: 60px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 1.6rem;
}
#listing section .formCtn .fs-arrow:focus,
#listing section .formCtn .fs-label-wrap .fs-label:focus,
#listing section .formCtn .fs-label-wrap:focus,
#listing section .formCtn .fs-wrap:focus {
  outline: 0;
}
#listing section .formCtn .facetwp-type-fselect .fs-dropdown {
  margin-top: 0;
  background-color: #3f63ff;
  padding: 0 30px 30px;
  border: 0;
  min-height: 100px;
  -webkit-border-radius: 0 0 32px 32px;
  border-radius: 0 0 32px 32px;
}
#listing section .formCtn .facetwp-type-fselect .fs-dropdown .fs-search {
  padding: 0;
  margin-bottom: 25px;
  border: 0;
}
#listing section .formCtn .facetwp-type-fselect .fs-dropdown .fs-search input {
  height: 50px;
  padding: 0 25px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  box-shadow: -2px 0 8px 0 rgba(21, 40, 125, 0.36) inset;
  font-size: 1.6rem;
}
#listing
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option.selected
  .fs-checkbox
  i {
  background: #fff url(../img/check.png) no-repeat center center;
  background-size: 80%;
}
#listing section .formCtn .facetwp-type-fselect .fs-dropdown .fs-options {
  max-height: 400px;
}
#listing
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option.disabled {
  opacity: 0.3;
}
#listing section .formCtn .facetwp-type-fselect .fs-dropdown .fs-option.hidden {
  display: none;
}
#listing
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option:nth-child(1) {
  margin: 0 0 15px;
}
#listing
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option:last-child {
  margin: 15px 0 0;
}
#listing section .formCtn .facetwp-type-fselect .fs-dropdown .fs-option {
  border: 0;
  padding: 0;
  font-size: 1.4rem;
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#listing
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option
  .fs-checkbox {
  position: static;
  margin-right: 10px;
  width: auto;
}
#listing
  section
  .formCtn
  .facetwp-type-fselect
  .fs-dropdown
  .fs-option
  .fs-checkbox
  i {
  position: static;
  display: block;
  border: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#listing section .formCtn .facetwp-checkbox {
  background: #3f63ff url(../img/case.png) no-repeat 25px center;
  background-size: 25px;
  border: 0;
  outline: 0;
  height: 60px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  cursor: pointer;
  line-height: 60px;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 70px;
}
#listing section .formCtn .facetwp-checkbox.checked {
  background: #3f63ff url(../img/case-ok.png) no-repeat 25px center;
  background-size: 25px;
}
#ficheDetail {
  margin: 0 150px;
  background-color: #fff;
  min-height: 100vh;
  color: #3f63ff;
}
#ficheDetail section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#ficheDetail section .subTitleDetail {
  display: inline-flex;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  padding: 4px 20px;
  background-color: #3f63ff;
  margin-bottom: 30px;
}
#ficheDetail section .infosDetail {
  width: 75%;
  min-height: 100vh;
  padding: 80px 0 150px;
}
#ficheDetail section .infosDetail .infosCtn {
  margin: 0 100px 0 300px;
  position: relative;
}
#ficheDetail section .infosDetail .infosCtn .titleDetail {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 60px;
}
#ficheDetail section .infosDetail .infosCtn .titleDetail .imgLogo {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
}
#ficheDetail section .infosDetail .infosCtn .titleDetail .imgLogo img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  width: 100%;
  height: 100%;
}
#ficheDetail section .infosDetail .infosCtn .titleDetail .nameDetail h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3.4rem;
}
#ficheDetail section .infosDetail .infosCtn .titleDetail .nameDetail p {
  font-weight: 600;
  font-size: 3rem;
}
#ficheDetail section .infosDetail .infosCtn .descDetail {
  margin-bottom: 60px;
}
#ficheDetail section .infosDetail .infosCtn .descDetail div.para {
  font-size: 1.7rem;
  line-height: 1.8;
}
#ficheDetail section .infosDetail .infosCtn .descDetail div.para p {
  margin-bottom: 20px;
}
#ficheDetail section .infosDetail .infosCtn .geoDetail .ctnMap {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
#ficheDetail section .infosDetail .infosCtn .geoDetail .ctnMap #map {
  width: 100%;
  height: 600px;
}
#ficheDetail section .infosDetail .infosCtn a.returnBack {
  position: absolute;
  top: 10px;
  left: -130px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f63ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#ficheDetail section .infosDetail .infosCtn a.returnBack svg {
  fill: #fff;
  width: 35px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
#ficheDetail section .infosDetail .infosCtn a.returnBack:hover {
  background-color: #2032bf;
}
#ficheDetail section .sidebarDetail {
  color: #fff;
  width: 25%;
  background: #f0f0f0;
  padding: 260px 40px 40px;
  color: #3f63ff;
}
#ficheDetail section .sidebarDetail .contact h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
#ficheDetail section .sidebarDetail .contact p {
  font-size: 1.6rem;
  font-weight: 600;
}
#ficheDetail section .sidebarDetail .contact .emailWebsite a,
#ficheDetail section .sidebarDetail .contact .tel a {
  display: flex;
  align-items: center;
  color: #3f63ff;
  font-size: 1.9rem;
  margin-bottom: 10px;
}
#ficheDetail section .sidebarDetail .contact .emailWebsite a svg,
#ficheDetail section .sidebarDetail .contact .tel a svg {
  fill: #3f63ff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 15px;
}
#ficheDetail section .sidebarDetail .contact .emailWebsite a span,
#ficheDetail section .sidebarDetail .contact .tel a span {
  display: block;
}
#ficheDetail section .sidebarDetail .contact .emailWebsite a:hover,
#ficheDetail section .sidebarDetail .contact .tel a:hover {
  color: #2032bf;
}
#ficheDetail section .sidebarDetail .contact .emailWebsite a:hover svg,
#ficheDetail section .sidebarDetail .contact .tel a:hover svg {
  fill: #2032bf;
}
#ficheDetail section .sidebarDetail .contact .tel {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3f63ff;
}
#ficheDetail section .sidebarDetail .contact .tel a.telFixe svg {
  width: 22px;
  height: 19px;
}
#ficheDetail section .sidebarDetail .contact .tel a.telPort svg {
  width: 22px;
  height: 26px;
}
#ficheDetail section .sidebarDetail .contact .emailWebsite {
  margin-top: 20px;
}
#ficheDetail section .sidebarDetail .contact .emailWebsite a.email svg {
  width: 22px;
  height: 19px;
}
#ficheDetail section .sidebarDetail .contact .emailWebsite a.website svg {
  width: 22px;
  height: 17px;
}
#ficheDetail section .sidebarDetail .contact .socials {
  margin-top: 30px;
}
#ficheDetail section .sidebarDetail .contact .socials ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#ficheDetail section .sidebarDetail .contact .socials ul svg {
  fill: #3f63ff;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#ficheDetail section .sidebarDetail .contact .socials ul li {
  margin-right: 20px;
}
#ficheDetail section .sidebarDetail .contact .socials ul a:hover svg {
  fill: #2032bf;
}
#ficheDetail section .sidebarDetail .adresseContact p,
#ficheDetail section .sidebarDetail .raisonSociale p,
#ficheDetail section .sidebarDetail .siret p {
  font-size: 1.8rem;
}
#ficheDetail section .sidebarDetail .adresseContact,
#ficheDetail section .sidebarDetail .contact,
#ficheDetail section .sidebarDetail .raisonSociale,
#ficheDetail section .sidebarDetail .siret {
  margin-bottom: 80px;
}
#baseDoc {
  margin: 0 150px;
  background-color: #fff;
  min-height: 100vh;
  color: #3f63ff;
}
#baseDoc section {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
#baseDoc section .titleResults {
  padding: 80px 0;
}
#baseDoc section .titleResults .title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 100px;
}
#baseDoc section .titleResults .title svg {
  fill: #3f63ff;
  display: block;
  margin-right: 15px;
  width: 40px;
  height: 55px;
}
#baseDoc section .titleResults .title .text {
  color: #3f63ff;
}
#baseDoc section .titleResults .title .text h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8rem;
}
#baseDoc section .titleResults .title .text h3 {
  font-weight: 600;
  font-size: 1.7rem;
  margin-left: 20px;
  margin-top: 8px;
}
#baseDoc section .titleResults .title .text span {
  display: inline-flex;
  background: #3f63ff;
  padding: 12px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 5px;
}
#baseDoc section .titleResults .title a.returnHome {
  position: absolute;
  top: 10px;
  left: -130px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f63ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#baseDoc section .titleResults .title a.returnHome svg {
  fill: #fff;
  width: 35px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
#baseDoc section .titleResults .title a.returnHome:hover {
  background-color: #2032bf;
}
#baseDoc section .titleResults .resultsList > svg {
  fill: #3f63ff;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 55px;
}
#baseDoc section .titleResults .resultsList > h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3.6rem;
}
#baseDoc section .titleResults .resultsList .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#baseDoc section .titleResults .resultsList article {
  width: 50%;
  padding: 0 20px;
  height: 350px;
  margin-bottom: 40px;
}
#baseDoc section .titleResults .resultsList article div {
  background: #3f63ff;
  padding: 40px;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#baseDoc section .titleResults .resultsList article div svg {
  fill: #fff;
  width: 42px;
  height: 50px;
}
#baseDoc section .titleResults .resultsList article div h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
#baseDoc section .titleResults .resultsList article div a {
  background-color: #3f63ff;
  color: #fff;
}
#baseDoc section .titleResults .resultsList article div a:hover {
  background-color: #2032bf;
}
#baseDoc section .titleResults .resultsList .pagination {
  text-align: center;
  margin: 40px 0 0;
}
#baseDoc section .titleResults .resultsList .pagination a,
#baseDoc section .titleResults .resultsList .pagination span {
  padding: 10px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 1.8rem;
  background: #3f63ff;
  border: 1px solid #3f63ff;
  margin: 0 10px;
  color: #fff;
}
#baseDoc section .titleResults .resultsList .pagination a:hover {
  background: #2032bf;
  color: #fff;
}
#baseDoc section .titleResults .resultsList .pagination span.current {
  background: #fff;
  color: #3f63ff;
}
#snglDoc {
  margin: 0 150px;
  background-color: #fff;
  min-height: 100vh;
  color: #3f63ff;
}
#snglDoc section {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
#snglDoc section .titleResults {
  padding: 80px 0;
}
#snglDoc section .titleResults .title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 100px;
}
#snglDoc section .titleResults .title svg {
  fill: #3f63ff;
  display: block;
  margin-right: 15px;
  width: 40px;
  height: 55px;
}
#snglDoc section .titleResults .title .text {
  color: #3f63ff;
}
#snglDoc section .titleResults .title .text h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8rem;
}
#snglDoc section .titleResults .title .text h3 {
  font-weight: 600;
  font-size: 1.7rem;
  margin-left: 20px;
  margin-top: 8px;
}
#snglDoc section .titleResults .title .text span {
  display: inline-flex;
  background: #3f63ff;
  padding: 12px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 5px;
}
#snglDoc section .titleResults .title a.returnHome {
  position: absolute;
  top: 10px;
  left: -110px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f63ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#snglDoc section .titleResults .title a.returnHome svg {
  fill: #fff;
  width: 35px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
#snglDoc section .titleResults .title a.returnHome:hover {
  background-color: #2032bf;
}
#snglDoc section .titleResults .resultsList > svg {
  fill: #3f63ff;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 55px;
}
#snglDoc section .titleResults .resultsList > h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3.6rem;
}
#snglDoc section .titleResults .resultsList .listDocs {
  margin-top: 60px;
}
#snglDoc section .titleResults .resultsList .listDocs article {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3f63ff;
  padding: 40px 20px;
}
#snglDoc section .titleResults .resultsList .listDocs article h2 {
  font-size: 2.2rem;
  font-weight: 800;
}
#snglDoc section .titleResults .resultsList .listDocs article .btn {
  background: #3f63ff;
  color: #fff;
}
#snglDoc section .titleResults .resultsList .listDocs article .btn:hover {
  background: #2032bf;
}
#snglDoc section .titleResults .resultsList .listDocs article:nth-child(1) {
  border-top: 1px solid #3f63ff;
}
#ctct {
  min-height: 100vh;
  background: url(../img/bkgd.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#ctct section {
  margin: 0 150px;
  display: flex;
  flex-direction: row;
  padding: 200px 150px;
}
#ctct section article#infosCtct {
  width: 33.33%;
  text-align: center;
}
#ctct section article#infosCtct .logo {
  max-width: 300px;
  margin: 0 auto 80px;
}
#ctct section article#infosCtct svg {
  fill: #fff;
  margin: 0 auto 20px;
  display: block;
}
#ctct section article#infosCtct .infs {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
#ctct section article#infosCtct .geoCtn svg {
  width: 21px;
  height: 30px;
}
#ctct section article#infosCtct .geoCtn h1 {
  font-weight: 700;
  font-size: 1.8rem;
}
#ctct section article#infosCtct .geoCtn .adresse {
  font-weight: 600;
}
#ctct section article#infosCtct .emailWebsiteCtn {
  font-weight: 600;
}
#ctct section article#infosCtct .emailWebsiteCtn svg {
  width: 28px;
  height: 23px;
}
#ctct section article#infosCtct .telephoneCtn {
  font-weight: 600;
}
#ctct section article#infosCtct .telephoneCtn svg {
  width: 26px;
  height: 26px;
}
#ctct section article#formCtct {
  width: 66.66%;
  margin-top: 120px;
}
#ctct section article#formCtct h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 4.4rem;
  margin-bottom: 40px;
}
#ctct section article#formCtct .form form .fieldsCtn {
  display: flex;
}
#ctct section article#formCtct .form form .half {
  width: 50%;
}
#ctct section article#formCtct .form form .left {
  padding-right: 20px;
}
#ctct section article#formCtct .form form .right {
  padding-left: 20px;
}
#ctct section article#formCtct .form form .submit {
  margin-top: 120px;
  text-align: center;
}
#ctct section article#formCtct .form form span {
  display: block;
}
#ctct section article#formCtct .form form label {
  display: none;
}
#ctct section article#formCtct .form form input[type="text"] {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: 0 0;
  color: #fff;
  font-size: 1.8rem;
  border: 2px solid #fff;
  outline: 0;
  padding: 0 20px;
  margin: 10px 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
#ctct section article#formCtct .form form input[type="text"]:focus,
#ctct section article#formCtct .form form input[type="text"]:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
}
#ctct section article#formCtct .form form textarea {
  width: 100%;
  height: 300px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  color: #3f63ff;
  font-size: 1.8rem;
  outline: 0;
  padding: 20px 20px 0;
  margin: 10px 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #fff;
  resize: vertical;
}
#ctct section article#formCtct .form form textarea:focus,
#ctct section article#formCtct .form form textarea:hover {
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.85);
}
#ctct section article#formCtct .form form input[type="submit"] {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  color: #3f63ff;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #fff;
  outline: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0 80px;
}
#ctct section article#formCtct .form form input[type="submit"]:hover {
  background-color: #2032bf;
  border: 2px solid #2032bf;
  color: #fff;
}
#ctct section article#formCtct .form form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.8rem;
  line-height: 50px;
}
#ctct section article#formCtct .form form input::-moz-placeholder {
  color: #fff;
  font-size: 1.8rem;
  line-height: 50px;
}
#ctct section article#formCtct .form form input:-ms-input-placeholder {
  color: #fff;
  line-height: 50px;
  font-size: 1.8rem;
}
#ctct section article#formCtct .form form input:-moz-placeholder {
  color: #fff;
  line-height: 50px;
  font-size: 1.8rem;
}
#ctct section article#formCtct .form form textarea:-moz-input-placeholder,
#ctct section article#formCtct .form form textarea:-ms-input-placeholder,
#ctct section article#formCtct .form form textarea::-moz-input-placeholder,
#ctct section article#formCtct .form form textarea::-webkit-input-placeholder {
  color: #3f63ff !important;
  line-height: auto;
}
#frgt {
  min-height: 100vh;
  background: url(../img/bkgd.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
#frgt section {
  max-width: 500px;
  width: 100%;
}
#frgt section h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 4.4rem;
  text-align: center;
}
#frgt section label {
  display: none;
}
#frgt section .forgot-pass-form-group {
  margin: 0;
}
#frgt section .forgot-text {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: center;
}
#frgt section .lw-error {
  font-size: 1.3rem;
  margin-top: 5px;
  display: block;
  color: #ff7b7b;
}
#frgt section .error_wid_login {
  margin-bottom: 20px;
}
#frgt section input.lw-error {
  border: 2px solid #ff7b7b !important;
}
#frgt section input[type="email"] {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: 0 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #fff;
  outline: 0;
  padding: 0 20px;
  margin: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#frgt section input[type="email"]:focus,
#frgt section input[type="email"]:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
}
#frgt section input[type="submit"] {
  height: 50px;
  width: 100%;
  margin: 30px 0 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  color: #3f63ff;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #fff;
  outline: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
}
#frgt section input[type="submit"]:hover {
  background-color: #2032bf;
  border: 2px solid #2032bf;
  color: #fff;
}
#frgt section ::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
}
#frgt section ::-moz-placeholder {
  color: #fff;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
}
#frgt section :-ms-input-placeholder {
  color: #fff;
  line-height: 50px;
  font-size: 1.8rem;
  text-align: center;
}
#frgt section :-moz-placeholder {
  color: #fff;
  line-height: 50px;
  font-size: 1.8rem;
  text-align: center;
}
#mntns {
  min-height: 100vh;
  background: url(../img/bkgd.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#mntns section {
  padding: 120px 300px;
  margin: 0 auto;
}
#mntns section h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 4.4rem;
}
#mntns section h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 3rem;
}
#mntns section h3 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2.2rem;
}
#mntns section p,
#mntns section ul {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
