@charset "utf-8";


/* Extra small devices*/
@media (max-width: 575.98px) { 
    body {
        margin-bottom: 0;
    }
    #header.affix #BottomHeader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        z-index: 999;
    }
    .Logo img {
        max-width: 150px;
    }
    .navbar-toggler {
        border: none;
        padding-right: 0px;
    }
    .navbar .nav > li  {
        text-align: center;
    }
    .navbar .nav > li > a {
        display: block;
        border-top: none;
        border-bottom: 3px solid transparent;
    }
    .navbar .nav > li.active > a, .navbar .nav > li:hover > a{
        border-top: none;
        border-bottom: 3px solid #1F8ACB;
    }
    #footer {
        position: static;
        height: auto;
        padding-bottom: 0;
        text-align: center;
    }
    #footer h4 {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }
    .footermenu li a {
        font-size: 0.95rem;
    }
    .FooterCopy {
        margin-top: 20px;
        font-size: 12px;
    }
    .WrapServicesHome h2 {
        font-size: 2.7rem;
    }
    .CatTitle, .ItemTitle {
        letter-spacing: 0;
        font-size: 2.5rem;
    }
    .SmallCard .InfoTeam h4 {
        font-size: 1.3rem;
    }
    .ItemTeam, .WrapServicesItem {
        margin-bottom: 30px;
    }
    .WrapServicesItem, .ItemTeam, .SmallCard .InfoTeam  {
        height: auto;
    }
    .SmallCard .InfoTeam {
        padding: 20px;
    }
    .contact-form {
        margin-top: 30px;
    }
    .WrapContactForm {
        padding: 15px;
    }
    .btn.btn-primary.validate {
        position: static;
        margin-top: 15px;
    }
    .LogoPartner {
        width: 130px;
    }
    div.mod-languages li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* Small devices (Smartphone)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    body {
        margin-bottom: 0;
    }
    #header.affix #BottomHeader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        z-index: 999;
    }
    .navbar-toggler {
        border: none;
        padding-right: 0px;
    }
    .navbar .nav > li  {
        text-align: center;
    }
    .navbar .nav > li > a {
        display: block;
        border-top: none;
        border-bottom: 3px solid transparent;
    }
    .navbar .nav > li.active > a, .navbar .nav > li:hover > a{
        border-top: none;
        border-bottom: 3px solid #1F8ACB;
    }
    #footer {
        position: static;
        height: auto;
        padding-bottom: 0;
        text-align: center;
    }
    .ItemTeam, .WrapServicesItem {
        margin-bottom: 30px;
    }
    .WrapServicesItem, .ItemTeam, .SmallCard .InfoTeam  {
        height: auto;
    }
}
/* Medium devices (tablets portraint, small tablets)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    body {
        margin-bottom: 0;
    }
    .Logo img {
        max-width: 150px;
    }
    .navbar .nav > li > a {
        letter-spacing: 0;
    }
    .CTA a {
        padding: 10px 25px;
    }
  .WrapServicesItem {
    margin-bottom: 30px;
  }
    .WrapServicesItem h3, .WrapServicesItem h3 a, .ServicesCard h3 {
        font-size: 1.4rem;
    }
    #footer {
        height: auto;
        padding-bottom: 0;
        position: static;
    }
    #footer h4 {
        font-size: 1.3rem;
    }
     .SmallCard .InfoTeam h4 {
        font-size: 1rem;
    }
    .E-MailTeam p, .RoleTeam p {
        font-size: 0.8rem;
    }
    .ItemTeam, .SmallCard .InfoTeam {
        height: 125px;
    }
    .SmallCard .InfoTeam {
        margin-left: -15px;
    }
  	.btn.btn-primary.validate {
      position: static;
      margin-top: 15px;
      width: 100%;
	}
}

/* Large devices (Small desktops, Tablet Landscape Ipad)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    body {
        margin-bottom: 0;
    }
    .Logo img {
        max-width: 150px;
    }
    .ItemTeam, .SmallCard .InfoTeam {
        height: 175px;
    }
  .ServicesItemText {
    padding: 90px 10px 35px;
  }
    #footer {
        height: auto;
        position: static;
    }
}

