


.divbg{
    background-color: grey;
    background-repeat: no-repeat;
    background-image: url("./assets/home/bagroundimage.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    
}

.center {
  display: flex;
  justify-content: center;
  margin-top: 50px; /* Add margin at the top */
}
iframe {
  margin-top:20px;
  border: 2px solid #ccc; /* Add a border */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a shadow */
}

.company-infoh {
  display: flex;
  align-items: center; /* Align items vertically */
}

.company-infoh > div {
  width: 50%;
 /* Ensure div does not exceed parent height */
/* Hide overflow content */
  padding: 0 10px;  /* Take up 50% of the width */
}

.company-infoh > div img {
  max-width: 100%; 
 height: 400px;/* Ensure image doesn't exceed container width */
  overflow: hidden; 
  display: block; /* Remove extra space below image */
  width: 100%; 
  margin-left: 58px;/* Take up 50% of the width */
}
.bgimage {
  /*background-image: url('./risouss.png'); /* Background image */
  background-size: cover; /* Cover the entire background */
  background-position: center; /* Center the background image */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
}
.divtext{
  height: fit-content !important;
    width: 100%;
 background-color: #30a004;
   background-size: cover !important;
    background-size: 100vw 800px;
    background-position: center;
    color: #ffffff;
    text-align: center;
    padding: 5%;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    visibility: inherit;
    font-style: normal;
    letter-spacing: 0;
    font-weight: 700;
    text-shadow: -5px 8px 14px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
 

}
.centered-text {
  text-align: center;
 
 
  /*  Checkout my other pens on  https://codepen.io/grohit/  */
  
} 
 
  
.div2{
    background-color:rgb(48, 160, 4);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    margin-top: 20px;
    border-width: 0px 0px 0px 0px;
    border-color: #eae9e9;
    border-style: solid;
}
.div2 h1{
  text-align: center;
  color: rgb(0, 0, 0);
}
.img1 {
  padding: 5px;
  width: 85%;
  border-radius: 20px;
}

.div3 {
  display: flex;
  align-items: center;
  padding: 80px;
  
}

span {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: auto;
  
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  font-weight: bold; /* Add font-weight property for bold text */
  /* Add other styles for div2 */
}

.div4 {
  width: 70%;
  margin-right: 20px;
}

.company-info {
  width: 80%;
  margin: auto;
  text-align: justify;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  /* Set your desired background color */
  padding: 20px; /* Add some padding for spacing */
}
.company-info h2 {
  font-size: 36px;
  font-weight: bold;
  
  margin-bottom: 20px;
  color: #555;
  margin-top: 80px;
}

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

.company-info a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #44a12b;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.company-info a:hover {
  background-color: #0069d9;
}
.bgr{
  background-color: #f2f2f2;
}

    @media (max-width: 600px) {
      /* CSS styles for mobile devices */
      iframe {
        width: 100%; /* Make the iframe full width */
        height: 300px; /* Auto adjust the height */
      }
      .bgimage {
        background-size: contain; /* Adjust background size for smaller screens */
      }
      .bgr {
        flex-direction: column;
        
      }
      .image_ste{
        width: 100%;
        margin-bottom: 20px;    
      }
      .company-info{
        width: 100% !important;
      }
      .image_ste{
        width: 100% !important;
      }
      .company-infoh {
      flex-direction: column; /* Stack items vertically on small screens */
    }
  
    .company-infoh > div {
      max-height: none; 
      width: 100%;/* Allow div to expand vertically */
      padding: 10px; ; /* Adjust padding for better spacing */
    }
  
    .company-infoh > div img {
    /* Allow image to resize based on container */
      width:70%; /* Reset width to auto for responsiveness */
    }
      .divbg {
        background-color: grey;
        background-repeat: no-repeat;
        background-image: url("/risoussagricole/assets/home/vue-dessus-assortiment-legumes.jpg");
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: inherit;
        z-index: 20;
      }

      .divtext {
        color: #fafafa;
        text-align: center;
        padding: 5%;
        font-size: 24px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        visibility: inherit;
        font-style: normal;
        letter-spacing: 0;
        font-weight: 700;
        text-shadow: 4px 4px 40px #000000;
      }

      .div2 {
        background-color: #44a12b;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 10px;
        margin-top: 20px;
        border-width: 0px 0px 0px 0px;
        border-color: #eae9e9;
        border-style: solid;
      }

      .div2 h1 {
        text-align: center;
        font-size: 20px;
      }

      .img1 {
        padding: 5px;
        width: 100%;
        border-radius: 20px;
      }

      .div3 {
        display: block;
        padding: 20px;
      }

      span {
        width: 100%;
        margin: auto;
        text-align: justify;
        font-family: Arial, sans-serif;
        font-size: 16px;
        line-height: 1.5;
      }

      .div4 {
        width: 100%;
        margin-right: 0;
      }

      .company-info {
        width: 100%;
        margin: auto;
        text-align: justify;
        font-family: Arial, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        padding: 10px;
      }

      .company-info h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #555;
      }

      .company-info p {
        margin-bottom: 10px;
      }

      .company-info a {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        background-color: #44a12b;
        border-radius: 5px;
        transition: all 0.3s ease;
      }

      .company-info a:hover {
        background-color: #0069d9;
      }

      .bgr {
        background-color: #f2f2f2;
      }
    }
 /*      */
 .ourciert h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
 }
 .ourciert{
  padding: 40px;
  overflow: hidden;
      background-color: #fafafa;
 }

.img1 {
  width: 180px !important;
  height: 180px !important;
  margin: 10px !important; 
}
.img1 {
  width: 200px !important;
  height: 200px !important;
  margin: 10px !important; 
}
/*  */
.ourc2{
  margin: 10px; /* Adjust the margin value as per your requirement */
 
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
/* Disable click functionality for links in .logoMarqueeSection on mobile */
@media (max-width: 600px) {
  .logoMarqueeSection a {
    pointer-events: none; /* Disable clicking */
    cursor: default; /* Change the cursor to indicate non-clickable */
  }
}

.logoMarqueeSection {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

#logoMarqueeSection {
  max-width: 1920px!important;
  margin: 0 auto;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

div.marquee>a>img {
  height: 120px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
f
.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}