   /* Large Devices, Wide Screens */
   @media only screen and (min-width : 1200px) {

    .s1 {
      background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('/images/backgrounds/bg40.jpg');
      background-size: cover;
      background-attachment: fixed;
    }
      .s1-2 .title h1{
          color: white;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title-ferme ul{
        list-style-type: none;
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        align-items: center;
        text-align: center;
      }
      .s1-2 .title-ferme li{
        display: flex;
        flex-direction: column;
        width: 25%;
        margin: auto;
        max-width: 500px;
        height: 150px;
        position: relative;
        transition: all .3s;
      }
      .s1-2 .title-ferme li:hover{
        cursor: pointer;
        transition: all .3s;
      }
      .s1-2 .title-ferme li a{
        height: 100%;
        max-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: bottom;
        margin: 10px 0;
      }
      .s1-2 .title-ferme li a p{
        margin-top: auto;
      }
      .s1-2 .title-ferme li img{
        width: 50%;
        margin: auto;
        height: auto;
      }
      .s1-2 .title-ferme p.second-text{
        color: white;
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
      }
      .s1-2 .title-ferme h2{
          color: white;
          margin: auto;
          text-align: center;
          padding-left: 5px;
          padding-right: 5px;
          padding-top: 60px;
          padding-bottom: 5px;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title-ferme .joinus a{
        color: white;
        text-align: center;
      }
      .s1-2 .title-ferme .joinus p{
        text-align: center;
        margin: 0;
      }
      .s1-2 .title-ferme a{
          color: red;
          text-decoration: none;
      }
      .s1-2 .title-ferme #vid{
          width: 100%;
          text-align: center;
      }
      .s1-2 .title-ferme iframe{
          padding: 30px 0;
      }
      .s1-2 .title ul {
          color: white;
          width:  fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title {
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
          margin: auto;
      }
      .s1-2 .form {
          text-align: center;
          padding: 20px 0;
      }

      .s1-2 .form iframe  {
          width: 70%;
          height: 3150px;
      }
  }

  /* Medium Devices, Desktops */
  @media (min-width : 992px) and (max-width: 1199px){
      .s1 {
          background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(/images/backgrounds/bg40.jpg);
          background-size: cover;
          background-attachment: fixed;
      }
      .s1-2 .title-ferme ul{
        list-style-type: none;
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        align-items: center;
        text-align: center;
      }
      .s1-2 .title-ferme li{
        display: flex;
        flex-direction: column;
        width: 25%;
        margin: auto;
        max-width: 200px;
        background-color: #212121;
        height: 150px;
        position: relative;
        transition: all .3s;
      }
      .s1-2 .title-ferme li:hover{
        background-color: #333;
        cursor: pointer;
        transition: all .3s;
      }
      .s1-2 .title-ferme li a{
        height: 100%;
        max-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: bottom;
        margin: 10px 0;
      }
      .s1-2 .title-ferme li a p{
        margin-top: auto;
      }
      .s1-2 .title-ferme li img{
        width: 50%;
        margin: auto;
        height: auto;
      }
      .s1-2 .title-ferme p.second-text{
        color: white;
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
      }
      .s1-2 .title-ferme h2{
          color: white;
          margin: auto;
          text-align: center;
          padding-left: 5px;
          padding-right: 5px;
          padding-top: 60px;
          padding-bottom: 5px;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title-ferme .joinus a{
        color: white;
        text-align: center;
      }
      .s1-2 .title-ferme .joinus p{
        text-align: center;
        margin: 0;
      }
      .s1-2 .title-ferme a{
          color: red;
          text-decoration: none;
      }
      .s1-2 .title-ferme #vid{
          width: 100%;
          text-align: center;
      }
      .s1-2 .title-ferme iframe{
          padding: 30px 0;
      }
      .s1-2 .title h1{
          color: white;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title ul {
          color: white;
          width:  fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title {
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
          margin: auto;
      }
      .s1-2 .form {
          text-align: center;
          padding: 20px 0;
      }

      .s1-2 .form iframe  {
          width: 70%;
          height: 3150px;
      }
  }

  /* Small Devices, Tablets */
  @media (min-width : 768px) and (max-width: 991px){
      .s1 {
          background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(/images/backgrounds/bg40.jpg);
          background-size: cover;
          background-attachment: fixed;
          padding-top :50px;
      }
      .s1-2 .title-ferme ul{
        list-style-type: none;
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        align-items: center;
        text-align: center;
      }
      .s1-2 .title-ferme li{
        display: flex;
        flex-direction: column;
        width: 30%;
        margin: auto;
        max-width: 200px;
        background-color: #212121;
        height: 150px;
        position: relative;
        transition: all .3s;
      }
      .s1-2 .title-ferme li:hover{
        background-color: #333;
        cursor: pointer;
        transition: all .3s;
      }
      .s1-2 .title-ferme li a{
        height: 100%;
        max-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: bottom;
        margin: 10px 0;
      }
      .s1-2 .title-ferme li a p{
        margin-top: auto;
      }
      .s1-2 .title-ferme li img{
        width: 50%;
        margin: auto;
        height: auto;
      }
      .s1-2 .title-ferme p.second-text{
        color: white;
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
      }
      .s1-2 .title-ferme h2{
          color: white;
          margin: auto;
          text-align: center;
          padding-left: 5px;
          padding-right: 5px;
          padding-top: 60px;
          padding-bottom: 5px;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title-ferme .joinus a{
        color: white;
        text-align: center;
      }
      .s1-2 .title-ferme .joinus p{
        text-align: center;
        margin: 0;
      }
      .s1-2 .title-ferme a{
          color: red;
          text-decoration: none;
      }
      .s1-2 .title-ferme #vid{
          width: 100%;
          text-align: center;
      }
      .s1-2 .title-ferme iframe{
          padding: 30px 0;
          width: 80%;
      }
      .s1-2 .title h1{
          color: white;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title ul {
          color: white;
          width:  fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title {
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
          margin: 90px auto;
      }
      .s1-2 .form {
          text-align: center;
          padding: 20px 0;
      }

      .s1-2 .form iframe  {
          width: 70%;
          height: 3150px;
      }
  }

  /* Extra Small Devices, Phones */
  @media (min-width : 480px) and (max-width: 767px){
      .s1 {
          background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(/images/backgrounds/bg40.jpg);
          background-size: cover;
          background-attachment: fixed;
          padding-top :50px;
      }
      .s1-2 .title-ferme ul{
        list-style-type: none;
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        align-items: center;
        text-align: center;
      }
      .s1-2 .title-ferme li{
        display: flex;
        flex-direction: column;
        width: 30%;
        margin: auto;
        max-width: 200px;
        background-color: #212121;
        height: 150px;
        position: relative;
        transition: all .3s;
      }
      .s1-2 .title-ferme li:hover{
        background-color: #333;
        cursor: pointer;
        transition: all .3s;
      }
      .s1-2 .title-ferme li a{
        height: 100%;
        max-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: bottom;
        margin: 10px 0;
      }
      .s1-2 .title-ferme li a p{
        margin-top: auto;
      }
      .s1-2 .title-ferme li img{
        width: 50%;
        margin: auto;
        height: auto;
      }
      .s1-2 .title-ferme p.second-text{
        color: white;
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
      }
      .s1-2 .title-ferme h2{
          color: white;
          margin: auto;
          text-align: center;
          padding-left: 5px;
          padding-right: 5px;
          padding-top: 60px;
          padding-bottom: 5px;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title-ferme .joinus a{
        color: white;
        text-align: center;
      }
      .s1-2 .title-ferme .joinus p{
        text-align: center;
        margin: 0;
      }
      .s1-2 .title-ferme a{
          color: red;
          text-decoration: none;
      }
      .s1-2 .title-ferme #vid{
          width: 100%;
          text-align: center;
      }
      .s1-2 .title-ferme iframe{
          padding: 30px 0;
          width: 80%;
      }
      .s1-2 .title h1{
          color: white;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title ul {
          color: white;
          width:  fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title {
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
          margin: auto;
      }
      .s1-2 .form {
          text-align: center;
          padding: 20px 0;
      }

      .s1-2 .form iframe  {
          width: 70%;
          height: 3150px;
      }
  }

  /* Custom, iPhone Retina */
  @media screen and (min-width : 320px) and (max-width: 479px) {

      .s1 {
          background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(/images/backgrounds/bg40.jpg);
          background-size: cover;
          background-attachment: fixed;
          padding-top :50px;
      }
      .s1-2 .title-ferme ul{
        list-style-type: none;
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        align-items: center;
        text-align: center;
      }
      .s1-2 .title-ferme li{
        display: flex;
        flex-direction: column;
        width: 40%;
        margin: auto;
        max-width: 200px;
        background-color: #212121;
        height: 150px;
        position: relative;
        transition: all .3s;
      }
      .s1-2 .title-ferme li:hover{
        background-color: #333;
        cursor: pointer;
        transition: all .3s;
      }
      .s1-2 .title-ferme li a{
        height: 100%;
        max-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: bottom;
        margin: 10px 0;
      }
      .s1-2 .title-ferme li a p{
        margin-top: auto;
      }
      .s1-2 .title-ferme li img{
        width: 50%;
        margin: auto;
        height: auto;
      }
      .s1-2 .title-ferme p.second-text{
        color: white;
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
      }
      .s1-2 .title-ferme h2{
          color: white;
          margin: auto;
          text-align: center;
          padding-left: 5px;
          padding-right: 5px;
          padding-top: 60px;
          padding-bottom: 5px;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title-ferme .joinus a{
        color: white;
        text-align: center;
      }
      .s1-2 .title-ferme .joinus p{
        text-align: center;
        margin: 0;
      }
      .s1-2 .title-ferme a{
          color: red;
          text-decoration: none;
      }
      .s1-2 .title-ferme #vid{
          width: 100%;
          text-align: center;
      }
      .s1-2 .title-ferme iframe{
          padding: 30px 0;
          width: 80%;
      }
      .s1-2 .title h1{
          color: white;
          width: fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title ul {
          color: white;
          width:  fit-content;
          width: -moz-fit-content;
          width: -o-fit-content;
          width: -webkit-fit-content;
      }
      .s1-2 .title {
          width: 90%;
          margin: auto;
      }
      .s1-2 .form {
          text-align: center;
          padding: 20px 0;
      }

      .s1-2 .form iframe  {
          width: 90%;
          height: 3560px;
      }
  }
