/* Empèche un retour chariot dans les spans module AXA */
.homepage-texte .et_pb_text_inner span, .homepage-texte .et_pb_text_inner a{
   white-space: nowrap;
}
.axa-module_last{
    display: inline-block;
}
/* Mesure la hauteur du viewport en mobile - Fix bug for adress bar mobile */
.viewportheight{
	position:fixed;
	height:100%;
	width:100%;
}
/* Fix propagation touche event sur tablette */
.fixbugtablet{
	position:fixed;
	height:100%;
	width:100%;
    background-color: transparent;
    z-index: 9999999;
}
/*span axa-module */
.axa-module{ 
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;	
}
.axa-module-habillage{
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;	
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='25' ry='25' stroke='%2300008f' stroke-width='3' stroke-dasharray='5,10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
/* transform background */

.transform-background{ /* div absolute ajouter au body pour générer le fond*/
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.transformbackground-hover{ /* Pointillé sur span géré par jQuery*/
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='25' ry='25' stroke='%23ffffff' stroke-width='3' stroke-dasharray='5,10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.color_transition{ /* transition de la couleur du texte gérée par jQuery app.js */
	-webkit-transition: color 0.4s ease !important;
	-moz-transition: color 0.4s ease !important;
	-o-transition: color 0.4s ease !important;
	transition: color 0.4s ease !important;
}

/* externallink */

.externallink:hover{
    color:#00008f;
}
.externallink::after{

	content: " ";
	background: url('../asset/img/icon-lien-externe.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
    margin-bottom: -1px;
}

/* internallink */
.internallink:hover{
    color:#00008f;
}
.internallink::after{

	content: " ";
	background: url('../asset/img/arrow-right-solid.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
    margin-bottom: 2px;
}

/* popover */

.popover{
    box-shadow: 0px 3px 56px #00000029;
    border-radius: 10px;
    border: 0px;
    width:auto !important; /* Permet la gestion dynamique de la largeur du popover*/
    max-width:none !important; /* Permet la gestion dynamique de la largeur du popover*/
    z-index: 99999;
}

.popover-body{
	visibility:hidden;
}

/* icontextcta */

.popover-icontextcta{
    /*background-color: #00008f;*/
	background-color:#4976BA;
    max-width:342px;
    width: 100%;
    border-radius: 10px;
    
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}
.popover-icontextcta .icontextcta-img{
    height:140px;
}
.popover-icontextcta .icontextcta-titre{
    font-family: publicobold, Arial, sans-serif;
    font-size:32px;
    margin-top:-5px;
    margin-bottom:0px;
}
.popover-icontextcta .icontextcta-content{
    font-size:20px;
    font-weight: 300;
    
}
.popover-icontextcta .popover-body{
    color:#fff;
    /*padding:0;*/
    padding: 36px 28px;
}
.popover-icontextcta .icontextcta-cta{
    margin-top:20px;
}
.popover-icontextcta .popover-body a{
    /*font-family: publicobold, Arial, sans-serif;*/
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    padding: 8px 26px!important;
    /*background-color: #f0ff93;*/
	background-color: #fff;
    border-radius: 50px;
    font-size: 18px!important;
    color: #4976BA!important;
    display: inline-block;
}
/* box */
.axa-module.box::after{

	content: " ";
	background: url('../asset/img/exclamation.svg');
	background-size: 25px;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 10px;
    margin-bottom: -1px;
}

.popover-box{
    /*background-color: #00008f;*/
	background-color:#4976BA;
    max-width:342px;
    width: 100%;
    border-radius: 10px;
    
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}
.popover-box .box-titre{
    font-family: publicobold, Arial, sans-serif;
    font-size:32px;
    margin-top:-5px;
    margin-bottom:0px;
}
.popover-box .box-content{
    font-size:20px;
    font-weight: 300;
    
}
.popover-box .popover-body{
    color:#fff;
    /*padding:0;*/
    padding: 36px 28px;
}
.popover-box .popover-body a{
    /*font-family: publicobold, Arial, sans-serif;*/
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    padding: 8px 26px!important;
    /*background-color: #f0ff93;*/
	background-color: #fff;
    border-radius: 50px;
    font-size: 18px!important;
    color: #4976BA!important;
    display: inline-block;
}
/* submenuvisual */

.submenuvisual::after{

	content: " ";
    background: url('../asset/img/icon-menu.svg');
    background-size: 21px;
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0px;
}

.popover-content-submenu-visual{
    max-width: 528px;
    width: 100%;
}
.popover-content-submenu-visual .popover-body{
    padding:0;
}
.popover-content-submenu-visual .pop-menu{
    width:100%;
    padding: 20px 0px;
}
.popover-content-submenu-visual .pop-menu a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color:#00008f!important;
}
.popover-content-submenu-visual .pop-menu a .content{
    display:inline-block;
    max-width: 66%;
}
.popover-content-submenu-visual .pop-menu a .title{
    font-size : 18px;
    font-family: publicobold, Arial, sans-serif;
    padding-bottom: 0px;
}
.popover-content-submenu-visual .pop-menu a .subtitle{
    font-size : 14px;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}
.popover-content-submenu-visual .pop-menu a:after{
    content: " ";
	background: url('../asset/img/icon-lien-externe.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-top: 20px;
    float:right;
}
.popover-content-submenu-visual img{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 11px;
    vertical-align: top;
    object-fit: cover;
}

/* richcontent */
.popover-richcontent{
    background-color: #ffffff;
    max-width:342px;
    width: 100%;
    border-radius: 10px;
    padding: 0px;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}
.popover-richcontent .richcontent-inside{
    padding:23px 28px 36px 28px;
}
.popover-richcontent .richcontent-img{
    width:100%;
    border-radius: 10px 10px 0px 0px;
}
.popover-richcontent .richcontent-img-background{
    height:221px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0px 0px;
}
.popover-richcontent .richcontent-titre{
    font-family: publicobold, Arial, sans-serif;
    font-size:32px;
    margin-top:-5px;
    margin-bottom:0px;
}
.popover-richcontent .richcontent-content{
    font-size:20px;
    font-weight: 300;
    
}
.popover-richcontent .popover-body{
    color: #00008f!important;
    padding:0;
}
.popover-richcontent .richcontent-cta{
    margin-top:20px;
    
}
.popover-richcontent .popover-body a{
    /*font-family: publicobold, Arial, sans-serif;*/
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    padding: 8px 26px!important;
    background-color: #f0ff93;
    border-radius: 50px;
    font-size: 18px!important;
    color: #00008f!important;
    display: inline-block;
}

/* video embeded */
.video-embeded-youtube::after, .video-embeded-vimeo::after{

	content: " ";
    background: url('../asset/img/icon-video.svg');
    background-size: 23px;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -1px;
}
.max-width-for-popover-video .popover-body{
    padding:0;
    margin-bottom: -10px;
}
.max-width-for-popover-video{
    max-width: 100%;
    /*background-color: transparent !important;*/
}
.max-width-for-popover-video .embed-responsive-item{
    border-radius: 10px;
}

/* contact */
.popover-axacontact{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px;
}
.popover-axacontact .popover-body{
    font-family: publicobold, Arial, sans-serif;
    font-size: 18px;
    color: #00008f!important;
    padding: 0;
}
.popover-axacontact .popover-body a:hover{
    color: #00008f!important;
}
.popover-axacontact .popover-body .col{
    margin:auto;
}
.axacontact-content{
    display: table;
    height: 146px;
    overflow: hidden;
    border-radius: 50% 50%;
    width: 146px;
    margin: 15px auto;
}
.axacontact-content-text{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.popover-axacontact .col1, .popover-axacontact .col3{
    width:49.9%;
    display: inline-block;
}
.popover-axacontact .col2{
    width: 2px;
    display: inline-block;
    position: absolute;
    top: 22px;
}
.pointille-contact {
    padding: 70px 0;
    display: block;
    background-repeat: repeat-y;
    background-color: #00008f;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg  width='' height='10' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='1' height='1' /%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg  width='' height='10' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='1' height='1' /%3e%3c/svg%3e");
    width: 100%;
}

/* Overlay pour mobile avant apparition module */
.overlay-background{ /* div absolute ajouter au body pour générer le fond*/
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00002db3;
    z-index: 2;
}

.close-overlay-background{
    /*display: none;*/
    position: fixed;
    z-index: 3;
    width:100%;
}
/* MEDIA QUERY */

@media (max-width: 400px){

    .popover-content-submenu-visual img {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        margin-right: 7px;
        vertical-align: top;
        object-fit: cover;
    }

    .popover-content-submenu-visual .pop-menu a {
        display: block;
        padding: 10px 13px;
        text-decoration: none;
        color: #00008f !important;
    }

    .popover-content-submenu-visual .pop-menu a .title {
        font-size: 14px;
        font-family: publicobold, Arial, sans-serif;
        padding-bottom: 0px;
    }

    .popover-content-submenu-visual .pop-menu a .subtitle {
        font-size: 12px;
        font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    }

    .popover-content-submenu-visual .pop-menu a::after {
        content: " ";
        background: url('../asset/img/icon-lien-externe.svg');
        background-repeat: repeat;
        background-size: auto;
        background-size: 16px;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        margin-top: 20px;
        float: right;
    }

    .popover-content-submenu-visual .pop-menu a .content {
        display: inline-block;
        max-width: 63%;
    }
}

@media (max-width: 767px){

    .axa-module{ 
        padding-left: 16px;
        padding-right: 16px;
    }

    .axa-module-habillage{
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Repositionnement des icones after en version mobile */

    .externallink::after { 
        background-size: 16px;
        width: 16px;
        height: 16px;
    }

    .internallink::after{

        background-size: 16px;
        width: 16px;
        height: 16px;
        margin-bottom: 1px;
    }

    .submenuvisual::after{

        background-size: 16px;
        width: 16px;
        height: 16px;
        margin-bottom: -1px;
    }

    .video-embeded-youtube::after, .video-embeded-vimeo::after{

        background-size: 20px;
        width: 20px;
        height: 20px;
        margin-bottom: -2px;
    }

}