/*****************
 * GENERAL
 *****************/
.flex {
    display: flex;
    align-items: flex-start;
}
.flex > .flex-center {
    align-self: center;
}
.col-center{
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.museo-300 {
    font-family: 'Museo-300', serif !important;
}
.museo-700 {
    font-family: 'Museo-700', serif !important;
}
[type=text], [type=password], [type=email], [type=date], [type=datetime], [type=color], [type=datetime-local], [type=month], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=week], textarea {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    border-radius: 3px;
    border: 1px solid #e4e6e9;
    font-size: 14px;
    display: block;
    width: 100%;
    box-sizing: padding-box;
    padding: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: #fff;
    line-height: 1.2em;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.art-content a:link, .art-content a:visited {
    color: #a60b47!important;
}
.art-content a.btn:link, .art-content a.btn:visited {
    color: #fff!important;
}

img {
    vertical-align: initial;
}
.art-body img {
    vertical-align: middle;
}

.art-aurora{
    font-family: aurorartips; 
}

.art-first-letter{
    font-family: aurorartips; 
    font-size:1.5em;
}

/*****************
 * GLOBAL LAYOUT
 *****************/
.art-body {
    /*color: #575a5d;*/
    color:black;
    line-height: 1.5;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 16px;
}

.art-body .art-container {
    background: white;
    margin: 0 auto;
/*    padding-left: 25px;
    padding-right: 25px;*/
}
.art-body em {
    color: #a60b47;
}

.art-body h1, .art-body h2, .art-body h3, .art-body h4 {
    font-family: Museo-500,"Source Sans Pro",sans-serif;
    color: #a60b47;
    font-weight: 300;
}
.art-body h1 {
    font-weight: 400;
    font-size: 5rem;
    margin-bottom: 25px;
}
.art-body h2 {
    margin-bottom: 20px;
}
.art-body h3 {
    margin-bottom: 12px;
}

.art-body h3 img {
    margin: auto auto 20px auto;
    display:block;
    max-height: 50px;
}

.art-body hr {
    margin: 20px 0;
    /*border-top: 1px dotted #d2d6db;*/
    width: auto;
}

.art-body .pointer {
    cursor: pointer;
}

.art-body .btn {
    font-size: 18px;
    color: black;
    background-color: #fff;
    border-color: rgba(0,0,0,0.1);
    font-weight: bold;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.art-body .btn:hover {
    background-color: #870a38;
}
.art-body .btn.right {
    float: right;
}

.art-body .btn.btn-web {
    background-color: #000;
}
.art-body .btn.btn-web:hover {
    background-color: #000;
}
.art-body .btn.btn-web {
    width: 170px;
    height: 50px;
}
.art-body .btn.btn-web .art-text-principal {
    position: absolute;
    bottom: 5px;
    left: 45px;
}
.art-body .btn.btn-web small {
    position: absolute;
    top: 5px;
    font-size: 10px;
    left: 45px;
}

.art-error-msg {
    position: absolute;
    font-size: 9px;
    /* margin-top: -5px; */
    color: #a60b47;
}



/*****************
 * ARTIPS CONTENT
 *****************/
.art-content {
    padding: 30px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.art-content section {
    /*margin: 0px 0;*/
    /*margin: 50px 0;*/
}

.art-introduction {
    color: black;
    margin-top: 40px;
    margin-bottom: 30px;
}


/*****************
 * VIDEO
 *****************/
.art-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 40px;
}
.art-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*****************
 * SUBSCRIPTION
 *****************/
.art-form{
    border: 1px solid #136273;
    padding: 20px;
    background-color: rgba(211,211,211,0.3);
    max-width:400px;
    margin-left: auto;
    margin-right: auto;
}

img.art-a{
    height:80%;
}

/* label color */
.input-field label {
 color: #136273;
}
/* label focus color */
.input-field input[type=text]:focus + label {
 color: #136273;
}
/* label underline focus color */
.input-field input[type=text]:focus {
 border-bottom: none;
 box-shadow: none;
}

.input-field input[type=email]:focus {
 border-bottom: none;
 box-shadow: none;
}

.input-field input{
    border-bottom: none;
    font-size: 1em;
    border-radius: 1px;
    padding: 3px;
    background-color: white;
    margin-bottom: 0px;
}


/*****************
 * SUMMARY
 *****************/
.art-img-summary {
    width: 100%;
    margin: 30px auto;
    display: block;
}

.art-img-summary.art-img-people {
    height: 100%;
    border-radius: 3px;
}

.art-summary-item h5{
    color:black!important;
}


/*****************
 * FAQ
 *****************/
.art-faq{
    width: 100%;
    padding: 30px;
    padding-bottom: 10px;
    color:#000;
    border-bottom: 2px solid #136273;
}

.collapsible-header{
    line-height: 1.8em;padding:10px;
}

.art-faq p{
    margin: 10px 0;
}

.art-faq-item{
    margin-left: auto;
    margin-right:auto;
    padding:5px;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid #136273;
    background-color: rgba(211,211,211,0.3);
}

.art-i-mark{
    font-size:10em;
    line-height: 1em;
    color:#a60b47;
}


/*****************
 * SOCIAL
 *****************/
 .art-social{
    border-top: 2px solid rgba(19,98,115,0.8);
    padding-top: 20px;
 }


.art-social .art-social-item img {
    width:50px;
}

/*****************
 * AUTHOR & TEAM
 *****************/
 .art-authors{
    width:80%;
    margin-left: auto;
    margin-right: auto;
 }

.art-authors ul li:before {
    content: url('../resources/img/fleche.png');
    margin-top: 3px;
    margin-left: -20px;
    position: absolute;
}
.art-authors ul li {
    /* padding-left: 15px; */
    position: relative;
    margin: 35px auto;
}
.art-authors ul li:first-child {
    margin-top: 0;
}

.art-authors ul {
    padding-left: 20px;
}

.art-author-img img {
    width: 90%;
    max-width: 100px;
}

.art-artips-authors img{
    max-width: 100%;
    max-height: 300px;
}
.art-artips-authors .art-name {
    color: #A60B47;
}

img.art-cofon{
    width:100%;
    /*max-width:800px;*/
    margin-left: auto;
    margin-right: auto;
}

.art-team{
    padding:20px;
}

.art-name-team{
    color:#a60b47;
    font-family: Museo-500;
}



/*****************
 * HEADER
 *****************/
.art-header{
    background: url('../resources/img/h.png') no-repeat top left fixed;
    padding: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top:7px solid #136273;
    padding-top:40px;
    text-align: center;
}

.art-in-header{
    background-color: rgba(211,211,211,0.7);
    width: 100%;
    padding-left: 30px;
    width:100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.art-sub-hr{
    background: url('../resources/img/h.png') no-repeat top left fixed;
    height:5px;
    width:90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*****************
 * EXEMPLES DE NEWSLETTER
 *****************/
 .art-exemples{
    width: 100%;
    background-color: rgba(145,158,177,0.1);
    padding:30px;
    position:relative;
    border-bottom: 1px solid rgba(19,98,115,0.6);
    border-top: 1px solid rgba(19,98,115,0.6);
}

.art-news-menu img{
    width:70px;
}

.art-title-news{
    font-family: 'Museo-300';
    font-size:1.3em;
    line-height:1.3em;
    color:black;
}

.art-news-menu-item{
    cursor: pointer;
    padding:10px!important;
    border: 1px rgba(211,211,211,0.5) solid;
    box-shadow: 1px 1px rgba(211,211,211,0.7);
}


.art-news-menu-item:hover{
    background-color:rgba(166, 11, 71,0.2)!important;
    border-radius: 8px;
}

.art-news-menu{
    margin-bottom: 10px;
}

.art-news{
    /*width:80%;*/
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
    min-width: 300px;
}





/*****************
 * FOOTER
 *****************/
.art-footer{
    padding: 20px;
    margin-top:10px;
    min-height:50px;
    border-bottom:25px solid #136273;
    border-top:5px solid #136273;
    background-color: rgba(145,158,177,0.1);
    font-size: 0.8em;
}

.art-footer a{
    color:black!important;
}

.art-contact{
    border-top:2px solid #136273;
}

/*****************
 * SLIDEBOX - ELEARNING
 *****************/
.art-slidebox{
    width:500px;
    /*height:180px;*/
    padding:20px;
    background-color:#fff;
    border-top:3px solid #a10f48;
    position:fixed;
    bottom:0px;
    right:-530px;
    -moz-box-shadow:-3px 0px 5px #aaa;
    -webkit-box-shadow:-3px 0px 5px #aaa;
    box-shadow:-3px 0px 5px #aaa;
    color:black;
}

.art-slidebox img{
    width:150px;
    float:left;
}

.art-slidebox-title{
    font-size:1.2em; 
    margin-bottom:10px;
    margin-top:10px;
    font-family: Museo-500;
}

a.close{
    background: url(../resources/img/cross-red.png) no-repeat top left;
    background: contain;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
}

.close{
    opacity: initial; 
}



/*****************
 * NEW TEMPLATE NEWSLETTER
 *****************/
.news-header-container{
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

.news-quote{
    background-color: #222222;
    color: #CDD0D5;
    font-family: Open Sans, Helvetica;
    font-size: 12px;
    line-height: 125%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

.news-header{
    padding-top:10px;
    padding-bottom: 10px;
}

.news-header-container img{
    width: 240px;
    height:119px;
}

.news-content{
    padding-top:20px;
    padding-bottom:40px;
}

.news-bonjour{
    color: #505050;
    font-family: 'Open Sans', Helvetica;
    font-size: 18px;
    line-height: 150%;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
}

.news-title{
    display: block;
    font-family: 'Open Sans', Helvetica !important;
    font-size: 20px;
    font-style: normal;
    font-weight: bold!important;
    line-height: 150%;
    letter-spacing: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px!important;
    margin-left: 0;
    text-align: left;
}

.news-subtitle{
    color: #505050;
    font-family: 'Open Sans', Helvetica;
    font-size: 18px;
    line-height: 150%;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.news-row{
    width:80%;
    background-color:white;
    padding:20px;
    color: #505050;
    font-family: 'Open Sans', Helvetica;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 30px;
    border-left:5px solid;
    text-align: justify;
    border-radius: 2px;
}

.news-row img{
    margin-left: auto;
    margin-right: auto;
    width: 100%;margin: 0;padding: 0;line-height: 100%;
    max-width:300px;

}

.news-cartel{
    font-family: Helvetica;
    font-size: 10px;
    line-height: 110%;
}

.news-cartel a{
    color: #505050;
    text-decoration: underline;
}

.news{
    width:100%;
    box-shadow: darkgrey 1px 1px 1px;
}


/*****************
 * PRESSE
 *****************/
.art-media-name{
    font-size: 1.2em;
    color:#a60b47;
}

.art-media-logo{
    max-width:90%;
    max-height:100px;
}

#art-lecteurs{
    display:none;
}

.art-presse-selected{
    color: #136273;
    border: #136273 1px solid;
    background: rgba(211,211,211,0.5);
    text-align: center;
    padding: 10px;
    cursor: pointer;
    min-width: 125px;
}

.art-presse-not-selected{
    color: black;
    border: none;
    background: rgba(211,211,211,0.2);
    text-align: center;
    padding: 10px;
    cursor:pointer;
    min-width: 125px;
}

.art-load{

}

img.art-load{
    float:left;
    height:30px;
}

.art-presse-hr{
    border-top: 2px solid #136272!important;
    margin:0!important;
}

.art-small-presse{
    width:80%;
    max-height: 150px;
}

.art-presse-small-container{
    width:150px;
    height:150px;
    line-height: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/*****************
 * RESPONSIVE
 *****************/
@media screen and (max-width: 600px){
    /*s=600 m=992*/
    .art-i-mark{
        font-size:5em!important;
    }

    .news{
        padding:0px!important;
    }

    .news-header-container{
        width:100%!important;
        padding-left: 30px;
    }

    .news-row{
        width:100%!important;

    }

    .column-reverse-flex{
        flex-direction:column-reverse!important;
        display:flex; 
    }

    .art-slidebox{
        width:100%!important;
        height:inherit!important;
        padding:10px!important;
    }

    .art-slidebox img{
        width:100px!important;
    }

    .art-authors{
        width:100%;
    }

    .art-exemples{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .art-news-menu{
        padding-left: 20px;
        padding-right: 20px;
    }

}

/*
rose foncé : 89,15,44
590F2C

rose : 166,11,71
a60b47

jaune : 179,165,30
B3A51E

bleu foncé : 19,98,115
136273
rgba(19,98,115,0.6)

bleu clair : 4,199,242
04C7F3
*/