@charset "UTF-8";
/* CSS Document */

  html, body{font-family: "Open Sans", sans-serif;}
  .headerContent .banner {
    background-image: url("../images/responsiblymadegreen-page-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    min-height: 177px;
    max-height:177px;
    width:100%;
    position: absolute;
    top:0;
    left:0;
  }
  .headerContent .logoHead{
    position: relative;
    top: 25px;
    padding-bottom:25px;
  }
  .mainContent{
    margin-top:25px;
    margin-bottom:35px;
  }
  .mainContent .titre {
    color: #062796;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: center;
  }
  .mainContent .intro{
    color:#00B1FF;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    margin-bottom:15px
  }
  .mainContent .text{
    margin-bottom:35px
  }
  .mainContent .text p{
    color:#07028E;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
  .mainContent .text p strong{
    font-weight: 700;
  }
  .mainContent .text h2{
    color:#07028E;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
  }
  .mainContent .caption{
    color:#000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-top:10px;
  }
  .footerContent{
    background-color:#ff0000; 
    text-align: center;
    padding:20px 8px;
    margin-bottom:45px;
  }
  .footerText{
    color:#ffffff;
    font-size:20px;
    line-height:22px;
    font-weight:700;
  }  
  
@media (min-width: 768px){
  .headerContent .banner{
    min-height: 347px;
    max-height:347px;
    top:0;
    left:0;
  }
  .headerContent .logoHead{
    top: 50px;
    padding-bottom:50px;
  }
  .mainContent{
    margin-top:40px;
    margin-bottom:50px;
  }
  .mainContent .titre {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 26px;
  }
  .mainContent .intro{
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    margin-bottom:40px
  }
  .mainContent .text{
    margin-bottom:35px
  }
  .mainContent .text p{
    font-size: 24px;
    line-height: 28px;
  }
  .mainContent .text h2{
    font-size: 24px;
    line-height: 28px;
  }
  .mainContent .caption{
    font-size: 14px;
    line-height: 20px;
    margin-top:20px;
  }
  
  .footerContent{
    padding:56px 26px;
    margin-bottom:35px;
  }
  .footerText{
    font-size:36px;
    line-height:38px;
  }  
}
@media (min-width: 992px){
  .headerContent .banner{
    min-height: 310px;
    max-height:310px;
    top:0;
    left:0;
  }
  .headerContent .logoHead{
    top: 25px;
    padding-bottom:0px;
  }
  .mainContent{
    margin-top:50px;
    margin-bottom:70px;
  }
  .mainContent .titre {
    font-size: 33px;
    line-height: 42px;
    margin-bottom: 26px;
    text-align: left;
  }
  .mainContent .intro{
    text-align: left;
    font-size: 34px;
    line-height: 40px;
    margin-bottom:40px
  }
  .mainContent .text{
    margin-bottom:0px
  }
  .mainContent .text p{
    font-size: 16px;
    line-height: 20px;
  }
  .mainContent .text h2{
    font-size: 16px;
    line-height: 20px;
  }
  .mainContent .caption{
    font-size: 16px;
    line-height: 20px;
    margin-top:20px;
  }
  
  .footerContent{
    padding:36px 26px;
    margin-bottom:35px;
  }
  .footerText{
    font-size:30px;
    line-height:32px;
  }  
    
}
@media (min-width: 1200px){
  .headerContent .banner{
    min-height: 630px;
    max-height:630px;
    top:0;
    left:0;
  }
  .headerContent .logoHead{
    top: 25px;
    padding-bottom:50px;
  }
  .mainContent{
    margin-top:50px;
    margin-bottom:70px;
  }
  .mainContent .titre {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 26px;
  }
  .mainContent .intro{
    text-align: left;
    font-size: 48px;
    line-height: 52px;
    margin-bottom:40px
  }
  .mainContent .text p{
    font-size: 24px;
    line-height: 28px;
  }
  .mainContent .text h2{
    font-size: 24px;
    line-height: 28px;
  }
  .mainContent .caption{
    font-size: 16px;
    line-height: 22px;
    margin-top:20px;
  }
  
  .footerContent{
    padding:86px 26px;
    margin-bottom:45px;
  }
  .footerText{
    font-size:44px;
    line-height:46px;
  }     
}