@media (min-width: 100px) and (max-width: 202px) {

    main .banner {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    main .banner.reverse {
        height: auto !important;
        display: flex;
        flex-direction: column !important;
    }

    main .banner .banner_image {
        width: 100%;
        height: 200px;
    }

    
    main .banner .banner_image .overlay  {
        width: 100%;
        height: 200px;

    }

    main .banner .banner_image .overlay h3{
        display: flex;
        font-size: 27px;
        font-weight: 700;
        color: white;
    }
    
    main .banner .banner_text {
        width: 100%;
        height: 350px;
    }
    
    main .banner .banner_text .text_zone {
        width: 92%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20px;
    }

    main .banner .banner_text .text_zone .title {
        font-size: 15px !important;
        line-height: 20px;
    }

    main .banner .banner_text.service_ {
        width: 100%;
        height: 190px;
        padding: 10px;

    }

    main .banner .banner_text.service_ .text_zone .title {
        display: none;
        font-size: 17px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .text {
        font-size: 12px;
        text-align: justify;
        margin-top: 19px;
        padding: 5px;
        line-height: 20px;
    }

    main .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    main .about .about_item .item_content {
        width: 92%;
        height: 88%;
    }

    main .about .about_item .item_content .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item .item_content .icon span {
        width: 70px;
        height: 70px;
    }

    main .about .about_item .item_content .text h3 {
        font-size: 16px;
        text-align: center;
    }
    
    main .about .about_item .item_content .text p {
        font-size: 11px;
        line-height: 18px;
    }

    main .about_services_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    main section .section_title h5 {
        font-size: 13px;
    }
    
    
    main section .section_title h2 {
        font-size: 19px;
    }
    
    
    main .about_services_container .text h3 {
        font-size: 15px;
    }

    main .about_services_container .services_item {
        width: 98%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .produits {
        width: 100%;
        margin-top: 10px !important;
        padding-bottom: 60px;
    }

    main .produits .produits_container {
        width: 85%;
        display: flex;
        flex-direction: column;
        margin-top: 26px;
    }

    main .produits .produits_container .produits_link_box {
        width: 100%;
        height: 40%;
        margin-top: 40px;
    }

    main .produits .produits_container .produits_item .produit_image {
        width: 100%;
        height: 50%;
    }

    main .produits .produits_container .produits_item .produit_text {
        height: 60%;
        padding: 3px;
    }

    main .produits .produits_container .produits_item .produit_text h3{
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -1px;
        margin-top: 1px;
    }
    
    main .produits .produits_container .produits_item .produit_text p {
        font-size: 8px;
        line-height: 11px;
        margin-top: 0.5px;
        padding: 1px;
    }

    footer {
        display: none;
    }
}

@media (min-width: 202px) and (max-width: 249px) {

    main .banner {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    main .banner.reverse {
        height: auto !important;
        display: flex;
        flex-direction: column !important;
    }

    main .banner .banner_image {
        width: 100%;
        height: 200px;
    }

    
    main .banner .banner_image .overlay  {
        width: 100%;
        height: 200px;

    }

    main .banner .banner_image .overlay h3{
        display: flex;
        font-size: 21px;
        font-weight: 700;
        color: white;
    }
    
    main .banner .banner_text {
        width: 100%;
        height: 350px;
    }
    
    main .banner .banner_text .text_zone {
        width: 92%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20px;
    }

    main .banner.service_main .banner_text {
        width: 100%;
        height: 120px;
        padding: 10px;
    }

    main .banner.service_main .banner_text .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner.banner_service_ {
        margin-bottom: 20px !important;
    }

    main .banner .banner_text.service_ {
        width: 100%;
        height: 190px;
        padding: 10px;

    }

    main .banner .banner_text.service_ .text_zone .title {
        display: none;
        font-size: 17px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .title {
        font-size: 15px !important;
        line-height: 20px;
    }

    main .banner .banner_text .text_zone .text {
        font-size: 12px;
        text-align: justify;
        margin-top: 19px;
        padding: 5px;
        line-height: 20px;
    }

    main .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main .about_title .text_zone {
        width: 90%;
        height: 310px;
    }

    main .about_title .text_zone .title {
        font-size: 13px;
        line-height: 17px;
    }
      
      main .about_title .text_zone .text {
        font-size: 12px;
        text-align: justify;
        line-height: 19px;
    }

    main .about .about_item {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    main .about .about_item .item_content {
        width: 92%;
        height: 88%;
    }

    main .about .about_item .item_content .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item .item_content .icon span {
        width: 70px;
        height: 70px;
    }

    main .about .about_item .item_content .text h3 {
        font-size: 16px;
        text-align: center;
    }
    
    main .about .about_item .item_content .text p {
        font-size: 11px;
        line-height: 18px;
    }

    main .about_services_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    main section .section_title h5 {
        font-size: 9px;
    }
    
    
    main section .section_title h2 {
        font-size: 13px;
    }
    
    
    main .about_services_container .text h3 {
        font-size: 15px;
    }

    main .about_services_container .services_item {
        width: 98%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .services .services_container {
        display: flex;
        margin-top: 19px;
        margin-bottom: 60px;
    }

    main .services .services_container .services_link_box {
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }

    main .services .services_container .services_item .service_text h3{
        font-size: 12px;
    }
    
    main .services .services_container .services_item .service_text p {
        font-size: 9px;
        line-height: 12px;
        margin-top: 2px;
    }

    main .services_ {
        display: flex;
    }

    main .services_ .services_items .services_item {
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    main .services_ .services_items .services_item .item_image{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    main .services_ .services_items .services_item .item_image img {
        width: 100%;
        height: 100%;
    }

    main .services_ .services_items .services_item .item_text {
        width: 100%;
        height: 100%;
    }

    main .services_ .services_items .services_item .item_text .text_content {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 20px;
    }

    main .services_ .services_items .services_item .item_text .text_content h3 {
        font-size: 19px;
        line-height: 18px;
    }

    main .services_ .services_items .services_item .item_text .text_content p {
        width: 100%;
        font-size: 11px;
        margin-top: 5px;
        line-height: 20px;
    }

    main .produits {
        width: 100%;
        margin-top: 10px !important;
        padding-bottom: 60px;
    }

    main .produits .produits_container {
        width: 85%;
        display: flex;
        flex-direction: column;
        margin-top: 26px;
    }

    main .produits .produits_container .produits_link_box {
        width: 100%;
        height: 40%;
        margin-top: 40px;
    }

    main .produits .produits_container .produits_item .produit_image {
        width: 100%;
        height: 48%;
    }

    main .produits .produits_container .produits_item .produit_text {
        height: 34%;
        padding: 2px;
    }

    main .produits .produits_container .produits_item .produit_text h3{
        font-size: 10px;
        line-height: 10px;
        letter-spacing: -1px;
        margin-top: 1px;
    }
    
    main .produits .produits_container .produits_item .produit_text p {
        font-size: 8px;
        line-height: 8px;
        margin-top: 0.5px;
        padding: 1px;
    }

    main .produits .produits_container .produits_item .produit_button {
        width: 100%;
        height: 18%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .produits .produits_container .produits_item .produit_button .standard_button {
        font-size: 8px;
        padding: 5px 10px;
    }

    main .privacy {
        padding: 10px;
    }

    main .privacy .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .privacy .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

    main .terms {
        padding: 10px;
    }

    main .terms .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .terms .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }


    footer {
        display: none;
    }
}

@media (min-width: 249px) and (max-width: 318px) {
    main .banner {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    main .banner.reverse {
        height: auto !important;
        display: flex;
        flex-direction: column !important;
    }

    main .banner .banner_image {
        width: 100%;
        height: 200px;
    }

    
    main .banner .banner_image .overlay  {
        width: 100%;
        height: 200px;

    }

    main .banner .banner_image .overlay h3{
        display: flex;
        font-size: 25px;
        font-weight: 700;
        color: white;
    }
    
    main .banner .banner_text {
        width: 100%;
        height: 350px;
    }
    
    main .banner .banner_text .text_zone {
        width: 92%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20px;
    }

    main .banner.service_main .banner_text {
        width: 100%;
        height: 120px;
        padding: 10px;
    }

    main .banner.banner_service_ {
        margin-bottom: 20px !important;
    }

    main .banner.service_main .banner_text .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text.service_ {
        width: 100%;
        height: 170px;
        padding: 10px;
    }

    main .banner .banner_text.service_ .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .text {
        font-size: 14px;
        text-align: justify;
        margin-top: 17px;
        padding: 5px;
        line-height: 22px;
    }

    main .banner .banner_text.service_ {
        width: 100%;
        height: 197px;
        padding: 10px;
    }

    main .banner .banner_text.service_ .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .title {
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .text {
        font-size: 14px;
        text-align: justify;
        margin-top: 19px;
        padding: 5px;
        line-height: 22px;
    }

    main .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main .about_title .text_zone {
        width: 90%;
        height: 310px;
    }

    main .about_title .text_zone .title {
        font-size: 15px;
        line-height: 21px;
    }
      
      main .about_title .text_zone .text {
        font-size: 13px;
        text-align: justify;
        line-height: 21px;
    }

    main .about .about_item {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    main .about .about_item .item_content {
        width: 92%;
        height: 88%;
    }

    main .about .about_item .item_content .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item .item_content .icon span {
        width: 70px;
        height: 70px;
    }

    main .about .about_item .item_content .text h3 {
        font-size: 22px;
        text-align: center;
    }
    
    main .about .about_item .item_content .text p {
        font-size: 15px;
    }

    main .about_services_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    main section .section_title h5 {
        font-size: 11px;
    }
    
    
    main section .section_title h2 {
        font-size: 13px;
    }
    
    
    main .about_services_container .text h3 {
        font-size: 15px;
    }

    main .about_services_container .services_item {
        width: 98%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item {
        width: 98%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .services .services_container {
        display: flex;
        margin-top: 19px;
        margin-bottom: 60px;
    }

    main .services .services_container .services_link_box {
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }

    main .services .services_container .services_item .service_text h3{
        font-size: 15px;
    }
    
    main .services .services_container .services_item .service_text p {
        font-size: 11px;
        line-height: 15px;
        margin-top: 2px;
    }

    main .services_ {
        display: flex;
    }

    main .services_ .services_items .services_item {
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    main .services_ .services_items .services_item .item_image{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    main .services_ .services_items .services_item .item_image img {
        width: 100%;
        height: 100%;
    }

    main .services_ .services_items .services_item .item_text {
        width: 100%;
        height: 100%;
    }

    main .services_ .services_items .services_item .item_text .text_content {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 20px;
    }

    main .services_ .services_items .services_item .item_text .text_content h3 {
        font-size: 21px;
        line-height: 18px;
    }

    main .services_ .services_items .services_item .item_text .text_content p {
        width: 100%;
        font-size: 12px;
        margin-top: 5px;
        line-height: 22px;
    }

    main .produits {
        width: 100%;
        margin-top: 10px !important;
        padding-bottom: 60px;
    }

    main .produits .produits_container {
        width: 85%;
        display: flex;
        flex-direction: column;
        margin-top: 26px;
    }

    main .produits .produits_container .produits_link_box {
        width: 100%;
        height: 40%;
        margin-top: 40px;
    }

    main .produits .produits_container .produits_item .produit_image {
        width: 100%;
        height: 48%;
    }

    main .produits .produits_container .produits_item .produit_text {
        height:34%;
        padding: 5px;
    }

    main .produits .produits_container .produits_item .produit_text h3{
        font-size: 10px;
        line-height: 11px;
        letter-spacing: -1px;
        margin-top: 1px;
    }
    
    main .produits .produits_container .produits_item .produit_text p {
        font-size: 8px;
        line-height: 8px;
        margin-top: 1px;
        padding: 2px;
    }

    main .produits .produits_container .produits_item .produit_button {
        width: 100%;
        height: 18%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .produits .produits_container .produits_item .produit_button .standard_button {
        font-size: 8px;
        padding: 7px 12px;
    }

    main .privacy {
        padding: 10px;
    }

    main .privacy .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .privacy .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

    main .terms {
        padding: 10px;
    }

    main .terms .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .terms .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

}

@media (min-width: 318px) and (max-width: 479px) {
    main .banner {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    main .banner.reverse {
        height: auto !important;
        display: flex;
        flex-direction: column !important;
    }

    main .banner .banner_image {
        width: 100%;
        height: 200px;
    }

    
    main .banner .banner_image .overlay  {
        width: 100%;
        height: 200px;

    }

    main .banner .banner_image .overlay h3{
        display: flex;
        font-size: 27px;
        font-weight: 700;
        color: white;
    }
    
    main .banner .banner_text {
        width: 100%;
        height: 350px;
    }

    main .banner.service_main .banner_text {
        width: 100%;
        height: 120px;
        padding: 10px;
    }

    main .banner.banner_service_ {
        margin-bottom: 20px !important;
    }

    main .banner .banner_text.service_ {
        width: 100%;
        height: 170px;
        padding: 10px;
    }

    main .banner .banner_text.service_ .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner.service_main .banner_text .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }
    
    main .banner .banner_text .text_zone {
        width: 92%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20px;
    }

    main .banner .banner_text .text_zone .title {
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .text {
        font-size: 14px;
        text-align: justify;
        margin-top: 19px;
        padding: 5px;
        line-height: 22px;
    }

    main .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main .about_title .text_zone {
        width: 90%;
        height: 290px;
    }

    main .about_title .text_zone .title {
        font-size: 17px;
        line-height: 25px;
    }
      
      main .about_title .text_zone .text {
        font-size: 13px;
        text-align: justify;
        line-height: 21px;
    }

    main .about .about_item {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    main .about .about_item .item_content {
        width: 92%;
        height: 88%;
    }

    main .about .about_item .item_content .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item .item_content .icon span {
        width: 70px;
        height: 70px;
    }

    main .about .about_item .item_content .text h3 {
        font-size: 22px;
        text-align: center;
    }
    
    main .about .about_item .item_content .text p {
        font-size: 15px;
    }

    main .about_services_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    main section .section_title h5 {
        font-size: 13px;
    }
    
    
    main section .section_title h2 {
        font-size: 14px;
    }
    
    
    main .about_services_container .text h3 {
        font-size: 15px;
    }

    main .about_services_container .services_item {
        width: 98%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .services .services_container {
        display: flex;
        margin-top: 19px;
        margin-bottom: 60px;
    }

    main .services .services_container .services_link_box {
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }

    main .services .services_container .services_item .service_text h3{
        font-size: 19px;
    }
    
    main .services .services_container .services_item .service_text p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 2px;
    }

    main .services_ {
        display: flex;
    }

    main .services_ .services_items .services_item {
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    main .services_ .services_items .services_item .item_image{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    main .services_ .services_items .services_item .item_image img {
        width: 100%;
        height: 100%;
    }

    main .services_ .services_items .services_item .item_text {
        width: 100%;
        height: 100%;
    }

    main .services_ .services_items .services_item .item_text .text_content {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 20px;
    }

    main .services_ .services_items .services_item .item_text .text_content h3 {
        font-size: 21px;
        line-height: 18px;
    }

    main .services_ .services_items .services_item .item_text .text_content p {
        width: 100%;
        font-size: 14px;
        margin-top: 5px;
        line-height: 22px;
    }

    main .produits {
        width: 100%;
        margin-top: 10px !important;
        padding-bottom: 60px;
    }

    main .produits .produits_container {
        width: 85%;
        display: flex;
        flex-direction: column;
        margin-top: 26px;
    }

    main .produits .produits_container .produits_link_box {
        width: 100%;
        height: 40%;
        margin-top: 40px;
    }

    main .produits .produits_container .produits_item .produit_image {
        width: 100%;
        height: 48%;
    }

    main .produits .produits_container .produits_item .produit_text {
        height: 34%;
        padding: 5px;
    }

    main .produits .produits_container .produits_item .produit_text h3{
        font-size: 15px;
        line-height: 27px;
        letter-spacing: -1px;
        margin-top: 3px;
    }
    
    main .produits .produits_container .produits_item .produit_text p {
        font-size: 10px;
        line-height: 13px;
        margin-top: 1px;
        padding: 2px;
    }

    main .produits .produits_container .produits_item .produit_button {
        width: 100%;
        height: 18%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .produits .produits_container .produits_item .produit_button .standard_button {
        font-size: 10px;
        padding: 8px 13px;
    }

    main .privacy {
        padding: 10px;
    }

    main .privacy .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .privacy .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

    main .terms {
        padding: 10px;
    }

    main .terms .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .terms .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

}

@media (min-width: 479px) and (max-width: 575px) {
main .banner {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    main .banner.reverse {
        height: auto !important;
        display: flex;
        flex-direction: column !important;
    }

    main .banner .banner_image {
        width: 100%;
        height: 200px;
    }

    
    main .banner .banner_image .overlay  {
        width: 100%;
        height: 200px;

    }

    main .banner .banner_image .overlay h3{
        display: flex;
        font-size: 31px;
        font-weight: 700;
        color: white;
    }
    
    main .banner .banner_text {
        width: 100%;
        height: 350px;
    }
    
    main .banner .banner_text .text_zone {
        width: 87%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 32px;
    }

    main .banner.service_main .banner_text {
        width: 100%;
        height: 120px;
        padding: 10px;
    }

    main .banner.service_main .banner_text .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text.service_ {
        width: 100%;
        height: 170px;
        padding: 10px;
    }

    main .banner.banner_service_ {
        margin-bottom: 20px !important;
    }

    main .banner .banner_text.service_ .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .text {
        font-size: 14px;
        text-align: justify;
        margin-top: 17px;
        padding: 5px;
        line-height: 22px;
    }

    main .banner .banner_text .text_zone .title {
        font-size: 21px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .text {
        font-size: 14px;
        text-align: justify;
        margin-top: 19px;
        padding: 15px;
        line-height: 22px;
    }

    main .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    main .about .about_item .item_content {
        width: 80%;
        height: 88%;
    }

    main .about .about_item .item_content .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item .item_content .icon span {
        width: 70px;
        height: 70px;
    }

    main .about .about_item .item_content .text h3 {
        font-size: 22px;
        text-align: center;
    }
    
    main .about .about_item .item_content .text p {
        font-size: 15px;
    }

    main .about_services_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    main section .section_title h5 {
        font-size: 13px;
    }
    
    
    main section .section_title h2 {
        font-size: 19px;
    }
    
    
    main .about_services_container .text h3 {
        font-size: 15px;
    }

    main .about_services_container .services_item {
        width: 80%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item {
        width: 98%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .services .services_container {
        display: flex;
        margin-top: 19px;
        margin-bottom: 60px;
    }

    main .services .services_container .services_link_box {
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }

    main .services .services_container .services_item .service_text h3{
        font-size: 19px;
    }
    
    main .services .services_container .services_item .service_text p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 2px;
    }

    main .services_ {
        display: flex;
    }

    main .services_ .services_items .services_item {
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    main .services_ .services_items .services_item .item_image{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    main .services_ .services_items .services_item .item_image img {
        width: 100%;
        height: 100%;
    }

    main .services_ .services_items .services_item .item_text {
        width: 100%;
        height: 100%;
    }

    main .services_ .services_items .services_item .item_text .text_content {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 20px;
    }

    main .services_ .services_items .services_item .item_text .text_content h3 {
        font-size: 21px;
        line-height: 18px;
    }

    main .services_ .services_items .services_item .item_text .text_content p {
        width: 100%;
        font-size: 14px;
        margin-top: 5px;
        line-height: 22px;
    }

    main .produits {
        width: 100%;
        margin-top: 10px !important;
        padding-bottom: 60px;
    }

    main .produits .produits_container {
        width: 85%;
        display: flex;
        flex-direction: column;
        margin-top: 26px;
    }

    main .produits .produits_container .produits_link_box {
        width: 100%;
        height: 40%;
        margin-top: 40px;
    }

    main .produits .produits_container .produits_item .produit_image {
        width: 100%;
        height: 48%;
    }

    main .produits .produits_container .produits_item .produit_text {
        height: 34%;
        padding: 5px;
    }

    main .produits .produits_container .produits_item .produit_text h3{
        font-size: 19px;
        line-height: 27px;
        letter-spacing: -1px;
        margin-top: 3px;
    }
    
    main .produits .produits_container .produits_item .produit_text p {
        font-size: 13px;
        line-height: 17px;
        margin-top: 5px;
        padding: 5px;
    }

    main .produits .produits_container .produits_item .produit_button {
        width: 100%;
        height: 18%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .produits .produits_container .produits_item .produit_button .standard_button {
        font-size: 12px;
        padding: 10px 15px;
    }

    main .privacy {
        padding: 10px;
    }

    main .privacy .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .privacy .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

    main .terms {
        padding: 10px;
    }

    main .terms .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .terms .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

}

@media (min-width: 575px) and (max-width: 767px){
    main .banner {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    main .banner.reverse {
        height: auto !important;
        display: flex;
        flex-direction: column !important;
    }

    main .banner .banner_image {
        width: 100%;
        height: 200px;
    }

    
    main .banner .banner_image .overlay  {
        width: 100%;
        height: 200px;

    }

    main .banner .banner_image .overlay h3{
        display: flex;
        font-size: 31px;
        font-weight: 700;
        color: white;
    }
    
    main .banner .banner_text {
        width: 100%;
        height: 350px;
    }
    
    main .banner .banner_text .text_zone {
        width: 87%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 32px;
    }

    main .banner.service_main .banner_text {
        width: 100%;
        height: 120px;
        padding: 10px;
    }

    main .banner.service_main .banner_text .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text.service_ {
        width: 100%;
        height: 110px;
        padding: 10px;
    }

    main .banner .banner_text.service_.infra {
        width: 100%;
        height: 150px;
        padding: 10px;
    }

    main .banner .banner_text.service_ .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .title {
        font-size: 21px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .text {
        font-size: 14px;
        text-align: justify;
        margin-top: 19px;
        padding: 15px;
        line-height: 22px;
    }

    main .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    main .about .about_item .item_content {
        width: 80%;
        height: 88%;
    }

    main .about .about_item .item_content .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item .item_content .icon span {
        width: 70px;
        height: 70px;
    }

    main .about .about_item .item_content .text h3 {
        font-size: 22px;
        text-align: center;
    }
    
    main .about .about_item .item_content .text p {
        font-size: 15px;
    }

    main .about_services_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    main section .section_title h5 {
        font-size: 13px;
    }
    
    
    main section .section_title h2 {
        font-size: 19px;
    }
    
    
    main .about_services_container .text h3 {
        font-size: 15px;
    }

    main .about_services_container .services_item {
        width: 80%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item {
        width: 98%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .services .services_container {
        display: flex;
        margin-top: 19px;
        margin-bottom: 60px;
    }

    main .services .services_container .services_link_box {
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }

    main .services .services_container .services_item .service_text h3{
        font-size: 19px;
    }
    
    main .services .services_container .services_item .service_text p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 2px;
    }

    main .services_.infra {
        display: flex;
    }

    main .services_.infra .services_items .services_item {
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    main .services_.infra .services_items .services_item .item_image{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    main .services_.infra .services_items .services_item .item_image img {
        width: 100%;
        height: 100%;
    }

    main .services_.infra .services_items .services_item .item_text {
        width: 100%;
        height: 100%;
    }

    main .services_.infra .services_items .services_item .item_text .text_content {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 20px;
    }

    main .services_.infra .services_items .services_item .item_text .text_content h3 {
        font-size: 21px;
        line-height: 18px;
    }

    main .services_.infra .services_items .services_item .item_text .text_content p {
        width: 100%;
        font-size: 14px;
        margin-top: 5px;
        line-height: 22px;
    }

    main .produits {
        width: 100%;
        margin-top: 10px !important;
        padding-bottom: 60px;
    }

    main .produits .produits_container {
        width: 75%;
        display: flex;
        flex-direction: column;
        margin-top: 26px;
    }

    main .produits .produits_container .produits_link_box {
        width: 100%;
        height: 40%;
        margin-top: 40px;
    }

    main .produits .produits_container .produits_item .produit_image {
        width: 100%;
        height: 48%;
    }

    main .produits .produits_container .produits_item .produit_text {
        height: 34%;
        padding: 5px;
    }

    main .produits .produits_container .produits_item .produit_text h3{
        font-size: 19px;
        line-height: 27px;
        letter-spacing: -1px;
        margin-top: 3px;
    }
    
    main .produits .produits_container .produits_item .produit_text p {
        font-size: 14px;
        line-height: 17px;
        margin-top: 5px;
        padding: 15px;
    }

    main .produits .produits_container .produits_item .produit_button {
        width: 100%;
        height: 18%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .produits .produits_container .produits_item .produit_button .standard_button {
        font-size: 12px;
        padding: 10px 15px;
    }

    main .privacy {
        padding: 10px;
    }

    main .privacy .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .privacy .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

    main .terms {
        padding: 10px;
    }

    main .terms .accordion {
        width: 100%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .terms .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

}

@media (min-width: 767px) and (max-width: 992px){
    main .banner {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    main .banner.reverse {
        height: auto !important;
        display: flex;
        flex-direction: column !important;
    }

    main .banner .banner_image {
        width: 100%;
        height: 200px;
    }

    
    main .banner .banner_image .overlay  {
        width: 100%;
        height: 200px;

    }

    main .banner .banner_image .overlay h3{
        display: flex;
        font-size: 31px;
        font-weight: 700;
        color: white;
    }
    
    main .banner .banner_text {
        width: 100%;
        height: 350px;
    }
    
    main .banner .banner_text .text_zone {
        width: 87%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 32px;
    }

    main .banner .banner_text .text_zone .title {
        font-size: 21px !important;
        line-height: 25px;
    }

    main .banner.service_main .banner_text {
        width: 100%;
        height: 120px;
        padding: 10px;
    }

    main .banner.service_main .banner_text .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text.service_ {
        width: 100%;
        height: 90px;
        padding: 10px;
    }

    main .banner .banner_text.service_.infra {
        width: 100%;
        height: 130px;
        padding: 10px;
    }

    main .banner .banner_text.service_ .text_zone .title {
        display: none;
        font-size: 19px !important;
        line-height: 25px;
    }

    main .banner .banner_text .text_zone .text {
        font-size: 14px;
        text-align: justify;
        margin-top: 19px;
        padding: 15px;
        line-height: 22px;
    }

    main .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    main .about .about_item .item_content {
        width: 80%;
        height: 88%;
    }

    main .about .about_item .item_content .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item .item_content .icon span {
        width: 70px;
        height: 70px;
    }

    main .about .about_item .item_content .text h3 {
        font-size: 22px;
        text-align: center;
    }
    
    main .about .about_item .item_content .text p {
        font-size: 15px;
    }

    main .about_services_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    main section .section_title h5 {
        font-size: 13px;
    }
    
    
    main section .section_title h2 {
        font-size: 19px;
    }
    
    
    main .about_services_container .text h3 {
        font-size: 15px;
    }

    main .about_services_container .services_item {
        width: 80%;
        margin-bottom: 15px;
    }

    main .about_services_container .services_item .item_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    main .about_services_container .services_item .item_content .text p {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    main .services .services_container {
        display: flex;
        width: 98%;
        margin-top: 19px;
        margin-bottom: 60px;
    }

    main .services .services_container .services_link_box {
        width: 32%;
        height: 350px;
        margin-top: 20px;
    }

    main .services .services_container .services_item .service_text h3{
        font-size: 17px;
    }
    
    main .services .services_container .services_item .service_text p {
        font-size: 11px;
        line-height: 18px;
        margin-top: 2px;
    }

    main .services_.infra .services_items .services_item .item_text .text_content h3 {
        font-size: 19px;
        line-height: 18px;
    }

    main .services_.infra .services_items .services_item .item_text .text_content p {
        width: 100%;
        font-size: 13px;
        margin-top: 5px;
        line-height: 19px;
    }

    main .produits {
        width: 100%;
        margin-top: 10px !important;
        padding-bottom: 70px;

    }

    main .produits .produits_container {
        width: 85%;
        display: flex;
        flex-direction: flex;
        flex-wrap: wrap;
        margin-top: 26px;

    }

    main .produits .produits_container .produits_link_box {
        width: 47%;
        height: 30%;
        margin-top: 40px;

    }

    main .produits .produits_container .produits_item .produit_image {
        width: 100%;
        height: 50%;
    }

    main .produits .produits_container .produits_item .produit_text {
        height: 29%;
        padding: 5px;
    }

    main .produits .produits_container .produits_item .produit_text h3{
        font-size: 19px;
        line-height: 27px;
        letter-spacing: -1px;
        margin-top: 3px;
    }
    
    main .produits .produits_container .produits_item .produit_text p {
        font-size: 11px;
        line-height: 14px;
        margin-top: 5px;
        padding: 5px;
    }

    main .produits .produits_container .produits_item .produit_button {
        width: 100%;
        height: 21%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    main .produits .produits_container .produits_item .produit_button .standard_button {
        font-size: 12px;
        padding: 10px 15px;
    }

    main .privacy {
        padding: 10px;
    }

    main .privacy .accordion {
        width: 80%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .privacy .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }

    main .terms {
        padding: 10px;
    }

    main .terms .accordion {
        width: 80%;
        min-height: 500px;
        padding: 5px;
        margin-bottom: 30px;
    }

    main .terms .accordion .accordion-item .accordion-header .accordion-title {
        font-size: 14px;
    }


}

@media (min-width: 992px) and (max-width: 1400px){

    main .about{
        display: flex;
    }

    main .about .about_item {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    main .about .about_item .item_content {
        width: 90%;
        height: 88%;
    }

    main .about .about_item .item_content .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .about .about_item .item_content .icon span {
        width: 70px;
        height: 70px;
    }

    main .about .about_item .item_content .text h3 {
        font-size: 20px;
        text-align: center;
    }
    
    main .about .about_item .item_content .text p {
        font-size: 14px;
    }

    main .about_services_container .services_item .item_content .text h3 {
        font-size: 16px;
        text-align: start;
        margin-top: 5px;
    }

    main .services .services_container {
        display: flex;
        width: 98%;
        margin-top: 19px;
        margin-bottom: 60px;
    }

    main .services .services_container .services_link_box {
        width: 32%;
        height: 350px;
        margin-top: 20px;
    }

    main .services .services_container .services_item .service_text h3{
        font-size: 17px;
    }
    
    main .services .services_container .services_item .service_text p {
        font-size: 11px;
        line-height: 18px;
        margin-top: 2px;
    }

    main .produits {
        width: 100%;
        margin-top: 25px !important;
        padding-bottom: 100px;

    }

    main .produits .produits_container {
        width: 85%;
        display: flex;
        flex-direction: flex;
        flex-wrap: wrap;
        margin-top: 26px;
    }

    main .produits .produits_container .produits_link_box {
        width: 30%;
        height: 30%;
        margin-top: 40px;

    }

    main .produits .produits_container .produits_item .produit_image {
        width: 100%;
        height: 48%;
    }

    main .produits .produits_container .produits_item .produit_text {
        height: 34%;
        padding: 5px;
    }

    main .produits .produits_container .produits_item .produit_text h3{
        font-size: 19px;
        line-height: 27px;
        letter-spacing: -1px;
        margin-top: 3px;
    }
    
    main .produits .produits_container .produits_item .produit_text p {
        font-size: 10px;
        line-height: 12px;
        margin-top: 5px;
        padding: 2px;
    }

    main .produits .produits_container .produits_item .produit_button {
        width: 100%;
        height: 18%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .produits .produits_container .produits_item .produit_button .standard_button {
        font-size: 10px;
        padding: 8px 13px;
    }

    header .navbar .navbar_links .navbar_items .navbar_services_links {
        width: 90%;
        display: flex;
        justify-content: flex-end;
    
    }
}

@media (min-width: 1400px){
    main .produits {
        width: 100%;
        margin-top: 25px !important;
        padding-bottom: 150px;

    }

    main .produits .produits_container {
        width: 85%;
        display: flex;
        flex-direction: flex;
        flex-wrap: wrap;
        margin-top: 26px;
    }

    main .produits .produits_container .produits_link_box {
        width: 32%;
        height: 32%;
        margin-top: 40px;

    }

    main .produits .produits_container .produits_item .produit_image {
        width: 100%;
        height: 55%;
    }

    main .produits .produits_container .produits_item .produit_text {
        height: 30%;
        padding: 5px;
    }

    main .produits .produits_container .produits_item .produit_text h3{
        font-size: 21px;
        line-height: 27px;
        letter-spacing: -1px;
        margin-top: 3px;
    }
    
    main .produits .produits_container .produits_item .produit_text p {
        font-size: 13px;
        line-height: 15px;
        margin-top: 5px;
        padding: 4px;
    }

    main .produits .produits_container .produits_item .produit_button {
        width: 100%;
        height: 15%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}





