﻿.apropos 
{
    display : inline-block !important;
    height: auto !important;
    margin-top: 20px;
    width: 100%;
}

.apropos .expand a.open:link 
{
    background-color: transparent !important;
    
}

.apropos h2
{
    color: #14286e !important;
    font-size: 1em !important;
    font-family: 'Ropa Sans', sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding-bottom: 0px !important;
    margin-top: 0!important;
    padding-top: 0!important;
}
    
.apropos h3
{
    color: #14286e !important;
    font-size: 0.9em !important;
    font-weight: lighter !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 11px !important;
}

.apropos h3.expand
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    
    
}
.apropos h3 a:link, .apropos h3 a:active, .apropos h3 a:visited
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    
    
} 

.apropos .expand a:link 
{
    display: inline !important;
    background-position-x: right; 
    padding-right: 40px;
    background-repeat: no-repeat;
}


.apropos .expand a:link, .expand a:visited {
  background-image:url(/design/intl-fr/ouvrir-trans.png);
}
.apropos .expand a.open:link, .expand a.open:visited {  
  background:transparent url(/design/intl-fr/fermer-trans.png) no-repeat right 50%;
}



.apropos-col-g 
{
    width: 68%;
    float: left;
    height: auto !important;
    
}
    
.apropos-col-d 
{
    width: 32%;
    float: right;
    height: auto !important;
    padding-left: 10px;
}

.apropos-detail 
{
    float: left;
}
.apropos .escamotable h3 
{
    color: #14286e !important;
}

.apropos-col-d img 
{
    padding-top: 10px;
    padding-right: 20px;
    width:100%;
    height: auto;
    float: right;
}

.apropos-col-g img {
    width: 100%;
    height: auto;
    padding-right: 15px;
}

.fond-gris .apropos {margin-top: 0px;}
.fond-gris .apropos-col-g 
{
    width: 32%;
    float: left;
    height: auto !important;
}
    
.fond-gris .apropos-col-d 
{
    width: 68%;
    float: right;
    height: auto !important;
}
.fond-gris .apropos-col-d img 
{
    padding-top: 0px;
    padding-right: 0px;
    width:100%;
    height: auto;
    float: left;
}


.apropos-col-g .collapse 
{
        position: relative;
        left: 0px;
        width: 434px;
}

.fond-gris .apropos-col-d .collapse 
{
        position: relative;
        left: -140px;
        width: 434px;
}

.apropos img.image-secteur,
.apropos img.image-gauche,
.apropos img.image-droite
{
    float: right;
    margin-left: 20px;
}

.fond-gris .apropos img.image-secteur,
.fond-gris .apropos img.image-gauche,
.fond-gris .apropos img.image-droite
{
    float: left;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 10px;
}

.apropos .escamotable
{
    float: none;
}

/*
@media (max-width: 399px)
{
    .apropos-col-g img,
    .apropos-col-d img {
        width: 130px;
        float: left;
        padding-right: 0;
    }
    .fond-gris .apropos-col-g,
    .apropos-col-g,
    .fond-gris .apropos-col-d,
    .apropos-col-d
    {
        width: 100%;
        padding-left: 0;
    }
    .fond-gris h2
    {
        padding-top: 10px!important;
    }
}
*/