/* RESPONSIVE */
@media (max-width: 575px) {
  /* GENERAL */
  body {
    font-size: 17px;
    line-height: 23px;
  }

  .boisset-pages-banner {
    height: auto;
  }

  .boisset-title-pages {
    padding-top: 50px;
    font-size: 35px;
    line-height: 35px;
  }

  .boisset-subtitle-pages {
    font-size: 25px;
    line-height: 20px;
  }

  .boisset-intro-pages {
    line-height: 25px;
    padding-bottom: 50px;
  }

  /* GENERAL */

  /* FOOTER */
  .boisset-footer-infos {
    font-size: 20px;
    line-height: 35px;
  }

  .boisset-footer-logo img {
    height: 240px;
    padding-bottom: 40px;
  }

  .boisset-footer-contact-title {
    font-size: 20px;
    line-height: 27px;
  }

  .boisset-footer-top-content {
    padding-top: 50px;
  }

  /* FOOTER */

  /* FORM */
  ::placeholder,
  textarea {
    font-size: 15px;
    line-height: 17px;
  }
  /* FORM */

  /* HEADER */
  .boisset-header {
    align-content: center;
  }

  .boisset-header-home-link img {
    width: 260px;
  }

  .navbar-nav .dropdown-menu {
    left: 0;
    transform: none;
  }

  .boisset-header {
    opacity: 1;
  }
  /* HEADER */

  /* HOME */
  .boisset-home-banner-1 {
    background-image: url("../images/Boisset-Banner-Mobile.jpg");
    transition: none;
    width: 100%;
    height: 0;
    padding-top: 173%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 115px;
  }

  .boisset-home-banner-1:hover {
    background-image: url("../images/Boisset-Banner-Mobile.jpg");
  }

  .boisset-home-banner-column-two,
  .boisset-home-banner-column-three {
    display: none;
  }

  .boisset-home-banner-2 {
    display: none;
  }

  .boisset-home-intro-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .boisset-home-intro {
    font-size: 25px;
    line-height: 30px;
  }

  .boisset-home-intro-grid-images {
    margin-top: 30px;
    margin-left: 0;
  }

  .boisset-grid-image-item {
    transition: none;
  }

  .boisset-grid-image-1:hover {
    background-image: url("../images/Boisset-Home-Terrassement.jpg");
  }

  .boisset-grid-image-2:hover {
    background-image: url("../images/Boisset-Home-R.jpg");
  }

  .boisset-grid-image-3:hover {
    background-image: url("../images/Boisset-Home-Amenagements.jpg");
  }

  .boisset-grid-image-4:hover {
    background-image: url("../images/Boisset-Home-Transports.jpg");
  }

  .boisset-home-job-bg {
    background-image: url("../images/Boisset-Home-Metiers-BG-Mobile.jpg");
  }

  .boisset-home-job-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .boisset-home-job-wrapped {
    display: block;
    padding: 0;
    box-sizing: border-box;
  }

  .boisset-home-job-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: 20px;
    margin-right: 7px;
  }

  .boisset-home-job-image img {
    width: 100%;
  }

  .boisset-home-job-text-wrapped {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .boisset-home-gallery-item{
    height: 260px;
  }

  /* HOME */

  /* PAGE - NOS METIERS */
  .boisset-gallery-item-terrassement img {
    height: 135px;
  }

  .boisset-jobs-ref-wrapped {
    flex-direction: column;
  }

  .boisset-jobs-ref-text-wrapped {
    padding-left: 0;
  }
  /* PAGE - NOS METIERS */

  /* PAGES - FAQ */
  .boisset-faq {
    padding-bottom: 0;
  }
  /* PAGES - FAQ */

  /* PAGES - NOS REALISATIONS */
  .boisset-realisations-btn-categorie{
    font-size: 20px;
  }
  /* PAGES - NOS REALISATIONS */
  
}

@media (min-width: 576px) and (max-width: 767px) {
  /* GENERAL */

  .boisset-pages-banner {
    height: auto;
  }

  .boisset-title-pages {
    padding-top: 50px;
    font-size: 35px;
    line-height: 35px;
  }

  .boisset-subtitle-pages {
    font-size: 25px;
    line-height: 20px;
  }

  .boisset-intro-pages {
    line-height: 25px;
    padding-bottom: 50px;
  }
  /* GENERAL */

  /* FOOTER */
  .boisset-footer-infos {
    font-size: 20px;
    line-height: 35px;
  }

  .boisset-footer-logo img {
    height: 260px;
    padding-bottom: 40px;
  }

  .boisset-footer-top-content {
    padding-top: 50px;
  }
  /* FOOTER */

  /* HEADER */
  .boisset-header-home-link img {
    width: 260px;
  }

  .navbar-nav .dropdown-menu {
    left: 0;
    transform: none;
  }

  .boisset-header {
    opacity: 1;
  }
  /* HEADER */

  /* HOME */
  .boisset-home-banner-1 {
    background-image: url("../images/Boisset-Banner-Mobile-1.jpg");
    transition: none;
    width: 100%;
    height: 0;
    padding-top: 140%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 115px;
  }

  .boisset-home-banner-1:hover {
    background-image: url("../images/Boisset-Banner-Mobile-1.jpg");
  }

  .boisset-home-banner-column-two,
  .boisset-home-banner-column-three {
    display: none;
  }

  .boisset-home-banner-2 {
    display: none;
  }

  .boisset-home-intro-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .boisset-home-intro {
    font-size: 25px;
    line-height: 30px;
  }

  .boisset-home-intro-grid-images {
    margin-top: 30px;
    margin-left: 0;
  }

  .boisset-grid-image-item {
    transition: none;
  }

  .boisset-grid-image-1:hover {
    background-image: url("../images/Boisset-Home-Terrassement.jpg");
  }

  .boisset-grid-image-2:hover {
    background-image: url("../images/Boisset-Home-R.jpg");
  }

  .boisset-grid-image-3:hover {
    background-image: url("../images/Boisset-Home-Amenagements.jpg");
  }

  .boisset-grid-image-4:hover {
    background-image: url("../images/Boisset-Home-Transports.jpg");
  }

  .boisset-home-job-bg {
    background-image: url("../images/Boisset-Home-Metiers-BG-Mobile.jpg");
  }

  .boisset-home-job-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .boisset-home-job-wrapped {
    display: block;
    padding: 0;
    box-sizing: border-box;
  }

  .boisset-home-job-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: 20px;
    margin-right: 7px;
  }

  .boisset-home-job-image img {
    width: 100%;
  }

  .boisset-home-job-text-wrapped {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  /* HOME */

  /* PAGE - NOS METIERS */
  .boisset-gallery-item-terrassement img {
    height: 135px;
  }

  .boisset-jobs-ref-wrapped {
    flex-direction: column;
  }

  .boisset-jobs-ref-text-wrapped {
    padding-left: 0;
  }
  /* PAGE - NOS METIERS */

  /* PAGES - FAQ */
  .boisset-faq {
    padding-bottom: 0;
  }
  /* PAGES - FAQ */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* GENERAL */

  .boisset-pages-banner {
    height: auto;
  }

  .boisset-title-pages {
    padding-top: 50px;
    font-size: 35px;
    line-height: 35px;
  }

  .boisset-subtitle-pages {
    font-size: 25px;
    line-height: 20px;
  }

  .boisset-intro-pages {
    line-height: 25px;
    padding-bottom: 50px;
  }
  /* GENERAL */

  /* FOOTER */
  .boisset-footer-infos {
    font-size: 25px;
    line-height: 40px;
  }

  .boisset-footer-top-content {
    padding-top: 50px;
  }
  /* FOOTER */

  /* HEADER */
  .boisset-header-home-link img {
    width: 260px;
  }

  .navbar-nav .dropdown-menu {
    left: 0;
    transform: none;
  }

  .boisset-header {
    opacity: 1;
  }
  /* HEADER */

  /* HOME */
  .boisset-home-banner-1 {
    background-image: url("../images/Boisset-Banner-Mobile-1.jpg");
    transition: none;
    width: 100%;
    height: 0;
    padding-top: 140%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 115px;
  }

  .boisset-home-banner-1:hover {
    background-image: url("../images/Boisset-Banner-Mobile-1.jpg");
  }

  .boisset-home-banner-column-two,
  .boisset-home-banner-column-three {
    display: none;
  }

  .boisset-home-banner-2 {
    display: none;
  }

  .boisset-home-intro-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .boisset-home-intro {
    font-size: 25px;
    line-height: 30px;
  }

  .boisset-home-intro-grid-images {
    margin-top: 30px;
    margin-left: 0;
  }

  .boisset-grid-image-item {
    transition: none;
  }

  .boisset-grid-image-1:hover {
    background-image: url("../images/Boisset-Home-Terrassement.jpg");
  }

  .boisset-grid-image-2:hover {
    background-image: url("../images/Boisset-Home-R.jpg");
  }

  .boisset-grid-image-3:hover {
    background-image: url("../images/Boisset-Home-Amenagements.jpg");
  }

  .boisset-grid-image-4:hover {
    background-image: url("../images/Boisset-Home-Transports.jpg");
  }

  .boisset-home-job-bg {
    background-image: url("../images/Boisset-Home-Metiers-BG-Mobile.jpg");
  }

  .boisset-home-job-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .boisset-home-job-wrapped {
    display: block;
    padding: 0;
    box-sizing: border-box;
  }

  .boisset-home-job-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: 20px;
    margin-right: 7px;
  }

  .boisset-home-job-image img {
    width: 100%;
  }

  .boisset-home-job-text-wrapped {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  /* HOME */

  /* PAGE - NOS METIERS */
  .boisset-gallery-item-terrassement img {
    height: 135px;
  }

  .boisset-gallery-item-terrassement {
    margin-left: 50%;
  }

  .boisset-terrassement-main-image {
    width: 50%;
  }

  .boisset-terrassement-main-image-container {
    display: flex;
    justify-content: center;
  }

  .boisset-jobs-ref-wrapped {
    flex-direction: column;
  }

  .boisset-jobs-ref-text-wrapped {
    padding-left: 0;
  }
  /* PAGE - NOS METIERS */

  /* PAGES - FAQ */
  .boisset-faq {
    padding-bottom: 0;
  }
  /* PAGES - FAQ */
}

@media (min-width: 992px) and (max-width: 1330px) {
  /* GENERAL */

  .boisset-pages-banner {
    height: auto;
  }

  .boisset-title-pages {
    padding-top: 50px;
    font-size: 35px;
    line-height: 35px;
  }

  .boisset-subtitle-pages {
    font-size: 25px;
    line-height: 20px;
  }

  .boisset-intro-pages {
    line-height: 25px;
    padding-bottom: 50px;
  }
  /* GENERAL */

  /* FOOTER */
  .boisset-footer-infos {
    font-size: 25px;
    line-height: 40px;
  }

  .boisset-footer-logo img {
    height: 280px;
    padding-bottom: 40px;
  }

  .boisset-footer-contact-title {
    font-size: 20px;
    line-height: 27px;
  }

  /* FOOTER */

  /* HEADER */
  .boisset-header {
    opacity: 1;
  }
  /* HEADER */

  /* HOME */
  .boisset-home-banner-1 {
    background-image: url("../images/Boisset-Banner-Mobile-3.jpg");
    transition: none;
    width: 100%;
    height: 0;
    padding-top: 74%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 115px;
  }

  .boisset-home-banner-1:hover {
    background-image: url("../images/Boisset-Banner-Mobile-3.jpg");
  }

  .boisset-home-banner-column-two,
  .boisset-home-banner-column-three {
    display: none;
  }

  .boisset-home-banner-2 {
    display: none;
  }

  .boisset-home-intro-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .boisset-home-intro {
    font-size: 25px;
    line-height: 30px;
  }

  .boisset-home-intro-grid-images {
    margin-top: 30px;
    margin-left: 0;
    width: 450px;
    display: flex;
    flex-wrap: nowrap;
  }

  .boisset-grid-image-item {
    transition: none;
  }

  .boisset-grid-image-1:hover {
    background-image: url("../images/Boisset-Home-Terrassement.jpg");
  }

  .boisset-grid-image-2:hover {
    background-image: url("../images/Boisset-Home-R.jpg");
  }

  .boisset-grid-image-3:hover {
    background-image: url("../images/Boisset-Home-Amenagements.jpg");
  }

  .boisset-grid-image-4:hover {
    background-image: url("../images/Boisset-Home-Transports.jpg");
  }

  .boisset-home-job-title {
    font-size: 15px;
  }
  /* HOME */

  /* FORM */
  ::placeholder,
  textarea {
    font-size: 15px;
    line-height: 17px;
  }
  /* FORM */

  /* HEADER */
  .boisset-header-menu a {
    font-size: 13px;
    line-height: 20px;
  }

  .navbar-nav .dropdown-toggle::after {
    display: none !important;
  }
  /* HEADER */

  /* PAGE - NOS METIERS */
  .boisset-gallery-item-terrassement img {
    height: 80%;
  }

  .boisset-jobs-ref-wrapped {
    flex-direction: column;
  }

  /* PAGES - FAQ */
  .boisset-faq {
    padding-bottom: 20px;
  }
  /* PAGES - FAQ */
}

@media (min-width: 1331px) and (max-width: 1399px) {
  /* GENERAL */

  .boisset-pages-banner {
    height: auto;
  }

  .boisset-title-pages {
    padding-top: 50px;
    font-size: 35px;
    line-height: 35px;
  }

  .boisset-subtitle-pages {
    font-size: 25px;
    line-height: 20px;
  }

  .boisset-intro-pages {
    line-height: 25px;
    padding-bottom: 50px;
  }

  /* GENERAL */

  /* HEADER */
  .boisset-header-menu a {
    font-size: 17px;
    line-height: 20px;
  }

  .navbar-nav .dropdown-toggle::after {
    display: none !important;
  }

  .boisset-header {
    opacity: 1;
  }
  /* HEADER */

  /* HOME */
  .boisset-home-banner-1 {
    background-image: url("../images/Boisset-Banner-Mobile-3.jpg");
    transition: none;
    width: 100%;
    height: 0;
    padding-top: 74%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 115px;
  }

  .boisset-home-banner-1:hover {
    background-image: url("../images/Boisset-Banner-Mobile-3.jpg");
  }

  .boisset-home-banner-column-two,
  .boisset-home-banner-column-three {
    display: none;
  }

  .boisset-home-banner-2 {
    display: none;
  }

  .boisset-home-intro {
    font-size: 25px;
    line-height: 30px;
  }

  .boisset-home-intro-grid-images {
    margin: 30px 100px 0 100px;
  }

  .boisset-home-intro-container{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* HOME */

  /* PAGE - LE GROUPE */
  .boisset-job-direction-description {
    width: 320px;
  }
  /* PAGE - LE GROUPE */

  /* PAGES - FAQ */
  .boisset-faq {
    padding-bottom: 20px;
  }
  /* PAGES - FAQ */
}

@media (min-width: 1400px) and (max-width: 1696px) {
  /* GENERAL */

  .boisset-pages-banner {
    height: auto;
  }

  .boisset-title-pages {
    padding-top: 50px;
  }

  .boisset-intro-pages {
    padding-bottom: 50px;
  }

  /* GENERAL */

  /* HEADER */
  .boisset-header-menu a {
    font-size: 18px;
    line-height: 20px;
  }

  .navbar-nav .dropdown-toggle::after {
    display: none !important;
  }
  /* HEADER */

  /* HOME */

  .boisset-home-banner-1,
  .boisset-home-banner-2 {
    height: 820px;
  }

  .boisset-home-banner-terrassement,
  .boisset-home-banner-surfaces,
  .boisset-home-banner-reseaux,
  .boisset-home-banner-transport {
    height: 410px;
  }

  .boisset-home-banner-terrassement {
    background-image: url("../images/Boisset-Banner-Terrassement-1.jpg");
  }

  .boisset-home-banner-terrassement:hover {
    background-image: url("../images/Boisset-Banner-Terrassement-Hover-1.jpg");
  }

  .boisset-home-banner-surfaces {
    background-image: url("../images/Boisset-Banner-Amenagements-1.jpg");
  }

  .boisset-home-banner-surfaces:hover {
    background-image: url("../images/Boisset-Banner-Amenagements-Hover-1.jpg");
  }

  .boisset-home-banner-reseaux {
    background-image: url("../images/Boisset-Banner-ReseauxHumides-1.jpg");
  }

  .boisset-home-banner-reseaux:hover {
    background-image: url("../images/Boisset-Banner-ReseauxHumides-Hover-1.jpg");
  }

  .boisset-home-banner-transport {
    background-image: url("../images/Boisset-Banner-Transport-1.jpg");
  }

  .boisset-home-banner-transport:hover {
    background-image: url("../images/Boisset-Banner-Transport-Hover-1.jpg");
  }

  .boisset-home-intro-container{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .boisset-home-job-title{
    font-size: 23px;
  }
  /* HOME */

  /* PAGE - LE GROUPE */
  .boisset-job-direction-description {
    width: 320px;
  }
  /* PAGE - LE GROUPE */

  /* PAGE - NOS METIERS */
  .boisset-gallery-item-terrassement img {
    height: 80%;
  }
  /* PAGE - NOS METIERS */

  /* PAGES - FAQ */
  .boisset-faq {
    padding-bottom: 20px;
  }
  /* PAGES - FAQ */
}

@media (min-width: 1697px) {
  /* HEADER */
  .navbar-nav .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .navbar-nav .dropdown-toggle::after {
    display: none !important;
  }
  /* HEADER */
}
/* RESPONSIVE */




