/* ========================================================================= */
/*                                   GENERAL                                 */
/* ========================================================================= */

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

.validation { display: none;}

body {
    font-family: 'montserrat', sans-serif;
    color: #141414;
}
html {
    scroll-behavior: smooth;
}

p {
  font-weight: 400;
}

/* BOUTONS */
.btn {
    border-radius: 0;
}
/* .btn-primary {
    color: #141414;
    background: none;
    border-color: #ffd500;
    width: 200px;
    font-weight: 500;
} */
.btn-primary {
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffd500;
  border: #ffd500;
}
.btn-primary:hover {
    color: #ffd500!important;
    background-color: transparent;
}
.btn-primary:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #141414;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-primary:hover:after, .btn-primary:active:after {
  width: 100%;
}

.btn-primary.btn-notoriete {
  cursor: pointer;
  padding: 25px 8px;
  display: inline-block;
  margin: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffd500;
  border: #ffd500;
  width: 400px;
  color: #000;
  font-size: 14px;
}
.btn-primary.btn-notoriete:hover {
  color: #ffd500!important;
  background-color: transparent;
}
.btn-primary.btn-notoriete:after {
width: 0%;
height: 100%;
top: 0;
left: 0;
background: #141414;
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary.btn-notoriete:hover:after, .btn-primary.btn-notoriete:active:after {
width: 100%;
}


/* TITRES */
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #141414;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.deco, .page-heading, .page_heading {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px 0 80px 0;
}
/* .titre-heading-2 {
  font-size: 25px;
} */
.h1, h1 {
  font-size: 40px;
}


/* COULEURS */
.jaune {
    color: #ffd500;
}
.bg-jaune {
    background: #ffd500;
}

a:hover {
  color: #141414;
  text-decoration: none;
}


/* FIL D'ARIANE */
.breadcrumb-cms {
  display: none;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

/* ========================================================================= */
/*                                   HEADER                                  */
/* ========================================================================= */
/* .bgAccueil {
 height: 100%;
 position: relative;
 background: url(/assets/images/bgimg.jpg) no-repeat center center;
 background-size: cover;
} */
/*SLIDER ACCUEIL*/
.bgAccueil {
  background: none !important;
  overflow: hidden;
  height: 80vh;
}
.carousel-indicators {
  display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
  height: 70vh;
  min-height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 110px;
}
#carouselExampleIndicatorsHome .carousel-item {
  background-size: cover;
  background-position: center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
  background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
  background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
  background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
  background-image: url('/assets/images/slider_home/4.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
  background-image: url('/assets/images/slider_home/5.jpg');
}
.ancre-bottom {
 position: absolute;
 z-index: 1;
 margin: auto;
 right: 50%;
 bottom: 11%;
}
.scroll-downs {
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 width: 60px;
 height: 55px;
}
.chevron {
 position: absolute;
 width: 50px;
 height: 7px;
 opacity: 0;
 transform: scale3d(0.5, 0.5, 0.5);
 animation: move 3s ease-out infinite;
 margin: 10px 0;
}

.chevron:first-child {
 animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
 animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
 content: " ";
 position: absolute;
 top: 0;
 height: 100%;
 width: 51%;
 background: #ffd500;
}

.chevron:before {
 left: 0;
 transform: skew(0deg, 30deg);
}

.chevron:after {
 right: 0;
 width: 50%;
 transform: skew(0deg, -30deg);
}

@keyframes move {
 25% {
   opacity: 1;
 }
 33% {
   opacity: 1;
   transform: translateY(30px);
 }
 67% {
   opacity: 1;
   transform: translateY(40px);
 }
 100% {
   opacity: 0;
   transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
 }
}  
.text {
 display: block;
 margin-top: 75px;
 margin-left: -20px;
 font-size: 15px;
 color: #fff;
 text-transform: uppercase;
 white-space: nowrap;
 opacity: 0.25;
 animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
 to {
   opacity: 1;
 }
}


.index .not-sticking .b-menu {
 border: 0;
}
.index .not-sticking .lang a,
.lang a {
 color: #141414;
 font-weight: 600;
 margin: 0 20px;
 padding: 0.9rem;
}
.b-menu:hover {
  border: 0;
}
.b-menu {
 background: rgba(255,255,255,0);
 border: 0;
 border-radius: 0;
 cursor: pointer;
 display: inline-block;
 height: auto;
 padding-left: 15.5px;
 padding-top: 14px;
 position: relative;
 transition: all 0.4s ease;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 width: 100%;
 z-index: 12;
 top: 18px;
}
.b-bun {
 background: #ffd500;
}
.b-bun--mid,
.b-bun--bottom,
.b-bun--top {
 height: 4px;
 width: 50px;
}
.b-container.open .b-bun--bottom {
 background: #ffd500;
 top: 2px;
}
.b-container.open .b-bun--top {
 background: #ffd500;
}
.menu-burger {
 display: flex;
 margin: auto;
 font-weight: 600;
}
.lang {
 right: 160px;
}
.lang .btn-primary {
  min-width: 250px;
  width: 100%;
}
.index.open .menu-burger {
  color: #fff;
}

.b-link {
 background: transparent;
 border-left: 0;
 color: #fff;
 font-size: 24px;
 font-weight: 600;
}
.b-nav li {
 padding: 5px 10px 5px 80px;
}
.b-link:hover {
 border-left: 0;
 padding-left: 0;
 color: #fff;
 text-decoration: none;
}
.b-link i {
 color: rgba(255,255,255,0);
 font-size: 35px;
 top: 6px;
 margin-right: 5px;
}
.b-link:hover i {
 color: #ffd500;
}
.b-nav li:first-child {
 padding-top: 0;
}

.header .sticking, .header .not-sticking {
 background: transparent;
}
.logo-header {
 background: #fff;
 padding-left: 50px;
 display: flex;
 margin-left: 0;
 transition: all 0.4s ease;
}
.index .not-sticking .logo-header {
 background: #fff;
 transition: all 0.1s ease;
}


/* INDEX CATEGORIE ============================================================= */
.home_cont_categories {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  color: #141414;
}
.categorie-bloc {
  text-align: center;
  margin: 35px 0;
}
.categorie-bloc img {
  width: 300px;
  margin: 20px 0;
}
.home_cont_categories .h2 {
  /* font-size: 1.5rem; */
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.home_cont_categories .cat-text-small,
.cat-text-small {
  color: #141414;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.home_cont_categories .ion-android-arrow-dropright,
.assistance-juridique .infos-categories .ion-android-arrow-dropright,
.comite-entreprise .ion-android-arrow-dropright {
  font-size: 26px;
  top: 5px;
  color: #ffd500;
}
.home_cont_categories a:hover,
.categorie-bloc a:hover {
  color: #141414;
  text-decoration: none;
  font-weight: 600;
}
.index-categories .entry .border2 {
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 0;
  border: 3px solid #ffd500!important;
  opacity: 1;
  right: 0;
  top: 0;
  left: auto;
  transform: rotate(45deg);
  margin: auto;
  bottom: 0;
  opacity: 0;
  right: -20%;
}
.index-categories .entry:hover .border2 {
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 0;
  border: 3px solid #ffd500!important;
  opacity: 1;
  right: 0;
  top: 0;
  left: auto;
  transform: rotate(45deg);
  margin: auto;
  bottom: 0;
  transition: all 0.75s ease;
  opacity: 1;
  right: 20%;
}
.index-categories .entry {
  position: relative;
  width: auto;
  height: 300px;
  background: white;
  margin: 30px 15px;
  overflow: hidden;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}
.index-categories .entry:hover img {
  right: -30%;
  top: 0;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index-categories .entry:hover aside {
  left: -125px;
  transition: all 0.75s ease;
  opacity: 0;
}
.index-categories .entry:hover i {
  top: 35%;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%);
  left: 67%;
  -webkit-transform: translateX(-67%);
  -moz-transform: translateX(-67%);
  -ms-transform: translateX(-67%);
  -o-transform: translateX(-67%);
  transform: translateX(-67%);
  opacity: 1;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.index-categories .entry i {
  border-radius: 100%;
  background-color: #ffd500;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%);
  left: 0%;
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
  text-align: center;
  line-height: 72px;
  color: white;
  font-family: "effra";
  font-size: 100px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index-categories .entry i:after {
  content: '+';
}
.index-categories .entry aside {
  width: 60%;
  padding: 65px 25px 30px 25px;
  z-index: 100;
  position: relative;
  left: 0px;
  transition: all 0.5s ease;
}
.index-categories .entry strong {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  color: #141414;
}
.index-categories .entry p {
  font-size: 13px;
  margin-top: 20px;
  color: #141414;
  font-weight: 400;
}
.index-categories .entry a {
  display: block;
  width: inherit;
  height: inherit;
}
.index-categories .entry a:hover {
  cursor: pointer;
}
.index-categories .entry a img {
  position: absolute;
  top: 0px;
  right: -50%;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-categories .entry ul {
  position: absolute;
  display: block;
  bottom: -8px;
  width: inherit;
  margin-bottom: 0;
}
.index-categories .entry li {
  display: inline-block;
  height: 5px;
  width: calc(100% / 3 - 0px);
  background-color: transparent;
  overflow: hidden;
  bottom: 0px;
  position: relative;
  bottom: 0px;
}




/* ============================================================================ */
/*                                  DEVENIR ADHERENT                            */
/* ============================================================================ */
.adherent .radio_trans input[type=radio].css-checkbox {
  position: static;
  z-index: 1;
  left: auto;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
  margin: auto;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
.adherent .radio_trans input[type=radio].css-checkbox + label.css-label {
  color: #141414;
  text-transform: initial!important;
  font-size: 15px;
  font-weight: 400;
  font-family: initial;
}

.adherent .radio_trans input[type=radio].css-checkbox + label.css-label {
  padding: 5px 10px;
}
.adherent  input + label {
  position: relative;
  top: auto;
  right: auto;
  height: 100%;
  width: 100%;
  z-index: 5;
}

.adherent label {
  font-weight: 600;
  font-size: 17px;
  min-width: 135px;
  margin-top: 7px;
}
.adherent .groupe_champs > .form-group {
  width: 100%;
  padding: 15px 0;
  display: flex;
  margin-bottom: 0;
}
.adherent .groupe_champs > .form-group .champs {
  width: 100%;
}
.adherent .form-group.c_civilite {
  width: 45%;
}
.adherent .form-style {
  font-size: 15px!important;
  border: 1px solid rgba(0,0,0,0.1)!important;
  background: rgba(0,0,0,0.02)!important;
  font-weight: 300;
  border-radius: 5px!important;
}
.border-titre {
    width: 100px;
    height: 100px;
    padding: 0;
    border: 2px solid #ffd500!important;
    opacity: 1;
    right: auto;
    top: 72px;
    left: 0px;
    transform: rotate(45deg);
    margin: auto;
    bottom: 0;
}
.adherent iframe {
  width: 660px;
  height: 415px;
}
.adherent .infos-formations .btn-3 {
  width: 220px!important;
}





/* ============================================================================ */
/*                              COMITE D'ENTREPRISE                             */
/* ============================================================================ */
.num-ce {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 60px;
}
.border-titre-ce {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 2px solid #ffd500!important;
  opacity: 1;
  right: auto;
  top: 60px;
  left: 0px;
  transform: rotate(45deg);
  margin: auto;
  bottom: 0;
  background: #ffd500;
}




/* ============================================================================ */
/*                              ASSISTANCE JURIDIQUE                            */
/* ============================================================================ */
.assistance-juridique .border2 {
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 0;
  border: 3px solid #ffd500!important;
  opacity: 1;
  right: 0;
  top: -140px;
  left: -100px;
  transform: rotate(45deg);
  margin: auto;
  bottom: 0;
}
.assistance-juridique .categorie-bloc {
  padding: 20px;
}
.hotline {
  height: 500px;
  position: relative;
  background: linear-gradient( rgba(255,255,255, 0), rgba(255,255,255, 0) ),url(/assets/images/hotline1.jpg) no-repeat center center;
  background-size: cover;
  /* display: flex;
  justify-content: center; */
}

.hotline2 {
  height: 500px;
  position: relative;
  background: linear-gradient( rgba(255,255,255, 0), rgba(255,255,255, 0) ),url(/assets/images/hotline2.jpg) no-repeat center center;
  background-size: cover;
  /* display: flex;
  justify-content: center; */
}
.hotline3 {
  height: 500px;
  position: relative;
  background: linear-gradient( rgba(255,255,255, 0), rgba(255,255,255, 0) ),url(/assets/images/hotline3.jpg) no-repeat center center;
  background-size: cover;
}
.bg-clip {
  clip-path: polygon(0 40%, 0% 100%, 100% 100%, 100% 100%);
  background: rgba(255,255,255,0.8);
  z-index: 0;
  height: 500px;
}
.hotline3 .bg-clip {
    clip-path: polygon(0 40%, 0% 100%, 100% 100%, 55% 100%);
    background: rgba(255,255,255,0.8);
    z-index: 0;
    height: 500px;
}
.assistance-juridique .h2::after {
  content: "";
  display: block;
  position: relative;
  background: #ffd500;
  height: 4px;
  width: 60px;
  margin: 15px 0;
}
.assistance-juridique .hotline p,
.assistance-juridique .hotline2 p {
  font-weight: 600;
  font-size: 17px;
  text-align: left;
}
.assistance-juridique .categorie-bloc a,
.assistance-juridique .hotline3 a {
  font-weight: 600;
  font-size: 17px;
}
.assistance-juridique .categorie-bloc a:hover,
.assistance-juridique .hotline3 a:hover {
  text-decoration: underline;
}
.assistance-juridique .infos-categories {
  position: absolute;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: auto;
    text-align: left;
}
.assistance-juridique .h2 {
  font-size: 23px;
  width: 260px;
  font-weight: 700;
}
.assistance-juridique .hotline3 .h2 {
  font-size: 20px;
  width: 100%!important;
  font-weight: 500;
}
.assistance-juridique .h2 span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}


/* ============================================================================ */
/*                                      AGENCE                                  */
/* ============================================================================ */
.agence-contenu2 .border-titre {
  top: 95px;
}
/* ============================================================================ */
/*                                      CONTACT                                 */
/* ============================================================================ */
.contact h2 {
  font-size: 25px;
  font-weight: 600;
}
.contact h3 {
  font-size: 23px;
}
.contact h3 i {
  font-size: 40px;
  top: 6px;
}
.contact .equipe ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -0.5em;
}
.contact ul li.item-equipe {
  position: relative;
  width: calc(31% - 10px);
  margin: calc(0.5em * 2) 1em;
  overflow: hidden;
  box-shadow: 6px 3px 5px rgb(0 0 0 / 15%);
  border: 1px solid #e7e7e7;
  background-color: #fff;
}
.contact .equipe ul li img{
  height: 250px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.contact .title-post {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  margin: 12px 0 5px 0;
}
.contact .title-post::after {
  content: "";
  display: block;
  position: relative;
  background: #ffd500;
  height: 2px;
  width: 100px;
  margin: 5px auto;
}
.contact .fonction-post {
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
}
.contact .agence-post {
  margin: 5px 0 0 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}
.contact .ville-post {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 600;
}
.contact .infos-contact {
  margin:15px 0;
}
.contact .infos-contact i{
  color: #ffd500;
  font-size: 20px;
}
.contact .infos-contact i.ion-android-mail{
  top: 2px;
}
.contact .bg-gris {
  background: #f1f1f1;
  padding: 50px 0;
  margin-top: 50px;
}
.contact .infos-contact {
  display: flex;
  justify-content: center;
}
.contact .infos-salaries {
  text-align: left;
}

.item-equipe .btn-3d {
  padding: 10px 24px 10px 87px;
  border-radius: 0;
}

.item-equipe .btn-3 {
  background: #fff;
  color: #000;
  font-weight: 400;
  border: 1px solid #ffd500;
  width: 280px;
  font-size: 15px;
}
.item-equipe .btn-3d:before {
  background: #ffd500;
  color: #fff;
  z-index: 2;
}

.item-equipe .btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 1.5;
  font-size: 27px;
  width: 60px;
}
.item-equipe .icon-tel:before {
  content: "\f4b9";
}
.item-equipe .icon-mail:before {
  content: "\f423";
}
.item-equipe .btn-3d:after {
  width: 20px;
  height: 20px;
  background: #ffd500;
  z-index: 1;
  left: 58px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item-equipe .btn-3:after {
  content: '';
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.item-equipe .btn-3d:active:after {
  left: 60px;
}







/* ============================================================================ */
/*                                      PRESSE                                  */
/* ============================================================================ */
.adminpersos.actualites .infos-actus {
  padding: 10px 15px;
}
.adminpersos.actualites .title-post {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.adminpersos.actualites .content_page ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -0.5em;
}
.adminpersos.actualites ul li .row{
  margin: 0;
}
.adminpersos.actualites .content_page ul li {
  position: relative;
  width: calc(31% - 10px);
  margin: calc(0.5em * 2) 1em;
  overflow: hidden;
  box-shadow: 6px 3px 5px rgb(0 0 0 / 15%);
  border: 1px solid #e7e7e7;
  background-color: #fff;
}
.adminpersos.actualites .date-post{
  font-style: italic;
  font-size: 14px;
}

.btn-actus {
  font-size: 16px;
  font-weight: 600;
  color: #ffd500;
}
.btn-actus:hover {
  color: #141414;
}
.adminpersos p.btn-actus i {
  font-size: 22px;
  top: 4px;
  margin-left: 5px;
}
.adminpersos p.btn-actus:hover i {
  color: #141414;
}




/* ============================================================================ */
/*                                    FORMATIONS                                */
/* ============================================================================ */
.adminpersos .actualites-group .ion-android-arrow-dropright {
  font-size: 22px;
  color: #ffd500;
  top: 3px;
  margin-right: 5px;
}
.actualites-group ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}
.actualites-group ul li {
  position: relative;
  width: calc(33.33% - 1em);
  margin: calc(0.5em * 2) 0.5em;
  overflow: hidden;
  box-shadow: 6px 3px 5px rgb(0 0 0 / 25%);
  border: 1px solid #e7e7e7;
}
.actualites-group ul li:hover {
  box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
  transition: all 0.3s ease;
}
.adminpersos .actualites-group img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.adminpersos .col-12,
.adminpersos .col-4,
.adminpersos .col-7,
.adminpersos .col-6 {
  padding: 0 10px;
}
.adminpersos p {
  margin-bottom: 0;
  font-size: 15px;
}
.adminpersos .infos-formations {
  padding: 10px 30px;
}
.adminpersos hr {
  box-sizing: content-box;
  height: 0;
  margin: 0.5rem auto;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  width: 100%;
}
.adminpersos .title-post {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.adminpersos .soustitre-post {
  text-align: center;
  min-height: 75px;
}
.adminpersos .infos-formations .btn-header2 {
  padding: 0.15rem 1rem;
  color: #141414;
  width: 200px!important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  transition: all .15s ease-in-out;
  background-color: #ffd500;
  border: 1px solid #ffd500;
  margin-top: 10px;
}
.adminpersos .infos-formations .btn-header2:hover{
  color: #ffd500;
  background-color: #141414;
  border: 1px solid #ffd500;
}
.adminpersos p i {
  font-size: 25px;
  color: #ffd500;
}
.adminperso.formations .titre-page-admin {
  display: none;
}


.infos-formations .btn-3 {
  background: #ffd500;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  color: inherit;
  cursor: pointer;
  padding: 15px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  text-align: left!important;
  margin-top: 11px;
  border: 1px solid #ffd500;
}
.infos-formations .btn-3e:before {
  left: auto;
  right: 0px;
  z-index: 2;
}

.infos-formations .btn-3:before {
  position: absolute;
  height: 100%;
  left: auto;
  top: auto;
  line-height: 3;
  font-size: 140%;
  width: 40px;
  bottom: 6px;
}
.infos-formations .btn-3e:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.infos-formations .btn-3e:after {
  width: 30%;
  height: 200%;
  background: rgba(255,255,255,0.3);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.infos-formations .btn-3e {
  overflow: hidden;
}
.infos-formations .btn-3e:hover:after {
  width: 40%;
}

.infos-formations .icon-arrow-right:before {
  content: "\f10b";
}


/* PAGE SINGLE */
.actualites-group img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.adminperso p i {
  font-size: 35px;
  color: #ffd500;
}
.entry-link .btn-primary {
  width: auto;
  margin: 50px 0;
}
.actualites-group form .btn-primary {
  padding: 10px;
  border: 1px solid #141414;
  background-color: transparent;
  font-weight: 500;
  width: 150px;
  color: #141414!important;
}
.actualites-group form .btn-primary:hover {
  border: 1px solid #ffd500;
  color: #fff!important;
  background-color: #ffd500;
}


/* ============================================================================ */
/*                                     PARTENAIRES                              */
/* ============================================================================ */
.partenaires .equipe  ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -0.5em;
}
.partenaires .equipe ul li.entry .row{
  margin: 0;
}
.partenaires .equipe ul li.entry {
  position: relative;
  width: calc(31% - 10px);
  margin: calc(0.5em * 2) 1em;
  overflow: hidden;
  box-shadow: 6px 3px 5px rgb(0 0 0 / 15%);
  border: 1px solid #e7e7e76c;
  background-color: #fff;
}
.partenaires .equipe ul li.entry:hover {
  box-shadow: 6px 3px 5px rgb(0 0 0 / 45%);
  border: 1px solid #e7e7e7dc;
  transition: all 0.75s ease;
}

.partenaires .entry:hover img {
  right: 0px;
  top: -5px;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  width: 300px;
  height: 300px;
}
.partenaires .entry:hover aside {
  top: 125px;
  transition: all 0.75s ease;
  opacity: 0;
}
.partenaires .entry:hover i {
  top: 120px;
  opacity: 1;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.partenaires .entry i {
  border-radius: 100%;
  background-color: #ffd500;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 37%;
  top: 48px;
  text-align: center;
  line-height: 72px;
  color: white;
  font-family: "effra";
  font-size: 100px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.partenaires .entry i:after {
  content: '+';
}
.partenaires .entry aside {
  width: 100%;
  padding: 30px 25px 0 25px;
  z-index: 100;
  position: relative;
  left: 0px;
  transition: all 0.5s ease;
}
.partenaires .entry strong {
  font-family: "effra";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
  color: #141414;
}
.partenaires .entry p {
  font-family: "Arial";
  font-size: 14px;
  margin: 10px 0 0 0; 
  color: rgb(104, 104, 104);
}
.partenaires .entry a {
  display: block;
  width: inherit;
  height: 300px;
}
.partenaires .entry a:hover {
  cursor: pointer;
}
.partenaires .entry a img {
  position: relative;
  top: 0px;
  bottom: -125px;
  transition: all 0.5s ease;
  width: 150px;
  height: 150px;
  object-fit: contain;
  object-position: center;
}
.partenaires .entry ul {
  position: absolute;
  display: block;
  bottom: -5px;
  width: inherit;
}
.partenaires .entry li {
  display: inline-block;
  height: 5px;
  width: 100px;
  background-color: red;
  overflow: hidden;
  bottom: 0px;
  position: relative;
  bottom: 0px;
}



/* ============================================================================ */
/*                                  REDACTION ASSISTEE                          */
/* ============================================================================ */
.uppercase {
  text-transform: uppercase;
}
.redaction-assistee h2 {
  font-size: 25px;
  font-weight: 600;
}
.redaction-bloc1 {
  height: 500px;
  position: relative;
  background: linear-gradient( rgba(255,255,255, 0), rgba(255,255,255, 0) ),url(/assets/images/redaction-01.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}
.redaction-bloc2 {
  background: rgba(255,255,255,0.6);
  margin: auto;
  padding: 40px;
  text-align: center;
}
.redaction-assistee .redaction-bloc2 .btn-3d {
  padding: 22px 24px 20px 87px;
  border-radius: 0;
}

.redaction-assistee .redaction-bloc2 .btn-3 {
  background: #ffd500;
  color: #000;
  font-weight: 600;
}
.redaction-assistee .redaction-bloc2 .btn-3d:before {
  background: #fff;
  color: #ffd500;
  z-index: 2;
}

.redaction-assistee .redaction-bloc2 .btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 2;
  font-size: 30px;
  width: 60px;
}
.redaction-assistee .redaction-bloc2 .icon-cog:before {
  content: "\f12e";
}
.redaction-assistee .redaction-bloc2 .btn-3d:after {
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 1;
  left: 58px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.redaction-assistee .redaction-bloc2 .btn-3:after {
  content: '';
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.redaction-bloc2 .btn-3d:active:after {
  left: 60px;
}
.redaction-bloc2 p {
  margin: 25px 0 30px 0;
}
.redaction-bloc2 h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.redaction-bloc2 h3::after {
  content: "";
  display: block;
  position: relative;
  background: #ffd500;
  height: 2px;
  width: 60px;
  margin: 15px auto 5px auto;
}


/* ============================================================================ */
/*                                       TOP PAGE                               */
/* ============================================================================ */
.top_page {
  height: 350px;
}
.attente .top_page {
  background-image: url(/assets/images/top_page/attente_top.jpg);
}
.notoriete .top_page {
  background-image: url(/assets/images/top_page/notoriete_top.jpg);
}
.assistance-juridique .top_page {
  background-image: url(/assets/images/top_page/assistance_top.jpg);
}
.adminpersos.formations .top_page,
.adminperso.formations .top_page {
  background-image: url(/assets/images/top_page/formations_top.jpg);
}
.adminpersos.actualites .top_page {
  background-image: url(/assets/images/top_page/actualites_top.jpg);
}
.contact .top_page {
  background-image: url(/assets/images/top_page/contact_top.jpg);
}



/* ============================================================================ */
/*                                       FOOTER                                 */
/* ============================================================================ */
.ion-social-twitter, .ion-social-linkedin, .ion-social-facebook, .ion-social-instagram, .ion-social-youtube {
  top: 2px;
  transition: top ease 0.5s;
  color: #fff;
}
.ion-social-twitter:hover, .ion-social-linkedin:hover, .ion-social-facebook:hover, .ion-social-instagram:hover, .ion-social-youtube:hover {
  top: 2px;
  transition: top ease 0.5s;
  color: #ffd500!important;
}
.ion-social-instagram:hover {
  background:transparent;
  -webkit-text-fill-color: #ffd500;
}

.top_link {
  bottom: 15px;
  background: #222;
  border-radius: 50%;
  box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
  height: 4rem;
  width: 4rem;
  right: 50px;
  position: fixed;
  display: flex;
  border: 1px solid #ffd500;
  color: #ffd500;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

footer {
  background-color: #141414;
  padding: 20px 10px;
  color: #fff;
}
footer a {
  color: #fff;
  font-weight: 500;
}
footer a:hover {
  color: #ffd500;
}
footer .plan-de-site li {
  padding: 5px 0;
  font-size: 17px;
}
footer .grid-align-bottom {
  display: grid;
  align-items: end;
}

/* footer .btn-header2 {
  padding: 0.55rem 1rem;
  color: #141414;
  width: 200px!important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  transition: all .15s ease-in-out;
  background-color: #ffd500;
  border: 1px solid #ffd500;
} */
footer .btn-header2 {
  background: #141414;
  border: 1px solid #ffd500;
  color: #fff;
  width: 200px!important;
  padding: 0.95rem 1rem;
  font-size: 16px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-header2:before {
  left: 0;
  top: -100%;
}

.btn-header2:before {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2.5;
  font-size: 180%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-header2 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.btn-header2:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-header2:before,
.btn-3e:before,
.btn-3d:before,
.btn-4:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-5a:before {
  content: "\f212";
}
.btn-5b:before {
  content: "\f423";
}
.btn-5a:hover:before {
  top: 10px;
}
.btn-5b:hover:before {
  top: 12px;
}
.btn-header2:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
footer .list-inline {
  width: 150px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
footer .plan-de-site li a .ion-android-arrow-dropright {
  opacity: 0;
  color: #ffd500;
}
footer .plan-de-site li:hover a .ion-android-arrow-dropright {
  opacity: 1;
  transition: all 0.3s ease;
}
.logo-footer {
  width: 180px;
  margin-right: 5px;
  margin-bottom: 15px;
  background: #fff;
  padding: 10px;
}
.infos-siege i {
  font-size: 24px;
  top: 2px;
  margin-right: 5px;
}
footer .d-grid {
  display: grid;
}
.infos-siege .list-inline-item i {
  font-size: 28px;
  top: 0;
  margin-right: 5px;
  color: #ffd500;
}
.plan-de-site {
  margin-bottom: 0;
}
.btn-4c:before {
  left: auto;
  opacity: 0;
  top: -26px;
  right: 0;
  color: #ffd500;
}
.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-arrow-right:before {
  content: "\f10b";
}
.btn-4:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-4c:hover:before {
  left: auto;
  opacity: 1;
  top: -26px;
  right: -23px;
  color: #ffd500;
}
footer .center-responsive img {
  border: 2px solid transparent;
}
/* ============================================================================ */
/*                                     RESPONSIVE                               */
/* ============================================================================ */
@media (max-width: 1280px) {
  .logo-header {
      height: 110px;
  }  
  .lang .btn-primary {
    font-size: 14px!important;
    padding: 0.6rem 0.9rem;
  }
  .b-nav li {
    padding: 0px 10px 3px 80px;
  }
  .h1, h1 {
    font-size: 35px;
  }
  .home_cont_categories .h2 {
    line-height: 0.7;
  }
  .b-menu {
    top: 15px;
  }
  .lang .btn i {
    font-size: 21px;
  }
}

@media (min-width: 1281px) {
  .index-categories .entry:hover .border2 {
    right: 40%;
  }
  .index-categories .entry strong {
    font-size: 27px;
    line-height: 1;
  }
  .index-categories .entry p {
    font-size: 15px;
  }
  .index-categories .entry aside {
    width: 50%;
  }
}
@media (min-width: 992px) {
 .header__logo {
     display: block;
     height: 110px;
     padding: 5px;
 } 
 .header__logo img,.index .not-sticking .header__logo img {
  width: 115px;
 }
}

@media (max-width: 991px) {
  .header__logo img , .index .not-sticking .header__logo img {
  width: 90px;
  }
  .index .not-sticking .lang a, .lang a, .lang .btn-primary {
    color: #141414;
    font-weight: 600;
    margin: 0 10px;
    padding: 0.9rem 0rem;
    font-size: 12px!important;
  }
  .lang .btn i {
    font-size: 16px;
  }
  .b-bun--mid, .b-bun--bottom, .b-bun--top {
    width: 40px
  }
  .menu-burger .mr-4 {
    display: none;
  }
  .b-container {
    right: 20px;
  }
  .lang {
    right: 60px;
    top: 20px;
  }
  .lang .btn-primary {
    min-width: 180px;
  }
  .ancre-bottom {
    bottom: 25%;
  }
  /* HEADER */
  #carouselExampleIndicatorsHome .carousel-item {
    background-size: contain;
    background-position: top center;
  }
  .carousel-fullscreen .carousel-inner .carousel-item {
    height: 100%;
    min-height: 300px;
    margin-top: 0;
  }
  .bgAccueil {
    height: auto;
  }
  .chevron {
    position: absolute;
    width: 30px;
    height: 5px;
  }
  .text {
    display: block;
    margin-top: 75px;
    margin-left: -20px;
    font-size: 11px;
  }
  /* CATEGORIES */
  .index-categories .entry strong {
    font-size: 17px;
    line-height: 0.5;
  }
  .index-categories .entry {
    height: 200px;
    margin: 20px 5px;
  }
  .index-categories .entry p {
    line-height: 1;
  }
  .index-categories .entry a img {
    right: -56%;
  }
  .index-categories .entry aside {
    padding: 52px 25px 30px 25px;
  }
  /* FOOTER */
  footer .btn-header2 {
    width: 150px!important;
    padding: 0.95rem 1rem;
    font-size: 12px;
    margin: 10px 0;
  }
  footer .plan-de-site li {
    padding: 5px 0;
    font-size: 12px;
  }
  footer p, footer a {
    font-size: 12px;
  }
  .logo-footer {
    width: 110px;
  }
  footer .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  /* PAGES */
  p {
    font-size: 14px;
  }
  .top_page {
    height: 150px;
  }
  .h1, h1 {
    font-size: 25px;
  }
  .border-titre {
    width: 80px;
    height: 80px;
    top: 55px;
  }
  .actualites-group ul li {
    width: calc(49.33% - 1em);
  }
  .adminpersos .actualites-group img {
    height: 250px;
  }
  .title-post {
    font-size: 15px;
  }
  .adminpersos p {
    font-size: 13px;
  }
  .entry-link .btn-primary {
    margin: 0px 0;
  }
  .redaction-assistee h2 {
    font-size: 20px;
  }
  .hotline,
  .hotline2 {
    height: 440px;
  }
  .bg-clip {
    clip-path: polygon(0 40%, 0% 100%, 100% 100%, 140% 100%);
    height: 440px;
  }
  .assistance-juridique .h2 {
    font-size: 19px;
  }
  .assistance-juridique .h2 span {
    font-size: 22px;
  }
  .infos-categories .ml-5 {
    margin-left: 1.5rem!important;
  }
  .hotline3 .bg-clip {
    clip-path: polygon(0 40%, 0% 100%, 100% 100%, 100% 100%);
    height: 400px;
  }
  .hotline3 {
    height: 400px;
  }
  .partenaires .equipe ul li.entry {
    width: calc(29% - 10px);
  }
  .partenaires .entry a img {
    position: relative;
    top: 10px;
    bottom: 0;
    width: 100px;
    height: 100px;
  }
  .partenaires .entry i {
    left: 29%;
  }
  .partenaires .entry strong {
    font-size: 14px;
    line-height: 1;
  }
  .partenaires .entry p {
    font-size: 12px;
  }
  .adminpersos.actualites .content_page ul li {
    width: calc(46% - 10px);
  }
  .agence-contenu2 .border-titre {
    top: 67px;
  }
  .contact .equipe ul li img {
    height: 150px;
  }
  .contact ul li.item-equipe {
    position: relative;
    width: calc(33% - 15px);
    margin: calc(0.5em * 2) 0.5em;
  }
  .contact .title-post, .contact .fonction-post, .contact .agence-post, .contact .ville-post, .equipe .tel-post, .equipe .mail-post, .contact .infos-contact i {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  #carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
  }
  .carousel-fullscreen .carousel-inner .carousel-item {
    min-height: 175px;
}
  .index-categories .entry {
    height: 180px;
    margin: 10px 5px;
  }
  .index-categories .entry aside {
    width: 65%;
    padding: 45px 25px 30px 25px;
    z-index: 100;
    position: relative;
    left: 0px;
    transition: all 0.5s ease;
  }
  .index-categories .entry a img {
    right: -52%;
  } 
  .lang li a span{
    display: none;
  }
  .lang {
    right: 76px;
  }
  .lang ul li {
    padding: 0 10px;
  }
  .lang .btn-primary {
    min-width: 50px;
  }
  .index .not-sticking .lang a, .lang a, .lang .btn-primary {
    margin: 0 5px;
  }
  .logo-header {
    padding-left: 0px;
  }
  .b-link {
    font-size: 16px;
  }
  .b-nav li {
    padding: 0px 10px 3px 40px;
  }
  .header .img-fluid {
    margin-left: 0;
  }
  .top_page {
    height: 100px;
  }
  .actualites-group ul li {
    width: calc(99% - 1em);
  }
  .btn-primary {
    padding: 25px 20px;
  }
  .actualites-group img {
    height: 400px;
  }
  .redaction-bloc2 {
    padding: 20px 15px;
  }
  .hotline3 .bg-clip {
    clip-path: polygon(0 25%, 0% 100%, 100% 100%, 175% 100%);
    height: 400px;
  }
  .bg-clip {
    clip-path: polygon(0 40%, 0% 100%, 100% 100%, 150% 100%);
    height: 440px;
  }
  .partenaires .equipe ul li.entry {
    width: calc(100% - 10px);
  }
  .partenaires .entry a img {
    width: 120px;
    height: 120px;
  }
  .adminpersos.actualites .content_page ul li {
    width: calc(100% - 10px);
  }
  .btn-4c:before,
  .btn-4c:hover:before {
    top: -16px;
  }
  .infos-siege, .plan-de-site, .center-responsive {
    text-align: center;
  }
  footer .grid-align-bottom {
    justify-content: center;
  }
  .adherent iframe {
    width: 320px;
    height: 200px;
  }
  .contact ul li.item-equipe {
    width: calc(100% - 15px);
  }
  .contact .equipe ul li img {
    height: 200px;
  }
  .ancre-bottom {
    right: 53%;
  }

}






.connexion_iframe,
.interface iframe {
  width: 100%;
  height: 100vh;
}
.interface .mbm .form-style {
  margin: 10px 0;
}

.interface form .btn-3 {
  background: #ffd500;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  color: inherit;
  cursor: pointer;
  padding: 15px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
  text-align: left!important;
  margin-top: 11px;
  border: 1px solid #ffd500;
}
.interface form .btn-3:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}


