@media only screen and (max-width: 5000px) {


}


@media only screen and (max-width: 3000px) {


}


@media only screen and (max-width: 1200px) {

    .container {
        padding: 0 20px;
    }



}


@media only screen and (max-width: 1024px) {


    .wrap-bottom-header.row-container {display: none;}

.wrapper-bottom-header {padding: 10px 0;}



    .wrap-bottom-header {
        /* display: none; */
    }

    .content_hide_menu_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

     .widget_menu.content_menu_btn {
        position: relative;
    }
    
    .icon_bar {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #303d72;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .icon_bar svg {
        height: 100%;
        display: flex;
        fill: #fff;
    }
    
    .widget_menu.content_panel_menu_mobile {
        position: fixed;
        left: 0;
        top: 0;
        transition: all 1s ease;
    }

    .widget_logo.content_logo {
        position: relative;
        width: 50%;
    }
    
    .logo_mobile {
        position: relative;
        display: flex;
        align-items: center;
    }
    
    .logo_mobile img {
        /* width: 22%; */
    height: 55px;}

    .text-logo-top {/* width: auto; */}





    .right-mobile-header {
        display: flex;
        align-items: center;
        width: 50%;
        justify-content: flex-end;
    }

    .languages-top {
        padding: 0 15px 0 15px;
        margin: 0 15px 0 15px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;display: flex;
        align-items: center;        
        cursor: pointer;
        position: relative;
    }

    /*.on-show {
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
    }*/

    .other-languages {
        display: none;
    }

    .on-show:hover .other-languages {
        display: flex;
    }

    .on-show {
        color: #000;
        line-height: 1.8;
        height: 100%;
    font-weight: 800;}


    .languages-top:hover .other-languages {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 93%;
        /* z-index: 0; */
        background: #fff;
        left: 0;
    }

    .other-languages a {
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 7px 25px;
        color: #585757;
        display: flex;
        letter-spacing: 0.1px;
        border-style: solid;
        border-width: 0 0 1px;
        border-color: #f0f0f0;
        z-index: 60;
    line-height: 1.8;}



    /* ********************* MENU *************************** */


    .widget_menu.content_panel_menu_mobile {
        position: fixed;
        background: white;
        top: 0;
        overflow-y: auto;
        height: 100vh;
        width: 95%;
        z-index: 999;
        padding: 10px 0;
        transition: all 1s ease;
        visibility: hidden;
        opacity: 0;
        left: -100%;
    }

    label.label_menu {
        position: relative;
        width: 100%;
    }

    .label_menu {
        position: fixed;
        background: white;
        top: 0;
        overflow-y: auto;
        height: 100vh;
        width: 100%;
        z-index: 999;
        padding: 10px 0;
        transition: all 1s ease;
        visibility: hidden;
        opacity: 0;
        right: -100%;
    }

    .container_panel {
        position: relative;
        background: white;
        width: 80%;
        margin-left: auto;
        height: 100%;
        margin-right: auto;
    }

    .label_cross_m .dropdown-responsive {
        visibility: hidden;
        opacity: 0;
        /* transition: all 1s ease; */
        height: 0;
    }

    .container_panel .field {
        margin-bottom: 2px;
        position: relative;
        display: flex;
        align-items: center;
    line-height: 1.8;}

    .container_panel .field:not(:last-child) {
        border-bottom: 1px solid #efefef;
        padding: 10px 0;
    }

    .field a span.btn-contact {
        background: transparent;
        color: #000;
        padding:  0;
        border-radius: 0;
        margin-top: 5px;
        display: flex;
    }

    .field a{
        color: #000;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .dropdown-item i {
        margin-right: 9px;
        color: #b5b5b5;
        font-size: 11px;
    }

    .field input.field_menu:checked ~ .label_cross_m ul.dropdown-responsive {
        visibility: visible;
        opacity: 1;
        position: relative;
        background: rgb(255 182 0 / 4%);
        height: auto;
        border-top: 2px solid #da1c2e;
        margin-top: 4px;
        padding: 7px 0;
    }

    label.label_cross_m {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .field_menu {
        display: none;
    }

    .title_link_m {
        position: relative;
        color: #000;
    }

    .title_link_m span.angle_down {
        position: absolute;
        right: 0;
    }

    .field a.active {color: #1271e5;font-weight: 600;}
        
    span.button_close {
        position: absolute;
        display: flex;
        font-size: 16px;
        left: 12px;
        background: #fff;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .contentclose {
        position: absolute;
        display: flex;
        font-size: 16px;
        background: #fff;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        right: 0;
        /* left: 45%; */
        top: 0;
        border: 2px solid grey;
        border-radius: 50%;
    }




.right-mobile-header .languages {display: none;}



    /* Titres */

    h2.title-bloc {font-size: 30px;line-height: 1.2;}

    h4.subtitle.style1 {font-size: 14px;}

    .section-title .title-bloc {font-size: 37px;}

    .footer-widget.logo-widget {padding-left: 0;padding-right: 0px;}

    /* Footer */

    .wrapper-footer {padding: 50px 0 30px;}


}


@media only screen and (max-width: 768px) {

    .left-top-header {width: auto;}

.right-top-header {width: auto;}


    .footer-widget {
    	width: 100%;
    	padding: 0 !important;
	}

	.footer-widget.about-widget {
		border: none;
		padding: 0;
	}

	.footer-widget.newsletter-widget {
		padding: 0;
	}

	.footer-copyright p {
		font-size: 13px;
		margin: 0 20px;
	}

	.wrapper-footer {
		padding: 60px 0;
		font-size: 15px;
	}

	.bottom-footer {
		/* margin-top: 20px; */
	}

	.top-footer {
		margin-bottom: 0;
	}

	.footer-widget-title {
		font-size: 19px;
	}

	.input-wrap {
		/* width: 63%; */
	}

    .footer-widget.newsletter-widget .wrap-footer-widget {
        margin-left: 0;
        width: 72%;
    }


    /* Titres */

	.content_title_center .title,
    .section-title .sub-title-bloc {
		font-size: 14px;
	padding: 0;}

	.content_title_center h2, 
	.section-title .title-bloc {
		font-size: 30px;
	}

	.content_title_center .text, 
	.section-title .text {
		font-size: 16px;
		line-height: 1.5;
	}

    .content_table_data .title {font-size: 20px;}




}


@media only screen and (max-width: 600px) {


}


@media only screen and (max-width: 425px) {


	/* Header */

	.logo_mobile img {height: 45px;}

	.text-logo-top {font-size: 12px;line-height: 1.5;}

	.languages-top, .other-languages a {font-size: 12px;}

	.icon_bar {width: 40px;height: 40px;}

	.icon_bar svg {width: 55%;}

	.widget_menu.content_panel_menu_mobile {width: 80%;}

	.container_panel .field {
        font-size: 14px;}

    .widget_logo.content_logo,
    .right-mobile-header {
        width: auto;
    }


    .wrap-top-header > div {width: 100%;}

    .info-top {
        margin: 0 !important;
        padding: 5px 0 !important;
        border: none !important;
        line-height: 1.5 !important;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .wrap-right-top-header .languages {display: none;}

.right-mobile-header .languages {display: flex;}

.social-header {width: 100%;}

.wrap-social-header.row-container {justify-content: center;}

.wrap-right-top-header.row-container {padding: 5px 0 10px;}

.button-language {font-size: 12px;}


	/* Footer */

	.footer-widget-title {
		font-size: 17px;
		padding-bottom: 10px;
	}

	.wrapper-footer {
		font-size: 14px;
	padding: 30px 0 50px;}

	p.text-logo {
		font-size: 13px;
	line-height: 1.5;}

	.footer-copyright p {
		line-height: 1.5;
	}

	.right-line, 
    .left-line, 
    .copyright-img1, 
    .copyright-img2 {
		display: none;
	}

	.input-wrap {
		width: 100%;
	}

    .footer-widget.newsletter-widget .wrap-footer-widget {
        width: 100%;
    padding: 30px;}

    .bottom-footer > div {
        justify-content: center;
    }

    .footer-logo img {height: 45px;}
    
.social-footer a {font-size: 14px;width: 30px;height: 30px;line-height: 30px;}

.bottom-footer {font-size: 12px;padding: 15px 0;line-height: 1.5;}


    /* Titres */



	.content_title_center .title,
    .section-title .sub-title-bloc {
		font-size: 10px;
	/* padding: 0; */}

	.content_title_center h2, 
	.section-title .title-bloc {
		font-size: 22px;
	margin-top: 3px;}

	.content_title_center .text, 
	.section-title .text {
		font-size: 13px;
		line-height: 1.5;
	}
    .content_table_data .title {font-size: 18px;/* padding: 0; */}


    /* Process */


    .content-item-process {
        width: 100%;
        margin-bottom: 15px;
    }

    .item-process {
        transform: none !important;
    }


    .card_left {padding-top: 0 !important;}


   
}


@media only screen and (max-width: 375px) {

   .content_title_center h2, 
   .section-title .title-bloc {
        font-size: 22px;
        margin-top: 2px;
    }

    .content_title_center .title,
    .section-title .sub-title-bloc {
        font-size: 10px;
    }

}


@media only screen and (max-width: 320px) {


}