/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*general*/

body{
	overflow-x: hidden;
}

.comments-area a, .page-content a{
    text-decoration: unset;
}

.grecaptcha-badge{
    display: none!important;
}

.small-caps{
	font-variant: small-caps;
}

/*Page recherche arbitres/mediateurs */
.people-list .elementor-shortcode{
    max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}
@media screen and (max-width: 767px){
	
	.people-list .elementor-shortcode{
		padding: 0 15px;
	}
}

/*Bloc de texte*/
.elementor-widget-text-editor ul{
    padding-left: 24px;
    margin-bottom: 20px;
    margin-top: -12px;
}
.elementor-widget-text-editor ul li{
    margin-bottom: 8px;
}
.elementor-widget-text-editor ul li::marker{
    color: var(--e-global-color-primary);
}
.elementor-widget-text-editor h2{
    margin-top: 40px;
    margin-bottom: 20px;
}
.elementor-widget-text-editor h3{
    margin-top: 25px;
    margin-bottom: 10px;
}
.elementor-widget-text-editor h4{
    margin-top: 20px;
    margin-bottom: 5px;
}
.elementor-widget-text-editor h5{
    margin-top: 20px;
    margin-bottom: 5px;
}
.elementor-widget-text-editor h6{
    margin-top: 20px;
    margin-bottom: 5px;
}


/*pied de page----------------*/

#footer-mentions a, footer .lien-home a, footer .coordonnees a{
    color: var(--e-global-color-5e527a4);
    opacity: 1;
    transition: .3s;
}

footer a:hover,
#footer-mentions a:hover{
    color: var(--e-global-color-5e527a4)!important;
    opacity: .66;
}

footer .lien-home a:hover,
footer a:has(img):hover{
    opacity: 1;
}

@media screen and (max-width: 767px){
    footer .lien-home strong{
        display: none;
    }
    
}


/*Sticky menu*/

#menu-stickable.sticky{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
}


/*Back to top button*/
#scroll-to-top i{
	position: relative;
}
#scroll-to-top{
	position: fixed;
    z-index: 999;
    right: 45px;
    bottom: -100px;
    width: 45px;
    height: 45px;
    padding: 0 0 4px 0;
    background: url(images/back-to-top-db.png) no-repeat center 12px #fff;
    border-color: var(--e-global-color-primary);
    transition: .3s;
}
#scroll-to-top:hover,
#scroll-to-top:focus{
	background-color: var(--e-global-color-primary);
    background-image: url(images/back-to-top-w.png);
	border-color: #fff;
}



/*polylang custom switch*/
.custom-polylang-dropdown select{
    padding: 5px 0;
    width: 45px;
    border: none;
    cursor: pointer;
    /*background: url(images/globe.png) 0 10px;
    background-repeat: no-repeat;*/
    text-transform: uppercase;
    text-align: right;
}

.custom-polylang-dropdown option[selected="selected"]{
    display: none;
}

.custom-polylang-dropdown:before{
    content: '';
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;


    background: url(images/globe.png) 0 10px;
    background-repeat: no-repeat;

}

.custom-polylang-dropdown option{
    text-align: center;
}
/* A RETABLIR LORSQUE TRADUCTION ESPAGNOLE EN PLACE*/
.custom-polylang-dropdown option[lang="es-ES"]{
	display: none;
}
.admin-bar .custom-polylang-dropdown option[lang="es-ES"]{
	display: unset;
}


/*PAGE 404*/
#content.error404{
min-height: calc(100vh - 220px);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
#content.error404 .bg-white{
padding: 60px;
}
#content.error404 a.elementor-button{
background-color: var(--e-global-color-a7072d4);
border-color: var(--e-global-color-a7072d4);
margin-top: 45px;

}
#content.error404 a.elementor-button:hover{
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}

#content.error404 .page-header img{
width: 324px;
margin-bottom: 30px;
}
@media screen and (max-width: 767px){
    #content.error404 .bg-white{
        padding: 30px 15px;
    }
}


/*home application*/
.application .fake-button .elementor-widget-container,
.application:hover .fake-button .elementor-widget-container span{
    transition: .3s;
}
.application:hover .fake-button .elementor-widget-container{
    background-color: var(--e-global-color-primary);
}
.application:hover .fake-button .elementor-widget-container span{
    color: #fff;
}

/**/

.scrolling-brighter .scrolling-image{
    opacity: .2;
}

.scrolling-image{
    overflow: hidden;
    pointer-events: none;
}
.scrolling-image .container{
    display: flex;
    gap: 100px;
}
.scrolling-image img {
    max-width: none;
    width: auto;
}

.scrolling-image img.img-1,
.scrolling-image img.img-2{
    animation: scrolling 24s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - 100px));
    }
}


/**/

a.partner img{ 
    transition: .5s!important;
}
a.partner:hover img{ 
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg )!important;
}




















/*CONTACT FORM 7*/
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
    font-family: var(--e-global-typography-text-font-family);
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
    margin-bottom: 15px;
}
.cf-col-12.submit{
    text-align: center;
}
.cf-col-12.submit input{
    padding: 8px 36px;
    margin-top: 15px;
}
.cf-container label{
    width: 100%;
    font-family: 'BioRhyme';
    text-transform: uppercase;
}
.cf-container .acceptance label{
    text-transform: none;
    font-family: 'Poppins';
}
.cf-container input,
.cf-container textarea{
    border: 1px solid var(--e-global-color-primary);
    border-radius: 0;
    margin-top: 10px;
    font-family: 'Poppins';
}
.cf-container input:focus,
.cf-container textarea:focus{
    background-color: #f2f5ff;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    text-transform: none;
    font-family: 'Poppins';
    margin-top: 8px;
    margin-bottom: 5px;
}
@media ( min-width: 768px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/*Cookies - Complianz*/
#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent{
    overflow: hidden;
    color: #01061900 !important;
}

.cmplz-banner-checkbox label:before{
    box-shadow: none!important;
}
.cmplz-manage-consent::before {
   /* font-family: "Font Awesome 5 Free";
    font-weight: 900;  
    content: "\f564";*/
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: white;

}
#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: #010619 !important;
    background: #010619 !important;
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(images/cookie.png) !important;
    background-position: center;
    background-repeat: no-repeat !important;
}
#cmplz-cookies-overview{
    background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    #cmplz-manage-consent .cmplz-manage-consent {
        bottom: 45px !important;
        left: 15px !important;
    }
}@media screen and (max-width: 768px){
    #cmplz-manage-consent .cmplz-manage-consent {
        bottom: 15px !important;
        left: 15px !important;
    }
}
.cmplz-show-banner.elementor-widget-button a:hover{
    cursor: pointer;
    background-color: var(--e-global-color-primary);
}


















































/*ARCHIVE.PHP----------------------------------------------------*/

main#content.caip-theme.archive{
    max-width: none;
    margin-bottom: 150px;
    min-height: 75vh;
}

main#content.caip-theme.archive .page-header{
    text-align: center;
    color: #fff;
    background-image: url('https://www.arbitrage.org/wp-content/uploads/2025/03/banner-blue-3.jpg');
    background-position: center;
    margin-bottom: 45px;
    padding: 120px 0 0 0;
}
main#content.caip-theme.archive .page-header h1{
    margin: 0;
    margin: auto;
    color: #fff;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0.5px;
    padding: 30px 60px 0 60px;
}
main#content.caip-theme.archive .page-header p.entry-title-detail{
    margin-top: 15px;
}

main#content.caip-theme.archive .categories{
    max-width: 1440px;
    margin: 0 auto 45px auto;
    display: flex;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
}
main#content.caip-theme.archive .categories a{
    padding: 8px 16px;
    background: #f4f4f4;
    color: #000;
    text-transform: uppercase;
    transition: .3s;
}
main#content.caip-theme.archive .categories a:hover{
    background: var(--e-global-color-accent);
    color: #fff;
}
main#content.caip-theme.archive .categories a.active{
    background: var(--e-global-color-accent);
    color: #fff;
}

main#content.caip-theme.archive .page-content {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    margin-top: 90px;
}

main#content.caip-theme.archive article{
    position: relative;
    margin-bottom: 45px;
    display: flex;
    box-shadow: 0 0 90px -75px #000;
    border-radius: 35px;
}

main#content.caip-theme.archive article a.thumbnail{
    display: block;
    width: 33%;
    aspect-ratio: 16 / 9;
    border-radius: 35px;
    overflow: hidden;
}
main#content.caip-theme.archive article a.thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.075);
    transition: .3s;
}
main#content.caip-theme.archive article a.thumbnail:hover img {
    transform: scale(1);
}

main#content.caip-theme.archive article .content{
    display: flex;
    width: 75%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding: 30px 60px 90px 60px;
}

main#content.caip-theme.archive article h2{
    font-size: 26px;
    line-height: 30px;
    font-family: 'Poppins';
    margin-top: 20px;
    margin-bottom: 10px;
}
main#content.caip-theme.archive article h2 a{
    color: #000;
    transition: .3s;    
}
main#content.caip-theme.archive article h2 a:hover{
    color: var(--e-global-color-primary);    
}

main#content.caip-theme.archive article p{
    text-align:  justify;
}

main#content.caip-theme.archive article a.read-more{
    position: absolute;
    bottom: 45px;
    left: 60px;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid var(--cmplz_button_accept_border_color);
    color: var(--e-global-color-primary);
    transition: .3s;
}
main#content.caip-theme.archive article a.read-more:hover{
    background: var(--e-global-color-primary);
    color: #fff;
}

main#content.caip-theme.archive .pagination{
    max-width: 1440px;
    border-top: 1px solid #f4f4f4;
    padding-top: 45px;
    margin-top: 45px;
}

a.btn-return{
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    padding: 9px 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: .3s;
}
a.btn-return:hover{
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.no-post{
    text-align: center;
}

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

    main#content.caip-theme.archive{
        margin-bottom: 120px;
    }

    main#content.caip-theme.archive .page-content{
        margin-bottom: 120px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1280px){
    main#content.caip-theme.archive .page-header h1 {
        font-size: 86px;
        font-weight: 600;
        line-height: 60px;
        padding: 45px 60px 0 60px;
    }
}

@media screen and (max-width: 1024px){
    main#content.caip-theme.archive .page-header h1 {
        font-size: 80px;
        line-height: 55px;
        padding: 45px 0 0 0;
    }
    main#content.caip-theme.archive{
        margin-bottom: 90px;
    }
    main#content.caip-theme.archive .page-content{
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 90px;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 60px;
    }

    main#content.caip-theme.archive article a.thumbnail{
        width: 34%;
    }
    main#content.caip-theme.archive article .content{
        width: 66%;
    }
}

@media screen and (max-width: 768px){
    main#content.caip-theme.archive .page-header h1 {
        font-size: 36px;
        line-height: 25px;
        padding: 0px 15px 0 15px;
    }
    main#content.caip-theme.archive{
        padding: 0;
    }
    main#content.caip-theme.archive article{
        flex-direction: column;
    }
    main#content.caip-theme.archive .categories{
        gap: 15px;
    }
    main#content.caip-theme.archive .page-content{
        grid-template-columns: repeat(1, 1fr);
        max-width: 560px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    main#content.caip-theme.archive article a.thumbnail{
        max-height: 200px;
    }
    main#content.caip-theme.archive article .content{
        padding: 30px 30px 90px;
    }
    main#content.caip-theme.archive article a.thumbnail,
    main#content.caip-theme.archive article .content{
        width: 100%;
    }

}


/*ARTICLE DE BLOG - D'ACTUALITES ----------------------------------------------------*/

body.post-template-default.single main#content{
    max-width: none;
    margin-bottom: 90px;
    padding: 0;
}

body.post-template-default.single main#content .page-header{
    text-align: center;
    color: #fff;
    background-image: url('https://www.arbitrage.org/wp-content/uploads/2025/03/banner-blue-3.jpg');
    background-position: center;
    margin-bottom: 45px;
    padding: 90px 15px;
}
body.post-template-default.single main#content .page-header h1{
    margin: auto;
    font-size: 54px;
    line-height: 66px;
    color: #fff;
    font-weight: 600;
}

body.post-template-default.single main#content .page-header p.entry-title-detail{
    margin-top: 15px;
}

body.post-template-default.single main#content .page-content{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

body.post-template-default.single main#content .page-content p strong{
    font-weight: 700;
}
body.post-template-default.single main#content .page-content h2{
    margin-top: 45px;
}
body.post-template-default.single main#content .page-content h3{
    margin-top: 35px;
}
body.post-template-default.single main#content .page-content h4,
body.post-template-default.single main#content .page-content h5,
body.post-template-default.single main#content .page-content h6{
    margin-top: 25px;
}
body.post-template-default.single main#content .page-content h6{
    margin-bottom: 12px;
}

section#comments{
    display: none;
}

.last-articles-single{
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto 90px auto;
}
.last-articles-single h2{
    margin-bottom: 45px;
}

a.all-post-button {
    background: var(--e-global-color-primary);
    border-radius: 50px;
    color: #fff;
    display: block;
    margin: auto;
    padding: 12px 14px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
    margin-bottom: 90px;
    margin-top: -30px;
    transition: .3s;
}
a.all-post-button:hover {
    background: var(--e-global-color-accent);
}

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

}

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

}

@media screen and (max-width: 768px){
    body.post-template-default.single main#content .page-header h1{
        font-size: 26px;
        line-height: 34px;

    }
}





/*Error message on calculator*/
.calc-error-txt{
	height: 100%;
}
.calc-error-txt .elementor-widget-container{
	display: flex;
    justify-content: center;
    align-items: center;
}
