.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
html {
  background: #b2b2b2;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  background: #f7f7f7;
  overflow: auto;
  overflow-x: hidden;
}
body .premium-link {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #fff;
  padding: 1rem 2rem;
  padding-left: 1.5rem;
  color: #41618d;
  box-shadow: 0 0 .7rem .2rem #a7d3fd;
  -webkit-box-shadow: 0 0 .7rem .2rem #a7d3fd;
  -moz-box-shadow: 0 0 .7rem .2rem #a7d3fd;
  -o-box-shadow: 0 0 .7rem .2rem #a7d3fd;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  z-index: 999;
  text-decoration: none !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body .premium-link:hover,
body .premium-link:focus {
  box-shadow: 0 0 1rem .5rem #a7d3fd;
  -webkit-box-shadow: 0 0 1rem .5rem #a7d3fd;
  -moz-box-shadow: 0 0 1rem .5rem #a7d3fd;
  -o-box-shadow: 0 0 1rem .5rem #a7d3fd;
}
body .premium-link img {
  margin-right: .7rem;
}
main {
  position: relative;
}
.container-special {
  width: 71.44%;
  margin: 0 auto;
}
a {
  color: #41618d;
  color: #7594bf;
  text-decoration: underline;
  transition: all 0.30s ease-in-out !important;
  -webkit-transition: all 0.30s ease-in-out !important;
  -moz-transition: all 0.30s ease-in-out !important;
  -o-transition: all 0.30s ease-in-out !important;
}
a:hover {
  color: #41618d;
  text-decoration: none;
  cursor: pointer;
}
a.go-back {
  display: block;
  padding: 1rem 1.5rem;
  color: #fff;
  background-color: #41618d;
  text-decoration: none;
  text-align: center;
}
a.go-back i {
  margin-right: .1rem;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
a.go-back:hover i,
a.go-back:focus i {
  margin-right: .3rem;
}
.bouton {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  background: #41618d;
  border: 2px solid #41618d;
  font-size: 20px;
  padding: 10px 40px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
}
.bouton:hover {
  background: none;
  color: #41618d;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-family: 'Raleway', sans-serif;
  color: #41618d;
  font-size: 34px;
  font-weight: normal;
}
h1 strong {
  display: block;
  font-weight: 600;
}
h2 {
  font-family: 'Raleway', sans-serif;
  color: #41618d;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  line-height: 20px;
}
h3 {
  font-family: 'Raleway', sans-serif;
  color: #41618d;
  font-weight: 500;
  font-size: 16px;
}
header {
  position: relative;
  z-index: 2;
}
header .logo {
  border-right: 1px solid #cdcdcd !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header .logo a {
  display: block;
}
header .logo a:after {
  display: none;
}
header .logo a img {
  transition: all .25s ease-in-out !important;
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
}
header .logo a:hover img {
  transform: scale(.95);
  opacity: .8;
}
header .search form {
  position: relative;
}
header .search form input {
  width: 100%;
  height: 55px;
  border: 1px solid #cdcdcd;
  text-align: center;
  padding: 5px 10px;
}
header .search form button {
  position: absolute;
  z-index: 1;
  height: 55px;
  top: 0;
  right: 0;
  border: none;
  background: none;
  color: #b2b2b2;
  transition: all .30s ease-in-out !important;
  -webkit-transition: all .30s ease-in-out !important;
  -moz-transition: all .30s ease-in-out !important;
  -o-transition: all .30s ease-in-out !important;
}
header .search form button:hover {
  color: #333333;
  cursor: pointer;
}
header .logo-mobile {
  display: none;
  margin-left: 15px;
  margin-bottom: 10px;
}
header .logo-mobile img {
  transition: all .25s ease-in-out !important;
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
}
header .logo-mobile:hover img {
  transform: scale(.95);
  opacity: .8;
}
.navigation-principale {
  width: 100%;
}
.navigation-principale > li {
  display: block;
  width: 14.28%;
  position: relative;
  background: #fff;
}
.navigation-principale > li.current-menu-item a:after {
  width: 100%;
  left: 0;
  right: 0;
}
.navigation-principale > li > a {
  display: block;
  color: #243c66;
  font-weight: bold;
  text-decoration: none;
}
.navigation-principale > li > a:after {
  content: '';
  background: #ff0000;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
.navigation-principale > li:hover a:after {
  width: 100%;
  left: 0;
  right: 0;
}
.navigation-principale > li:not(.search) {
  padding: 14px 10px;
  border: 1px solid #cdcdcd;
  border-right: 0;
}
.navigation-principale > li.offres {
  border-left: 0;
}
.navigation-principale > li.espace-pro {
  position: relative;
  background: #41618d;
  color: #fff;
}
.navigation-principale > li.espace-pro > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  box-shadow: 0px 0px 20px 0px rgba(65,97,141,0.2);
  z-index: 2;
}
.navigation-principale > li.espace-pro > ul > li > a {
  color: #41618d;
  padding: 10px 20px;
  display: block;
  background: #F7F7F7;
}
.navigation-principale > li.espace-pro > ul > li > a:hover {
  background: #e6e6e6;
  color: #666666;
}
.navigation-principale > li.espace-pro span i {
  margin-right: 10px;
}
.navigation-principale > li.espace-pro .formulaire,
.navigation-principale > li.espace-pro #pms_login,
.navigation-principale > li.espace-pro .pms-alert {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  background: #f7f7f7;
  padding: 10px;
  box-shadow: 0px 0px 20px 0px rgba(65,97,141,0.2);
  z-index: 2;
  color: #333333;
}
.navigation-principale > li.espace-pro .formulaire label,
.navigation-principale > li.espace-pro #pms_login label,
.navigation-principale > li.espace-pro .pms-alert label {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}
.navigation-principale > li.espace-pro .formulaire label input,
.navigation-principale > li.espace-pro #pms_login label input,
.navigation-principale > li.espace-pro .pms-alert label input {
  display: inline-block;
  width: auto;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  padding: 12px;
}
.navigation-principale > li.espace-pro .formulaire input,
.navigation-principale > li.espace-pro #pms_login input,
.navigation-principale > li.espace-pro .pms-alert input {
  width: 100%;
}
.navigation-principale > li.espace-pro .formulaire input[type=submit],
.navigation-principale > li.espace-pro #pms_login input[type=submit],
.navigation-principale > li.espace-pro .pms-alert input[type=submit] {
  background: #41618d;
  color: #fff;
  border: none;
  text-transform: uppercase;
}
.navigation-principale > li.espace-pro .formulaire input[type=submit]:hover,
.navigation-principale > li.espace-pro #pms_login input[type=submit]:hover,
.navigation-principale > li.espace-pro .pms-alert input[type=submit]:hover {
  background: #333333;
}
.navigation-principale > li.espace-pro:hover .formulaire,
.navigation-principale > li.espace-pro:hover > ul,
.navigation-principale > li.espace-pro:hover #pms_login,
.navigation-principale > li.espace-pro:hover .pms-alert {
  display: block;
}
.navigation-footer {
  display: flex;
}
.navigation-footer > div {
  width: 33.3%;
  border-left: 1px solid #fff;
}
.navigation-footer > div a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.navigation-footer > div a:hover,
.navigation-footer > div a.current-menu-item {
  color: #a7d3fd;
}
.copyright {
  position: relative;
}
.copyright a,
.copyright span {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
.copyright a:after,
.copyright span:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #1fafad;
  display: inline-block;
  margin: 0 4px 0 3px;
  position: relative;
  top: 1px;
}
.copyright a img,
.copyright span img {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -25px;
}
.copyright a:last-child:after,
.copyright span:last-child:after {
  display: none;
}
.copyright a:hover {
  color: #a7d3fd;
}
.menu-themes {
  width: 14.28%;
  background: #d5e0e6;
  list-style-type: none;
}
.menu-themes > li span {
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #41618d;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 30px;
  background: #d5e0e6;
  position: relative;
}
.menu-themes > li span:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  display: inline-block;
  float: right;
  font-weight: 900;
  margin-left: 10px;
}
.menu-themes > li span:after {
  content: '';
  background: #a6aeb2;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.menu-themes > li.actif span:before {
  content: '\f106';
}
.menu-themes > li.actif span:after {
  display: none;
}
.menu-themes > li.actif > ul {
  display: block;
}
.menu-themes > li .sous-menu {
  display: none;
  list-style-type: none;
  border-top: 2px solid #fff;
}
.menu-themes > li .sous-menu > li {
  border-bottom: 2px solid #fff;
}
.menu-themes > li .sous-menu > li a {
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #41618d;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  background: #e6e6e6;
  color: #666666;
  text-decoration: none;
}
.menu-themes > li .sous-menu > li a:hover {
  background: #41618d;
  color: #e6e6e6;
}
.menu-themes > li .sous-menu > li.current-menu-item a {
  background: #41618d;
  color: #e6e6e6;
}
.menu-themes > li .sous-menu > li.premium a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f023';
  display: inline-block;
  float: right;
  font-weight: 900;
  margin-left: 10px;
}
.btn-mobile {
  display: none;
  align-items: center;
  background: #41618d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 76px;
  line-height: 76px;
}
.btn-mobile i {
  margin-left: 10px;
}
.btn-mobile:hover {
  color: #fff;
  background: #a7d3fd;
}
.menu-mobile {
  display: none;
  background: #e6e6e6;
}
.menu-mobile > .container > ul {
  list-style-type: none;
}
.menu-mobile > .container > ul li {
  display: block;
  width: 100%;
  border-top: 2px solid #fff;
}
.menu-mobile > .container > ul li.current-menu-item a {
  background: #41618d;
  color: #fff;
}
.menu-mobile > .container > ul li.search {
  border-top: none;
}
.menu-mobile > .container > ul li.espace-pro {
  border-top: none;
}
.menu-mobile > .container > ul li.espace-pro a {
  color: #41618d;
  background: #d5e0e6;
}
.menu-mobile > .container > ul li a {
  text-decoration: none;
  color: #666666;
  padding: 14px 20px;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.menu-mobile > .container > ul li a:hover {
  background: #41618d;
  color: #fff;
}
.haut-de-page.avec_img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: -31px;
}
.haut-de-page.avec_img .titre {
  width: 14.28%;
  height: 277px;
  background: #41618d;
  margin-left: 14.28%;
  position: relative;
}
.haut-de-page.avec_img .titre > div {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
}
.haut-de-page.avec_img .titre > div h1 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  margin-bottom: 0 !important;
  width: 100%;
  padding: 0 15px;
}
body.home .haut-de-page {
  height: auto;
}
body.home .haut-de-page .txt-hdp {
  width: 39%;
  background: -moz-linear-gradient(top,rgba(255,255,255,0.6) 0%,#ffffff 32%,#ffffff 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0.6) 0%,#ffffff 32%,#ffffff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0.6) 0%,#ffffff 32%,#ffffff 100%);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border: 1px solid #fff;
}
body.home .haut-de-page .txt-hdp .sstitre {
  font-family: 'Raleway', sans-serif;
  color: #41618d;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
}
body.home .haut-de-page .txt-hdp .sstitre:after {
  content: '';
  background: #ff0000;
  width: 100px;
  height: 2px;
  display: block;
  margin-top: 20px;
}
body.home .haut-de-page .txt-hdp em {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 23px;
  font-weight: 300;
  color: #4272c1;
}
body.home .raccourcis {
  width: 71.44%;
  margin: auto;
}
body.home .raccourcis >.row > div {
  position: relative;
}
body.home .raccourcis >.row > div a {
  display: block;
  border-radius: 100%;
  margin: auto;
  box-shadow: inset 0px 8px 4px 0px rgba(65,97,141,0.2);
  padding: 30px;
  width: 217px;
  height: 217px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #41618d;
  background: #fff;
  font-size: 20px;
  line-height: 24px;
}
body.home .raccourcis >.row > div a:hover {
  background: #a7d3fd;
  color: #fff;
  box-shadow: 8px 0px 4px 0px rgba(65,97,141,0.2);
}
body.home .raccourcis >.row > div a > div {
  width: 100%;
}
body.home .raccourcis >.row > div a:after {
  content: '';
  background-image: url(../img/trait.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
body.home .raccourcis >.row > div:last-child a:after {
  display: none;
}
body.home .offre {
  width: 71.44%;
  margin: auto;
}
body.home .offre a {
  display: block;
  color: #fff;
  background: #a7d3fd;
  border-radius: 40px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 10px 70px;
  position: relative;
  font-size: 18px;
  box-shadow: inset 0px 4px 9px 0px rgba(65,97,141,0.41);
}
body.home .offre a:before,
body.home .offre a:after {
  content: '';
  position: absolute;
  background: url(../img/etoiles.png);
  width: 35px;
  height: 43px;
  top: 50%;
  margin-top: -21px;
}
body.home .offre a:before {
  left: 30px;
}
body.home .offre a:after {
  transform: rotateY(180deg);
  right: 30px;
}
body.home .offre a strong {
  display: block;
  font-weight: 900;
}
body.home .offre a:hover {
  background: #41618d;
  box-shadow: none;
}
body.home .offre a p {
  margin-bottom: 0;
}
body.home .illustration {
  content: '';
  position: absolute;
  bottom: -30px;
}
body.home .illustration.gauche {
  left: -80px;
}
body.home .illustration.droite {
  right: -80px;
}
.page-id-9 .main-page .container-special {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.page-id-9 .main-page .container-special .illustration {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.page-id-9 .main-page .societe {
  width: 70%;
}
.page-id-11 .main-page .offres,
.documents-template-default .main-page .offres {
  width: 70%;
  margin: auto;
}
.page-id-11 .main-page .offres > div .sub_prix,
.documents-template-default .main-page .offres > div .sub_prix {
  color: #b2b2b2;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.page-id-11 .main-page .offres > div.classique h2,
.documents-template-default .main-page .offres > div.classique h2 {
  background: #41618d;
}
.page-id-11 .main-page .offres > div.classique .prix,
.documents-template-default .main-page .offres > div.classique .prix {
  color: #41618d;
}
.page-id-11 .main-page .offres > div.classique .illustration,
.documents-template-default .main-page .offres > div.classique .illustration {
  position: absolute;
  left: -240px;
  top: 33%;
  z-index: 1;
}
.page-id-11 .main-page .offres > div.premium h2,
.documents-template-default .main-page .offres > div.premium h2 {
  background: #4472c4;
}
.page-id-11 .main-page .offres > div.premium .bouton,
.documents-template-default .main-page .offres > div.premium .bouton {
  background: #4472c4;
  border-color: #4472c4;
}
.page-id-11 .main-page .offres > div.premium .bouton:hover,
.documents-template-default .main-page .offres > div.premium .bouton:hover {
  background: none;
  color: #4472c4;
}
.page-id-11 .main-page .offres > div.premium .prix,
.documents-template-default .main-page .offres > div.premium .prix {
  color: #4472c4;
}
.page-id-11 .main-page .offres > div.premium .illustration,
.documents-template-default .main-page .offres > div.premium .illustration {
  position: absolute;
  right: -235px;
  top: 33%;
  z-index: 1;
}
.page-id-11 .main-page .offres > div.premium .newsletter,
.documents-template-default .main-page .offres > div.premium .newsletter {
  padding: 0 1rem;
}
.page-id-11 .main-page .offres > div.premium .newsletter .nf-before-form-content,
.documents-template-default .main-page .offres > div.premium .newsletter .nf-before-form-content {
  display: none;
}
.page-id-11 .main-page .offres > div.premium .newsletter .rgpd label,
.documents-template-default .main-page .offres > div.premium .newsletter .rgpd label {
  text-transform: none;
  text-align: left;
  font-size: .8rem;
  font-weight: 400;
}
.page-id-11 .main-page .offres > div > div,
.documents-template-default .main-page .offres > div > div {
  background: #fff;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(65,97,141,0.18);
}
.page-id-11 .main-page .offres > div > div h2,
.documents-template-default .main-page .offres > div > div h2 {
  padding: 20px 10px;
  border-bottom: none;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.page-id-11 .main-page .offres > div > div .prix,
.documents-template-default .main-page .offres > div > div .prix {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
}
.page-id-11 .main-page .offres > div > div .prix span,
.documents-template-default .main-page .offres > div > div .prix span {
  font-size: 66px;
  font-weight: 600;
}
.page-id-11 .main-page .offres > div > div ul,
.documents-template-default .main-page .offres > div > div ul {
  list-style-type: none;
}
.page-id-11 .main-page .offres > div > div ul li,
.documents-template-default .main-page .offres > div > div ul li {
  color: #324765;
  margin-bottom: 10px;
}
.documents-template-default .main-page .offres > div.classique .illustration {
  position: absolute;
  left: auto;
  top: auto;
  right: 93%;
  bottom: 8%;
  z-index: 1;
  width: 220px;
}
.documents-template-default .main-page .offres > div.premium .illustration {
  position: absolute;
  right: auto;
  top: auto;
  left: 95%;
  bottom: 3%;
  z-index: 1;
  width: 220px;
}
.documents-template-default .main-page .alert h2 {
  display: none;
}
.documents-template-default .main-page #pms_login label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .85rem;
}
.documents-template-default .main-page #pms_login input[type="text"],
.documents-template-default .main-page #pms_login input[type="password"] {
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  padding: 12px;
}
.documents-template-default .main-page #pms_login input[type="submit"] {
  color: #fff;
  background: #41618d;
  border: 2px solid #41618d;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
.documents-template-default .main-page #pms_login input[type="submit"]:hover {
  cursor: pointer;
  background: none;
  color: #41618d;
}
.documents-template-default .main-page #pms_login input[type="submit"]:focus {
  transform: scale(.95);
}
@media screen and (max-width: 1400px) {
  .documents-template-default .main-page .offres {
    width: 85%;
  }
  .documents-template-default .main-page .offres > div.premium .illustration,
  .documents-template-default .main-page .offres > div.classique .illustration {
    width: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .documents-template-default .main-page .offres {
    width: 100%;
  }
}
.page-id-13 .main-page .container-special,
.page-id-376 .main-page .container-special {
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-id-13 .main-page .container-special .informations a,
.page-id-376 .main-page .container-special .informations a {
  color: #41618d;
  font-size: 20px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.page-id-13 .main-page .container-special .informations a i,
.page-id-376 .main-page .container-special .informations a i {
  margin-right: 10px;
}
.page-id-13 .main-page .container-special .informations a:hover,
.page-id-376 .main-page .container-special .informations a:hover {
  color: #a7d3fd;
}
body.archive.tax-themes .haut-de-page.avec_img {
  background-size: contain;
}
body.post-type-archive-documents .main-page {
  position: relative;
}
body.post-type-archive-documents .main-page .container-special > .row {
  position: relative;
  z-index: 1;
}
body.post-type-archive-documents .main-page:before,
body.post-type-archive-documents .main-page:after {
  content: '';
  position: absolute;
  bottom: -30px;
  background-repeat: no-repeat;
}
body.post-type-archive-documents .main-page .illustration.gauche {
  left: 0;
}
body.post-type-archive-documents .main-page:after {
  background: url(../img/illustration-documents-d.png);
  width: 256px;
  height: 371px;
  right: 0;
}
body.post-type-archive-documents .theme .image {
  display: block;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
}
body.post-type-archive-documents .theme .image img {
  width: 100%;
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
body.post-type-archive-documents .theme .image:hover img {
  transform: scale(1.2);
  opacity: .6;
}
body.post-type-archive-documents .theme .titre {
  text-decoration: none;
  display: block;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(65,97,141,0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
body.post-type-archive-documents .theme .titre span {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #41618d;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.post-type-archive-documents .theme .titre:hover {
  background: #41618d;
}
body.post-type-archive-documents .theme .titre:hover span {
  color: #fff;
}
body.tax-themes .main-page,
body.single-documents .main-page {
  position: relative;
  display: flex;
  overflow: hidden;
}
body.tax-themes .main-page .illustration,
body.single-documents .main-page .illustration {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.tax-themes .main-page .container-special,
body.single-documents .main-page .container-special {
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
}
body.tax-themes .haut-de-page.avec_img .titre,
body.single-documents .haut-de-page.avec_img .titre {
  margin-left: 0;
}
body.single-documents .contenu .formulaire form {
  text-align: center;
  max-width: 400px;
  padding: 20px;
  margin: 15px auto;
  background: #e6e6e6;
}
body.single-documents .contenu .formulaire form label {
  display: block;
  color: #41618d;
  font-weight: 600;
  margin-bottom: 5px;
}
body.single-documents .contenu .formulaire form input[type="password"],
body.single-documents .contenu .formulaire form input[type="text"] {
  display: block;
  width: 100%;
}
body.single-documents .contenu .formulaire form input[type="submit"] {
  background: #41618d;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px;
}
body.single-documents .contenu .formulaire form input[type="submit"]:hover {
  background: #333333;
  cursor: pointer;
}
.popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1;
  align-items: center;
}
.popup.actif {
  display: flex;
}
.popup:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  opacity: .8;
  z-index: -1;
}
.popup .fermeture {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  margin: 5px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.popup .message {
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
.popup .message span {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.popup .message i {
  font-size: 30px;
  margin-bottom: 10px;
}
.popup .message p {
  font-size: 26px;
  line-height: 34px;
}
.popup .offres {
  width: 70%;
  margin: auto;
}
.popup .offres > div.classique h2 {
  background: #41618d;
}
.popup .offres > div.classique .sub_prix {
  color: #b2b2b2;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.popup .offres > div.classique .prix {
  color: #41618d;
}
.popup .offres > div.classique .illustration {
  position: absolute;
  left: -230px;
  top: 150px;
  z-index: 1;
}
.popup .offres > div.premium h2 {
  background: #4472c4;
}
.popup .offres > div.premium .bouton {
  background: #4472c4;
  border-color: #4472c4;
}
.popup .offres > div.premium .bouton:hover {
  background: none;
  color: #4472c4;
}
.popup .offres > div.premium .prix {
  color: #4472c4;
}
.popup .offres > div.premium .illustration {
  position: absolute;
  right: -235px;
  top: 150px;
  z-index: 1;
}
.popup .offres > div > div {
  background: #fff;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(65,97,141,0.18);
}
.popup .offres > div > div h2 {
  padding: 20px 10px;
  border-bottom: none;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.popup .offres > div > div .prix {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
}
.popup .offres > div > div .prix span {
  font-size: 66px;
  font-weight: 600;
}
.popup .offres > div > div ul {
  list-style-type: none;
}
.popup .offres > div > div ul li {
  color: #324765;
  margin-bottom: 10px;
}
body.search h1 span {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
body.search .main-page .container-special {
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
body.search .main-page .container-special .resultat {
  border-bottom: 1px solid #F7F7F7;
}
body.search .main-page .container-special .resultat h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}
body.search .main-page .container-special .resultat h2 a {
  color: #41618d;
  text-decoration: none;
}
body.search .main-page .container-special .resultat h2 a:hover {
  color: #333333;
  text-decoration: underline;
}
body.search .main-page .container-special .resultat .date {
  font-size: 14px;
  color: #b2b2b2;
}
body.search .main-page .container-special .resultat .lire {
  color: #b2b2b2;
  text-decoration: none;
  line-height: 20px;
}
body.search .main-page .container-special .resultat .lire i {
  color: #41618d;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body.search .main-page .container-special .resultat .lire:hover {
  color: #41618d;
}
.category-actualites .main-page {
  position: relative;
}
.category-actualites .main-page .illustration {
  position: absolute;
  bottom: -30px;
}
.category-actualites .main-page .illustration.gauche {
  left: 0;
}
.category-actualites .main-page .illustration.droite {
  right: 0;
}
.category-actualites .actu .image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.category-actualites .actu .image img {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.category-actualites .actu .image:after {
  content: '';
  background: #41618d;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transform: scale(0);
}
.category-actualites .actu .image:hover:after {
  transform: scale(1);
}
.category-actualites .actu .image:hover img {
  transform: scale(1.4);
}
.category-actualites .actu .details > div {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(65,97,141,0.18);
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.category-actualites .actu .details > div h2 a {
  text-decoration: none;
  font-weight: 900;
  color: #41618d;
  font-size: 20px;
}
.category-actualites .actu .details > div h2 a:hover {
  text-decoration: underline;
  color: #333333;
}
.category-actualites .actu .details > div span {
  display: block;
  text-align: center;
  color: #747474;
}
.single-post .main-page .container-special {
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
input[type=submit] {
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
.nf-form-content {
  padding: 0 !important;
}
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  border-color: #b2b2b2 !important;
  color: #333333 !important;
}
.nf-form-content input[type=button] {
  display: block;
  width: 100% !important;
  background: #41618d !important;
  color: #fff !important;
  border: 2px solid #41618d !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.nf-form-content input[type=button]:hover {
  cursor: pointer;
  background: none !important;
  color: #41618d !important;
}
.page-id-3 .main-page,
.page-id-6 .main-page {
  margin-top: -30px;
}
.page-id-3 .main-page .container-special,
.page-id-6 .main-page .container-special {
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-id-3 .main-page .container-special h2,
.page-id-6 .main-page .container-special h2 {
  margin-top: 30px;
}
.page-id-3 .main-page .container-special h3,
.page-id-6 .main-page .container-special h3 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.pms-form-fields-wrapper {
  margin-top: 2rem;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.pms-form-fields-wrapper label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .85rem;
}
.pms-form-fields-wrapper input[type="text"],
.pms-form-fields-wrapper input[type="password"] {
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  padding: 12px;
}
.pms-form-fields-wrapper > .pms-field {
  flex-basis: 48%;
  -moz-flex-basis: 48%;
  -webkit-flex-basis: 48%;
}
.pms-form-fields-wrapper > .pms-field.pms-gdpr-field {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.pms-form-fields-wrapper > .pms-field.pms-field-subscriptions {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.pms-form-fields-wrapper > .pms-field.pms-field-subscriptions > .pms-subscription-plan {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  background: #fff;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -webkit-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -moz-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -o-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  padding: 1.5rem;
}
.pms-form-fields-wrapper > .pms-field.pms-field-subscriptions > .pms-subscription-plan:hover,
.pms-form-fields-wrapper > .pms-field.pms-field-subscriptions > .pms-subscription-plan:focus {
  cursor: pointer;
}
.pms-form-fields-wrapper > .pms-field.pms-field-subscriptions > .pms-subscription-plan label:hover,
.pms-form-fields-wrapper > .pms-field.pms-field-subscriptions > .pms-subscription-plan label:focus {
  cursor: pointer;
}
.pms-form-fields-wrapper > .pms-field.pms-field-subscriptions > .pms-subscription-plan .pms-subscription-plan-price {
  display: block;
  line-height: 1.3;
  color: #41618d;
  text-transform: uppercase;
  font-size: .9rem;
}
.pms-form-fields-wrapper > .pms-field.pms-field-subscriptions > .pms-subscription-plan .pms-subscription-plan-price .pms-divider:first-of-type {
  display: none;
}
.pms-form-fields-wrapper > .pms-field.pms-field-subscriptions > .pms-subscription-plan .pms-subscription-plan-description {
  margin-left: 0;
  line-height: 1.3;
  margin-top: .5rem;
}
.pms-form-fields-wrapper #pms-paygates-wrapper {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.pms-form-fields-wrapper #manual-payment-infos {
  margin-top: 2rem;
  font-weight: 400;
}
.pms-form-fields-wrapper #manual-payment-infos ul {
  margin-bottom: 1rem;
}
.pms-form-fields-wrapper #manual-payment-infos ul li {
  font-weight: 600;
}
.pms-form-fields-wrapper #manual-payment-infos b {
  color: #41618d;
}
.pms-form-fields-wrapper #manual-payment-infos h3 {
  color: #41618d;
  font-size: 1.5rem;
}
.pms-credit-card-information {
  padding: 0;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.pms-credit-card-information label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .85rem;
}
.pms-credit-card-information input[type="text"],
.pms-credit-card-information select {
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  padding: 12px;
}
.pms-credit-card-information h4 {
  color: #41618d;
}
.pms-credit-card-information > .pms-field.pms-field-type-heading {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.pms-credit-card-information > .pms-field:nth-child(2) {
  flex-basis: 75%;
  -moz-flex-basis: 75%;
  -webkit-flex-basis: 75%;
}
.pms-credit-card-information > .pms-field:nth-child(3) {
  flex-basis: 22%;
  -moz-flex-basis: 22%;
  -webkit-flex-basis: 22%;
}
.pms-credit-card-information > .pms-field.pms-field-type-card_expiration_date {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
#pms-paygates-wrapper {
  margin-top: 2rem;
}
#pms-paygates-wrapper h3 {
  color: #41618d;
  font-size: 1.5rem;
}
#pms-paygates-wrapper #pms-paygates-inner {
  display: flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#pms-paygates-wrapper #pms-paygates-inner > label {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.pms-billing-details {
  margin-top: 2rem;
  padding: 0;
  display: flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.pms-billing-details h3 {
  color: #41618d;
  font-size: 1.5rem;
}
.pms-billing-details label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .85rem;
}
.pms-billing-details input[type="text"],
.pms-billing-details select {
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  padding: 12px;
}
.pms-billing-details > .pms-field {
  flex-basis: 48%;
  -moz-flex-basis: 48%;
  -webkit-flex-basis: 48%;
}
.pms-billing-details > .pms-field.pms-field-type-heading {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.pms-billing-details > .pms-field.pms-field-type-card_expiration_date {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
#pms-retry-payment-subscription-form .pms-subscription-plan {
  background: #fff;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -webkit-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -moz-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -o-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  padding: 1.5rem;
}
#pms-stripe-credit-card-details {
  width: 100% !important;
}
#pms_register-form,
#pms-retry-payment-subscription-form,
#pms-cancel-subscription-form,
#pms-abandon-subscription-form {
  margin-bottom: 4rem;
}
#pms_register-form input[type="submit"],
#pms-retry-payment-subscription-form input[type="submit"],
#pms-cancel-subscription-form input[type="submit"],
#pms-abandon-subscription-form input[type="submit"] {
  color: #fff;
  background: #41618d;
  border: 2px solid #41618d;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  margin-right: 1rem;
}
#pms_register-form input[type="submit"]:last-of-type,
#pms-retry-payment-subscription-form input[type="submit"]:last-of-type,
#pms-cancel-subscription-form input[type="submit"]:last-of-type,
#pms-abandon-subscription-form input[type="submit"]:last-of-type {
  margin-right: 0;
}
#pms_register-form input[type="submit"]:hover,
#pms-retry-payment-subscription-form input[type="submit"]:hover,
#pms-cancel-subscription-form input[type="submit"]:hover,
#pms-abandon-subscription-form input[type="submit"]:hover {
  cursor: pointer;
  background: none;
  color: #41618d;
}
#pms_register-form input[type="submit"]:focus,
#pms-retry-payment-subscription-form input[type="submit"]:focus,
#pms-cancel-subscription-form input[type="submit"]:focus,
#pms-abandon-subscription-form input[type="submit"]:focus {
  transform: scale(.95);
}
#pms-upgrade-subscription-form .pms-subscription-plan {
  background: #fff;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -webkit-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -moz-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -o-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  padding: 1.5rem;
}
#pms-upgrade-subscription-form input[type="submit"] {
  color: #fff;
  background: #41618d;
  border: 2px solid #41618d;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
#pms-upgrade-subscription-form input[type="submit"]:hover {
  cursor: pointer;
  background: none;
  color: #41618d;
}
#pms-upgrade-subscription-form input[type="submit"]:focus {
  transform: scale(.95);
}
#pms_new_subscription-form input[type="submit"] {
  color: #fff;
  background: #41618d;
  border: 2px solid #41618d;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
#pms_new_subscription-form input[type="submit"]:hover {
  cursor: pointer;
  background: none;
  color: #41618d;
}
#pms_new_subscription-form input[type="submit"]:focus {
  transform: scale(.95);
}
.page-id-352 .pms-account-subscription-details-table {
  width: 100%;
}
.page-id-352 .pms-account-subscription-details-table tr td,
.page-id-352 .pms-account-subscription-details-table tr th {
  padding: 1rem;
  border-bottom: 1px solid #b2b2b2;
}
.page-id-352 .pms-account-subscription-details-table tr:last-child td,
.page-id-352 .pms-account-subscription-details-table tr:last-child th {
  border-bottom: 0;
}
.page-id-346 .main-page .container-special {
  margin-top: 2rem;
  background: #fff;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -webkit-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -moz-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -o-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  padding: 1.5rem;
}
.page-id-346 .main-page .container-special .pms-account-navigation ul {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 2rem !important;
}
.page-id-346 .main-page .container-special .pms-account-navigation ul li a.pms-account-navigation-link--active {
  background-color: #41618d;
  padding: .7rem 1.5rem;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  color: #fff;
}
.page-id-346 .main-page .container-special .pms-account-subscription-details-table {
  margin: auto;
}
.page-id-346 .main-page .container-special .pms-account-subscription-details-table tr td,
.page-id-346 .main-page .container-special .pms-account-subscription-details-table tr th {
  padding: 1rem;
  border-bottom: 1px solid #b2b2b2;
}
.page-id-346 .main-page .container-special .pms-account-subscription-details-table tr:last-child td,
.page-id-346 .main-page .container-special .pms-account-subscription-details-table tr:last-child th {
  border-bottom: 0;
}
.page-id-346 .main-page .container-special #pms-payment-history {
  width: 100%;
}
.page-id-346 .main-page .container-special #pms-payment-history td,
.page-id-346 .main-page .container-special #pms-payment-history th {
  padding: 1rem;
}
.page-id-346 .main-page .container-special #pms_login label,
.page-id-346 .main-page .container-special #pms-abandon-subscription-form label,
.page-id-346 .main-page .container-special #pms-cancel-subscription-form label,
.page-id-346 .main-page .container-special #pms_edit-profile-form label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .85rem;
}
.page-id-346 .main-page .container-special #pms_login input[type="text"],
.page-id-346 .main-page .container-special #pms_login input[type="password"],
.page-id-346 .main-page .container-special #pms-abandon-subscription-form input[type="text"],
.page-id-346 .main-page .container-special #pms-abandon-subscription-form input[type="password"],
.page-id-346 .main-page .container-special #pms-cancel-subscription-form input[type="text"],
.page-id-346 .main-page .container-special #pms-cancel-subscription-form input[type="password"],
.page-id-346 .main-page .container-special #pms_edit-profile-form input[type="text"],
.page-id-346 .main-page .container-special #pms_edit-profile-form input[type="password"] {
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  padding: 12px;
}
.page-id-346 .main-page .container-special #pms_login input[type="submit"],
.page-id-346 .main-page .container-special #pms-abandon-subscription-form input[type="submit"],
.page-id-346 .main-page .container-special #pms-cancel-subscription-form input[type="submit"],
.page-id-346 .main-page .container-special #pms_edit-profile-form input[type="submit"] {
  color: #fff;
  background: #41618d;
  border: 2px solid #41618d;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  white-space: normal;
}
.page-id-346 .main-page .container-special #pms_login input[type="submit"]:hover,
.page-id-346 .main-page .container-special #pms-abandon-subscription-form input[type="submit"]:hover,
.page-id-346 .main-page .container-special #pms-cancel-subscription-form input[type="submit"]:hover,
.page-id-346 .main-page .container-special #pms_edit-profile-form input[type="submit"]:hover {
  cursor: pointer;
  background: none;
  color: #41618d;
}
.page-id-346 .main-page .container-special #pms_login input[type="submit"]:focus,
.page-id-346 .main-page .container-special #pms-abandon-subscription-form input[type="submit"]:focus,
.page-id-346 .main-page .container-special #pms-cancel-subscription-form input[type="submit"]:focus,
.page-id-346 .main-page .container-special #pms_edit-profile-form input[type="submit"]:focus {
  transform: scale(.95);
}
#pms_recover_password_form {
  margin-top: 2rem;
  background: #fff;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -webkit-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -moz-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  -o-box-shadow: 0 0 20px 0 rgba(65,97,141,0.18);
  padding: 1.5rem;
  text-align: center;
}
#pms_recover_password_form .pms-form-fields-wrapper {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
#pms_recover_password_form input[type="submit"] {
  color: #fff;
  background: #41618d;
  border: 2px solid #41618d;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
#pms_recover_password_form input[type="submit"]:hover {
  cursor: pointer;
  background: none;
  color: #41618d;
}
#pms_recover_password_form input[type="submit"]:focus {
  transform: scale(.95);
}
footer {
  position: relative;
  z-index: 1;
  background: #41618d;
}
#newsletterModal .modal-content {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
#newsletterModal .modal-content .modal-header .modal-title {
  color: #41618d;
  font-weight: 700;
}
#newsletterModal .modal-content #nf-field-11-container {
  margin-bottom: 0;
}
#newsletterModal .modal-content .nf-before-form-content {
  display: none;
}
#newsletterModal .modal-content .rgpd label {
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2;
}
#newsletterModal .modal-content .rgpd label:before {
  font-size: .9rem;
  left: -1.6rem;
  top: .05rem;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-themes {
    width: 20%;
  }
  .container-special {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  body.home .haut-de-page .txt-hdp {
    padding: 20px !important;
  }
  body.home .raccourcis >.row > div {
    margin-bottom: 2rem;
  }
  body.home .raccourcis >.row > div a {
    width: 217px !important;
    height: 217px !important;
    font-size: 18px !important;
  }
  body.home .raccourcis >.row > div a:after {
    display: none;
  }
  body.home .raccourcis >.row > div figure img {
    max-width: 100% !important;
    height: auto !important;
  }
  body.home .offre a {
    padding: 10px 20px;
  }
  body.home .offre a:after,
  body.home .offre a:before {
    display: none;
  }
  .pms-form-fields-wrapper > .pms-field.pms-field-subscriptions {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .pms-form-fields-wrapper > .pms-field.pms-field-subscriptions > .pms-subscription-plan {
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  #pms_recover_password_form .pms-form-fields-wrapper .pms-field {
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  #pms_recover_password_form input[type="submit"] {
    white-space: normal;
  }
  .page-id-11 .main-page .offres .classique {
    margin-bottom: 3rem;
  }
  .popup .message {
    margin-top: 2rem;
  }
  .popup .message span {
    font-size: 18px;
  }
  .popup .message i {
    font-size: 20px;
  }
  .popup .message p {
    font-size: 20px;
  }
  .popup .classique {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .container-special {
    width: 94%;
  }
  .menu-themes {
    width: 94% !important;
  }
  body.home .haut-de-page .txt-hdp {
    width: 100% !important;
  }
  body.home .haut-de-page .txt-hdp h1,
  body.home .haut-de-page .txt-hdp .sstitre {
    margin-bottom: 1rem !important;
  }
  .haut-de-page.avec_img .titre {
    margin-left: 3%;
    width: 50% !important;
  }
  .popup .fermeture {
    top: 5px;
    right: 10px;
  }
  .popup .message span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
  }
  .popup .message i {
    font-size: 16px;
  }
  .popup .message p {
    font-size: 16px;
  }
  .pms-form-fields-wrapper > .pms-field {
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .pms-credit-card-information label {
    letter-spacing: 0px;
  }
  .pms-credit-card-information .pms-field-type-card_expiration_date label {
    display: block !important;
  }
  .pms-billing-details > .pms-field {
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .pms-billing-details > .pms-field.pms-field-type-heading {
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  footer .navigation-footer > div {
    border-left: none;
    text-align: center;
  }
  footer .logo {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  footer .copyright {
    margin-top: 2rem;
  }
  footer .copyright a,
  footer .copyright span {
    display: inline-block;
    width: 100%;
  }
  footer .copyright a:after,
  footer .copyright a img,
  footer .copyright span:after,
  footer .copyright span img {
    display: none;
  }
}
@media (max-width: 1600px) {
  body.home .main-page .illustration {
    max-width: 300px;
    height: auto;
  }
  body.home .main-page .illustration.gauche {
    left: 0;
  }
  body.home .main-page .illustration.droite {
    right: 0;
  }
  .haut-de-page.avec_img .titre > div h1 {
    font-size: 18px !important;
  }
  body.tax-themes .main-page .illustration,
  body.single-documents .main-page .illustration {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 1500px) {
  body.home .haut-de-page .txt-hdp {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .navigation-principale li {
    font-size: 13px;
  }
  .menu-themes > li span {
    padding: 10px 15px;
  }
  .menu-themes > li span:after {
    left: 15px;
    right: 15px;
  }
  .menu-themes > li .sous-menu > li a {
    padding: 10px 15px;
  }
  .haut-de-page.avec_img .titre > div h1 {
    font-size: 20px;
  }
  body.home .main-page .container-special {
    width: 100%;
  }
  body.home .main-page .illustration {
    display: none;
  }
  .page-id-9 .main-page .container-special .illustration {
    max-width: 280px;
    height: auto;
  }
  body.tax-themes .main-page .illustration,
  body.single-documents .main-page .illustration {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .illustration {
    display: none;
  }
  .navigation-principale li {
    font-size: 11px;
  }
  .navigation-principale li:not(.search) {
    padding: 14px 5px !important;
  }
  body.home .haut-de-page .txt-hdp {
    width: 65%;
  }
  .page-id-9 .main-page .societe {
    width: 100%;
  }
  .page-id-11 .main-page .offres {
    width: 100%;
  }
  .popup .offres {
    width: 100%;
  }
  body.post-type-archive-documents .theme .titre span {
    font-size: 15px;
  }
  .haut-de-page.avec_img .titre > div h1 {
    font-size: 14px !important;
  }
  .copyright {
    margin-top: 1rem;
    text-align: center;
  }
  .copyright a img {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
    margin-right: 5px;
  }
}
@media (max-width: 991.98px) {
  .navigation-principale {
    display: none;
  }
  .btn-mobile {
    display: flex;
  }
  .menu-themes {
    width: 71.44%;
    margin: 0 auto;
    float: none !important;
  }
  .navigation-footer {
    display: block;
  }
  .navigation-footer > div {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .navigation-footer > div a {
    display: inline-block;
  }
  header {
    padding-top: 10px;
    background: #fff;
  }
  header .logo-mobile {
    display: inline-block;
  }
  .haut-de-page.avec_img .titre {
    width: 30%;
  }
  body.home .haut-de-page .txt-hdp h1 {
    font-size: 24px;
  }
  body.home .haut-de-page .txt-hdp .sstitre {
    font-size: 18px;
  }
  body.home .haut-de-page .txt-hdp em {
    font-size: 16px;
  }
  body.home .raccourcis >.row > div a {
    width: 150px;
    height: 150px;
    font-size: 15px;
  }
  body.home .raccourcis >.row > div a figure img {
    max-width: 50px;
    height: auto;
  }
  body.home .offre a {
    font-size: 13px;
  }
  body.home .offre a:before {
    left: 20px;
  }
  body.home .offre a:after {
    right: 20px;
  }
  .haut-de-page.avec_img {
    margin-top: 0;
  }
  .page-id-9 .main-page .societe > div:first-child {
    margin-bottom: 3rem;
  }
  .page-id-13 .informations {
    margin-bottom: 3rem;
  }
  .page-id-13 .formulaire {
    padding-left: 15px !important;
  }
  body.post-type-archive-documents .theme .titre span {
    font-size: 17px;
  }
  .haut-de-page.avec_img .titre > div h1 {
    font-size: 16px !important;
  }
  body.tax-themes .main-page,
  body.single-documents .main-page {
    display: block;
  }
  body.tax-themes .main-page .container-special,
  body.single-documents .main-page .container-special {
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.7px) {
  .menu-themes {
    width: 24.28%;
  }
  .container-special {
    width: 75.72%;
  }
}
