/*GENERAL */


html, body {
  height: 100%;
  font-family: 'Raleway', sans-serif;
  color: #848484;
  font-size: 15px;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  max-width: 100%;
}

a{
  color: #848484;
  text-decoration: underline;
}

a:hover{
  color: #fab03e;
}

a:focus {
  outline: none;
}

.decapitalize {
  text-transform: none!important;
}

.margin-p p {
  margin-bottom: 20px;
}

/*HEADER*/

.navbar-brand {
  height: auto;
}

.navbar .navbar-toggle {
  margin-top: 23px;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}

@keyframes comingnav {
    from {top: -100px;}
    to {top: 0;}
}

#nav {
    position: absolute;
    width: 100%;
    transition: 0.5s ease;
    background-color: transparent;
    z-index: 999;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(to right, #ee2344 , #f79323);
    animation-name: comingnav;
    animation-duration: 0.5s;
}

#nav a {
  transition: 0.3s ease;
}

.navbar {
  margin-bottom: 0;
  border: none;
  font-weight: 600;
  background-color: transparent;
}

.nav>li>a {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}


.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
  color: #e91a42;
}

.main-nav>li>a {
  padding: 10px 20px;
}

.nav>li>a.members:hover {
  background-color: #e91a42;
  color: #fff;
}


.main-nav>li:last-child>a {
  padding-right: 0px;
}

.social-menu {
  float: right;
  margin-right: -15px;
}
.main-nav{
  margin-top: 8px;
}

.social-menu>li>a {
  font-size: 21px;
}
.nav>li>a.members {
  font-size: 14px;
  background-color: #fff;
  color: #ed1e47;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: 10px;
}

.nav>li>a.ressources {
  font-size: 14px;
  background-color: #ee2344;
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: 10px;
}



/*HOME*/

#particles-js {
    width: 100%;
    height: 75%;
    min-height: 570px;
    /*background: linear-gradient(to right, #eb1f26 , #f79323);*/
    background: linear-gradient(to right, #ee2344 , #f79323);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.home-titles {
  top: 130px;
  position: absolute;
  width: 100%;
}

.page-title {
  text-align: center;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}

.page-title .bigger{
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2em;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.home-subtitle {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: -5px;
  line-height: 1.4em;
}

.swiper-container {
  height: 315px;
  position: relative;
  width: 840px;
  margin: -190px auto -125px;
}

.swiper-slide {
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.swiper-slide .slider-caption {
  padding-top: 10px;
  position: absolute;
  width: 380px;
  height: 380px;
  background: linear-gradient(to right, #ee2344 , #f79323);  
  color: #fff;
  text-align: center;
  left: 50%;
  margin-left: -190px;
  bottom: 0;
  margin-bottom: -380px;
  border-radius: 190px;
  line-height: 1.2em;
  transition: 1.5s ease;
}

.swiper-slide:hover .slider-caption, .swiper-slide-active .slider-caption {
  margin-bottom: -328px;
}

.grey-bg {
  background-color: #f8f8f8;
}

.home-numbers {
  padding-top: 130px;
  padding-bottom: 30px;
}

.number-block {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
  position: relative;
  /*box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);*/
}

.big-video-container {
  padding: 40px 0;
}

.number-title {
  font-size: 17px;
  color: #393939;
}
.number-img {
  margin: 20px auto;
  width: 70px;
  height: 70px;
}

.number-img img{
  max-height: 100%;
  max-width: 100%;
}

.number-big {
  /*color: #f79323;*/
  color: #fab03e;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.discover {
  position: relative;
  overflow: hidden;
}


.discover-bg {
  position: absolute;
  width: 1100px;
  height: 1100px;
  border-radius: 550px;
  left: 50%;
  top: 80px;
  margin-left: -1140px;
  background: #ee2444; /* Old browsers */
  background: -moz-linear-gradient(top, #ee2444 35%, #f78e25 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ee2444 35%,#f78e25 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ee2444 35%,#f78e25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2444', endColorstr='#f78e25',GradientType=0 ); /* IE6-9 */
}

.discover-content {
  position: relative;
  z-index: 99;
}
.magazine {
  margin-bottom: 50px;
}

.magazine .section-subtitle {
  color: #fff;
  margin-bottom: 20px;
}

.magazine img {
  max-width: 100%;
}

.magazine a {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
  display: block;
}

.slider-videos {
  margin-top: 41px;
  margin-bottom: 51px!important;
}

.slider-bd .slick-list{
  padding-top: 3px;
  padding-bottom: 20px;
}

.slider-bd a {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
  display: block;
}

.slider-bd img {
  max-width: 100%;
}

.slider-projects {
  padding: 20px;
  margin: 0 -30px;
}

.slider-projects .slick-track {
  padding-top: 90px;
}

.project {
  background-color: #fff;
  padding: 120px 80px 25px;
  margin: 0 30px 30px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10); 
  position: relative;
}

.project .image {
  position: absolute;
  left: 50%;
  top: -90px;
  margin-left: -90px;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  background-size: cover;
}

.project-title {
  font-size: 18px;
  color: #393939;
  font-weight: 600;
  margin-bottom: 20px;
}

.project-description {
  color: #fab03e;
  font-weight: 600;
  margin-bottom: 20px;
  min-height: 45px;
}

.project-author {
  margin-bottom: 20px;
  min-height: 65px;
}

.home-news {
  padding-bottom: 20px;
}

.news-block {
  /*border: 1px solid #dcdcdc;*/
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
}

.img-block {
  display: block;
  text-align: center;
}

.img-block img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.50);
  transition: 0.5s ease;
}

.img-block:hover img {
 box-shadow: 0 0px 0px rgba(0, 0, 0, 0.10); 
}

.first-block-margin {
  margin-top: -150px!important;
}

.inner-content {
  padding: 25px;
  min-height: 310px;
}

.inner-content-2 {
  padding: 5px 10px 1px;
}

.news-image {
  height: 250px;
  background-size: cover;
}

.news-date {
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-title {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #000;
  font-weight: 600;
}

.news-block .btn-custom {
  margin-top: 20px;
  margin-bottom: 0;
}

.news-block .desc {
  min-height: 90px;
}


.btn-custom:visited, .btn-custom:hover, .btn-custom:focus {
  outline: none;
  text-decoration: none;
  color: #fab03e;
} 





/*L'ingénerie*/

.slider-number-block .slick-dots {
  bottom: -10px;
}

.sector-block {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  height: 235px;
  background-size: cover;
  overflow: hidden;
}

.sector-block a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.sector-block .slider-caption {
  padding-top: 10px;
  position: relative;
  width: 380px;
  height: 380px;
  background: linear-gradient(to right, #ee2344 , #f79323);  
  color: #fff;
  text-align: center;
  left: 50%;
  margin-left: -190px;
  bottom: 0;
  margin-top: 180px;
  border-radius: 190px;
  line-height: 1.2em;
  transition: 1.5s ease;
}

.project-block {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  background-color: #fff;
  text-align: center;
}


.image-project {
  height: 360px;
  width: 100%;
  background-size: cover;
  background-position: center;
}



/*S'orienter*/

.daily {
  margin: 30px -15px;
}

.daily-block {
  background-color: #fff;
  padding: 65px 18px 20px;
  margin: 50px 15px 0;
  width: calc(20% - 30px);
  text-align: center;
  float: left;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
}

@media (max-width: 768px) {
  .daily-block {
    width: calc(100% - 30px);
  }
}

@media (min-width: 769px and max-width: 992px) {
  .daily-block {
    width: calc(50% - 30px);
  }
}

.daily-img {
  position: absolute;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -99px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}

.daily-img img{
  height: 100%;
  width: auto;
}

.daily-title {
  color: #fab03e;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;  
  margin-bottom: 10px;
}

.daily-job {
  font-size: 15px;
  color: #393939;
  margin-bottom: 15px;
  min-height: 42px;
}

.daily .btn-custom {
  min-width: 0;
  width: 100%;
}

.formation-form {
  background-color: #f99f21;
  padding: 30px 30px 0;
  margin-bottom: 30px;
}

.formation-form .side-title {
  color: #fff;
  text-align: left;
}

.formation-form p {
  color: #fff;
}

.formation-form img {
  max-width: 100%;
}

.formation-form form {
  margin-top: 35px;
  position: relative;
}

.formation-form .form-control {
  border-radius: 0;
  margin-bottom: 30px;
  border: none;
  padding: 8px 12px;
  height: 40px;
  font-size: 15px;
}



.formation-form .btn {
  border-radius: 0;
  background-color: #00afa5;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 15px;
}



/*Etre Recrute*/

.women-daily .number-block-container{
  margin-top: -110px;
}



/*Développer son projet*/

.to-win {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.2em;
  color: #393939;
}

.to-win i {
  font-size: 30px;
  color: #eb1f26;
  margin-bottom: 5px;
}

.price-infos {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
  padding: 20px;
  text-align: center; 
  margin-bottom: 30px; 
}

.price-infos .number-title {
  margin-bottom: 10px;
}

.finalist-projects {
  margin-top: 50px;
}


/*Etre une femme ingenieure*/

.women-daily {
  background-color: #f8f8f8;
  position: relative;
  /*margin-top: 50px;*/
}

.women-daily-margin {
  margin-top: 80px;
}

.women-daily .img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow:hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
}

.women-daily .number-block {
  padding-top: 70px;
}


.women-daily-margin .number-big {
  min-height: 60px;
}

.women-daily-margin .number-title {
  min-height: 50px;
}

.women-daily-margin .number-desc {
  min-height: 190px;
}

.women-daily .number-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.women-daily .number-desc {
  padding: 30px 0;
  position: relative;
  /*margin-bottom: 20px;*/
}

.women-daily .number-desc::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 25px;
  background-image: url('https://avenir-ingenierie.fr/wp-content/themes/images/quote-up.jpg');
  color: #fab03e;
  line-height: 1em;
}

.women-daily .number-desc::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 0;
  width: 40px;
  height: 25px;
  background-image: url('https://avenir-ingenierie.fr/wp-content/themes/images/quote-down.jpg');
  color: #fab03e;
  line-height: 1em;
}

.women-daily .slick-list {
  padding-top: 50px;
}

.shema {
  margin-bottom: 30px;
}

.social-block {
  text-align: center;
  color: #fff;
  padding: 20px;
  min-height: 170px;
  opacity: 0.8;
}

.twitter-block {
  background-color: #1dcaff;
}

.facebook-block {
  background-color: #3b5998;
}

.linkedin-block {
  background-color: #4875b4;
}

.instagram-block {
  background-color: #8a3ab9;
}

.social-icon {
  font-size: 45px;
}

.social-title {
  font-size: 18px;
  font-weight: 700;
}

.parallax-bg { 
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.project-block .img {
  height: 204px;
  text-align: center;
  margin-bottom: 8px;

}

.project-block .img img{
  height: 100%;
}

.project-title-2 {
  min-height: 50px;
}

.finalist-title {
  font-size: 18px;
  color: #393939;
  font-weight: 600;
  margin-bottom: 20px;  
  min-height: 20px;
}

.finalist-description {
  color: #fab03e;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 110px;
  /*min-height: 60px;*/
  font-size: 13px;
}

.finalist-desc {
  margin-bottom: 20px;
  min-height: 75px;
  font-size: 13px;
}


.btn-inverse {
  background-image: linear-gradient(to right, #ee2344 0%, #f79323 100%);
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  display: inline-block;
  padding: 2px;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 210px;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 20px;
}

.btn-inverse:hover {
  color: #fab03e;
  text-decoration: none;
}

.btn-inverse span {
  padding: 10px 15px 8px;
  align-items: center;
  background-image: linear-gradient(to right, #ee2344 0%, #f79323 100%);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
}

.btn-inverse:hover span {
  background: white;
}


/*ESPACE AMBASSADEURS */


.gradient-bg {
  background: linear-gradient(to right, #ee2344 , #f79323);
  padding: 20px;
}

.gradient-bg .side-title {
  color: #fff;
}

.gradient-bg form .form-control {
  border-radius: 20px;
  text-align: center;
  color: #555555;
  background-color: #fff!important;
  background-image: none;  
  font-size: 15px;
  height: 36px;
  padding: 8px 12px!important;
  border: none;
}

.gradient-bg .btn {
  border-radius: 20px;
  background-color: #e91a42;
  border: 2px solid #e91a42;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.gradient-bg .btn:hover {
  background-color: #fff;
  color: #e91a42;
}

.slider-women-daily {
  margin-bottom: 50px!important;
}
.slider-women-daily .number-block {
  margin-bottom: 20px;
}

.espace-ambassadeurs {
  margin-bottom: 50px;
}

.project-image {
  height: 190px;
  background-size: cover;
}


/*espace privé*/

.nav-tabs > li {
  width: 33.33%;
  text-align: center;
}

.nav-tabs > li > a {
  font-size: 20px;
  font-weight: 700;
  border: none;
  border-radius: 0px;
  border-right: 2px solid #f8f8f8!important;
  margin: 0;
  background-color: #c1c1c1;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #f8f8f8;
  border: none;
}


.support-categorie {
  margin-top: 10px;
  font-size: 17px;
  color: #fff;
  background-color: #fab03e;
  padding: 8px 0px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}

.ressource-block {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.ressource-block .img {
  text-align: left;
}

.ressource-block .img img{
  border: 1px solid #ededed;
  height: 160px;
}

.ressource-type {
  color: #fab03e;
  font-weight: 600;
  margin-bottom: 20px; 
}

.ressource-title {
  font-size: 18px;
  color: #393939;
  font-weight: 600;
  margin-bottom: 5px;
  min-height: 65px;
}




/********************* General **********************/

.section-title {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  margin: 50px 0 20px;
  color: #393939;
}

iframe {
  border: none;
}

.content-block-margin {
  margin-top: 30px;
}

.content-block-margin p {
  margin-bottom: 10px;
}

.content-block-margin img {
  margin-bottom: 20px;
}

.section-subtitle {
  color: #393939; 
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.section-intro {
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.btn-custom {
  background-image: linear-gradient(to right, #ee2344 0%, #f79323 100%);
  border-radius: 40px;
  box-sizing: border-box;
  color: #fab03e;
  display: block;
  display: inline-block;
  padding: 2px;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 210px;
  z-index: 2;
  cursor: pointer;

}

.btn-custom:hover {
  color: #fff;
  text-decoration: none;
}

.btn-custom span {
  padding: 10px 15px 8px;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
}

.btn-custom:hover span {
  background: transparent;
}

.custom-arrow {
  position: absolute;
  top: 52%;
  font-size: 30px;
  color: #848484;
}

.custom-arrow:hover {
  color: #393939;
}

.custom-prev {
  left: -50px;
}

.custom-next {
  right: -50px;
}

.twitter-column {
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-radius: 5px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 10px;
  background: -webkit-linear-gradient(#ee2344, #f79323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer {
  border-top: 1px solid #d5d5d5;
  padding: 30px 0;
  text-align: center;
}

.partner a {
  margin: 0 5px;
}

.mentions {
  margin-top: 20px;
  font-size: 13px;
}

.mentions a {
  color: #848484;
}

.page-head {
  height: 430px;
  padding-top: 150px;
  background-position: center!important;
  background-size: cover!important;
  background: #eb1f26; /* Old browsers */
  background: -moz-linear-gradient(left, #eb1f26 0%, #eb1f26 50%, #f79323 51%, #f79323 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #eb1f26 0%,#eb1f26 50%,#f79323 51%,#f79323 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eb1f26 0%,#eb1f26 50%,#f79323 51%,#f79323 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1f26', endColorstr='#f79323',GradientType=1 ); /* IE6-9 */
}

.main-content {
  position: relative;
  margin-top: -120px;
}


.main-content-special {
  margin-top: -180px;
}

p {
  margin-bottom: 0
}

.main-content p {
  margin-bottom: 20px;
}

.block-padding {
  padding: 30px 30px 0;
}
p b {
  color: #393939;
}

.side-title {
  font-size: 20px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2em;
}

.little-title {
  font-size: 20px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.page-section {
  padding: 30px 0;
}

.page-section .margin-bottom {
	margin-bottom: 20px;
}


.btn-block {
  padding: 25px 40px;
  border-radius: 50px;
  margin: 20px 0;
  background: linear-gradient(to right, #ee2344 , #f79323);  
}

.btn-block-special-margin {
  
}

.btn-block .side-title {
  margin-bottom: 0;
  color: #fff;
  float: left;
  line-height: 42px;
}

.btn-block .btn-custom {
  float: right;
}

.normal-p p {
  margin-bottom: 20px;
}

.block-img {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
  padding: 20px;
  text-align: center;
}

.block-img img {
  max-width: 100%;
}

.page-section .embed-responsive {
  margin-bottom: 8px;
}

.big-btn-block {
  text-align: center;
  padding: 25px 40px;
  border-radius: 75px;
  margin: 20px 0;
  background: linear-gradient(to right, #ee2344 , #f79323);  
}

.big-btn-block .side-title {
  margin-bottom: 15px;
  color: #fff;
  line-height: 42px;
}

.red-color {
  color: #ee2344;
}

.big-btn-block .btn-custom {
  margin: 0 15px;
}

.modal-header {
  background: linear-gradient(to right, #ee2344 , #f79323);
  border: none;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.intro-projet-femme {
  text-align: center;
  margin-bottom: 30px;
}

.kit-com-title {
  color: #fab03e;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.kit-com {
  color: #393939;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;

}

.podcast-code p {
  margin: 0;
}








@media (max-width: 1200px) {
  .nav>li>a {
    font-size: 13px;
  }

  .discover-bg {
    top: 50px;
  }
  .magazine {
    margin-right: 70px;
  }
  .news-title {
    min-height: 72px;
  }
  .news-block .desc {
    min-height: 110px;
  }
  #twitter-widget-0 {
    height: 575px!important;
  }
}

@media (max-width: 992px) {
  .swiper-container {
    width: 750px;
  }
  .magazine {
    margin: 0 0 30px;
  }

  .discover-content .section-subtitle {
    color: #393939;
    text-align: center;
  }
  .discover-bg {
    display: none;
  }
  .navbar-brand {
    width: 180px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
  }
  .navbar-brand img {
    display: inline-block;
  }
  .custom-next {
    right: 0;
  }
  .custom-prev {
    left: 0;
  }
  .slider-projects {
    margin: 0;
  }
}

@media (max-width: 768px) {
  #nav {
    position: fixed;
    background: linear-gradient(to right, #ee2344 , #f79323);
  }
  #nav.affix {
    animation: none;
  }

  .swiper-container {
    width: 100%;
    height: 120vw;
  }
  .navbar-brand img {
    max-height: 50px;
  }
  .page-title {
    font-size: 20px;
  }
  .page-title .bigger {
    font-size: 30px;
  }
  .section-title {
    font-size: 18px;
  }
  .section-subtitle {
    font-size: 15px;
  }
  .page-title .bigger br {
    display: none;
  }
  .home-subtitle {
    margin: 15px;
  }
  .social-menu {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav>li>a.members {
    margin-left: 0;
  }
  .social-menu li {
    display: inline-block;
  }
  .slider-projects {
    padding: 20px 0;
  }
  .project {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer .partners, .footer .mentions{
    width: 290px;
    margin: 0 auto;
  }
}




.page-head-article {
  height: 430px;
  padding-top: 150px;
  background: linear-gradient(to right, #ee2344 , #f79323);
  background-position: center!important;
  background-size: cover!important;
}

.page-head-article .page-title {
  font-weight: 700;
}

#wpforms-509 label {
  display: none;
}

#wpforms-509-field_2-container {
  width: 50%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

#wpforms-509-field_3-container {
  width: 40%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;  
}

#wpforms-509-field_3 {
  width: 100%;
  max-width: none;
  padding-right: 0;
}

#wpforms-509-field_5-container {
  width: 10%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;    
}

#wpforms-509-field_5 {
  width: 100%;
  max-width: none;
}

.wpforms-submit-container {
  padding-top: 0!important;
}


.wpforms-one-half {
  width: 50%;
  float: left;
  padding-right: 20px;
}

#wpforms-509 .wpforms-field { 
  clear: none!important;
}


#wpforms-submit-509 {
    border-radius: 0;
    background-color: #00afa5;
    color: #fff;
    width: 220px;
    height: 38px;
    padding: 8px 12px;
    font-size: 15px;
    border: none;
}

.wpforms-field-row {
  float: left!important;
  max-width: none!important;
}

#wpforms-509 .wpforms-submit-container {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.wpforms-field-hp {
  display: none;
}

#wpforms-509-field_4 {
  width: 470px;
  max-width: none;
}

#wpforms-confirmation-509 {
  margin-top: 20px;
}

.wpforms-confirmation-container-full p {
  color: #93c35d;
}

input[type="text"], input[type="email"], input[type="number"] {
  border-radius: 0;
  margin-bottom: 30px;
  border: none;
  padding: 8px 12px;
  height: 40px;
  font-size: 15px;  
  max-width: 100%;
}

.connected-user ul{
  text-align: center;
  padding: 0px;
  clear: right;
  margin-top: 25px;
}
.connected-user li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}

.connected-user li a {
    padding: 10px 15px 8px;
    background: #fff;
    border-radius: 40px;
    height: 100%;
    transition: background .5s ease;
    color: #fab03e;
    text-decoration: none;
    border: 2px solid #fab03e;
    text-transform: uppercase;
    font-weight: 600;
}

.connected-user li:last-child a {
  color: #ee2344;
  border: 2px solid #ee2344;
}

.cma-thread-snippet {
  padding: 0px!important;
  height: 95px!important;
  line-height: 1em!important;
}

.cma-thread-meta-div .cma-thread-numbers {
  padding: 8px 0 10px!important;
  width: 90px!important;
}

.cma-thread-answers {
  background-color: #fff7eb!important;
  border: 2px solid #ffb538!important;
  color: #525252!important;
}

.cma-thread-numbers-count {
  font-size: 30px!important;
  font-weight: normal!important;
  margin-top: 5px;
}

.cma-form-container {
    padding: 25px 40px;
    border-radius: 50px;
    margin: 30px 0!important;
    background: linear-gradient(to right, #ee2344 , #f79323);
}


.cma-form-container input[type="submit"] {
  margin-top: 0!important;
    padding: 10px 15px 8px!important;
    background: #fff!important;
    border-radius: 40px!important;
    height: 100%!important;
    transition: background .5s ease!important;
    color: #fab03e!important;
    text-decoration: none!important;
    border: 2px solid #fab03e!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
}

.cma-form-inner {
  color: white;
}

.cma-thread-numbers-caption {
  margin-top: 5px;
  text-transform: uppercase;
}

.cma-thread-title {
  height: 95px;
  padding: 0px!important;
  line-height: 95px!important;
  vertical-align: top!important;
  float: left;
  color: #ffb538!important;
  font-weight: 400!important;
  font-size: 22px!important;
}

.cma-thread-title a {
  color: #ffb538!important;
}

.cma-thread-list .cma-thread-meta {
  margin-top: 10px!important;
  line-height: 1.5em;
}

.cma-thread-summary-right {
  margin-top: 32px;
}
#wpforms-634-field_0-container {
  margin-bottom: 20px;
}

#wpforms-634 .wpforms-field-row {
  width: 100%!important;
  max-width: none!important;
}


#wpforms-submit-634 {

    border-radius: 40px!important;
    color: #fff!important;
    display: inline-block!important;
    padding: 2px!important;
    position: relative!important;
    text-decoration: none!important;
    text-align: center!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    min-width: 210px!important;
    z-index: 2!important;
    cursor: pointer!important;
    margin-bottom: 20px!important;
    background-image: linear-gradient(to right, #ee2344 0%, #f79323 100%);   
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
}

#wpforms-form-634 .wpforms-submit-container {
  text-align: center;
}

.um-10.um {
  float: none!important;
}

.page .post-thumbnail {
  width: 100%;
  margin-bottom: 20px;
}

.um-form input {
  border: 1px solid #ccc;
  box-shadow: none;
}


.link-prices {
  /*border-top: 3px solid #f36020;*/
  padding: 25px 0 5px;
  background-color: #05aeb3;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

.link-prices img {
  margin: 5px 0 10px;
}

.intro-text {
  /*color: #fab03e;*/
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.um-11.um {
  float: none!important;
  text-align: center;
  margin-bottom: 0px!important;
}

.um-11  .um-row{
  border: none!important;
  display: inline-block;
  margin-bottom: 0!important;
}

.um-col-alt {
  display: inline-block;
}

.um-11 .um-field {
  padding: 0 0 15px 0;
  display: inline-block;
  margin: 0 10px;
}

#username-11, #user_password-11 {
  width: 200px;
  border-radius: 20px;
  text-align: center;
}

.um-11 .um-field-area {
  display: inline-block;
}

.um-col-alt-b {
  padding-top: 0!important;
}

.um-11 a.um-link-alt {
  color: #fff!important;
  font-weight: 600!important;
}

.um {
  color: #fff!important;
}

.um-logout a {
  color: #FAB03D!important;
}

.um-login.um-logout {
  max-width: none!important;
}

.um-login {
  color: #fff;
}

.um-11.um {
  max-width: 100%!important;
}

#wpforms-653-field_1-container {
  padding-top: 20px;
}

.um-11.um input[type=submit].um-button, .um-11.um input[type=submit].um-button:focus, .um-11.um a.um-button, .um-11.um a.um-button.um-disabled:hover, .um-11.um a.um-button.um-disabled:focus, .um-11.um a.um-button.um-disabled:active {
  border-radius: 20px!important;
  background-color: #e91a42!important;
  border: 2px solid #e91a42!important;
  width: 200px!important;
  min-width: none!important;
  padding: 9px 10px 10px!important;
  color: #fff!important;
  text-transform: uppercase!important;
  font-weight: 700!important;
  text-decoration: none!important;
}

#wpforms-form-653 .wpforms-field-row, #wpforms-653-field_1 {
  width: 100%!important;
  max-width: none!important;
}

#wpforms-653-field_4-container, #wpforms-653-field_3-container, #wpforms-654-field_8-container, #wpforms-654-field_9-container {
  width: 50%;
  float: left;
  clear: none!important;
}

#wpforms-654-field_3-container {
  padding-top: 20px;
}

#wpforms-form-654 .wpforms-field-row {
  width: 100%!important;
}

#wpforms-654-field_8, #wpforms-654-field_9 {
  max-width: 100%!important;
}

#wpforms-form-655  .wpforms-field-row {
  width: 100%;
}

/*.cma-thread-add {
  display: none;
}*/

.cma-form-container.no-markup-box textarea {
  display: none!important;
}

.cma-form-choose-category {
  display: none!important;
  margin-top: -10px; 
}


.cma-question-form-container .cma-form-options {
  display: none;
}


.cma-answer-form-container textarea.cma-form-content{
  display: block!important;
  margin-top: 20px!important;
  border: none!important;
  padding: 5px!important;
  margin-bottom: 15px!important;
}

.cma-answer-form-container h3 {
  color: #fff;
}

.cma-form-option-label {
  color: #fff;
}


.cma-thread .entry-title {
  color: #ffb538!important;
}


.um-postmessage {
  color: #848484;
}