@media (min-width: 1161px)
{
    /* Blocks */
    .block
    {
        float: left;
    }
    .gutter-top
    {
        margin-top: 34px;
    }
    .gutter-right
    {
        margin-right: 34px;
    }
    .gutter-bottom
    {
        margin-bottom: 34px;
    }
    .gutter-left
    {
        margin-left: 34px;
    }
    .gutter-vertical
    {
        margin: 34px 0;
    }
    .gutter-horizontal
    {
        margin: 0 34px;
    }
    .gutter-horizontal-vertical
    {
        margin: 34px;
    }
    /* Horizontal Size Of Block */
    .block-w-1
    {
        width: 205px;
        min-width: 205px;
        max-width: 205px;
    }
    .block-w-2
    {
        width: 444px;
        min-width: 444px;
        max-width: 444px;
    }
    .block-w-3
    {
        width: 683px;
        min-width: 683px;
        max-width: 683px;
    }
    /* Vertical Size Of Block */
    .block-h-1
    {
        height: 126px;
        min-height: 126px;
        max-height: 126px;
    }
    .block-h-2
    {
        height: 255px;
        min-height: 255px;
        max-height: 255px;
    }
    .block-h-3
    {
        height: 383px;
        min-height: 383px;
        max-height: 383px;
    }
}
/* Blocks Colors */
.block-blue,
.block-red,
.block-purple,
.block-green
{
    color: #ffffff;
}
.block-blue
{
    background-color: #006EAB;
}
.block-red
{
    background-color: #E95E40;
}
.block-purple
{
    background-color: #604A9D;
}
.block-green
{
    background-color: #ACBA25;
}
.text-blue
{
    color: #006EAB;
}
.text-red
{
    color: #E95E40;
}
.text-purple
{
    color: #604A9D;
}
.text-green
{
    color: #ACBA25;
}
.text-gray,
.text-gray a
{
    color: #8E8E8D;
}
.text-white,
.text-white a
{
    color: #ffffff;
}
/* Block vidéo */
.block-video
{
    position: relative;
}
.block-video a
{
    position: absolute;
    display: block;
    background-color: rgba(0, 110, 171, 0.6);
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.block-video span
{
    position: absolute;
}
.block-video .video-button
{
    width: 100%;
    text-align: center;
    top: 113px;
}
.block-video .video-button div
{
    display: inline;
    padding: 5px 10px;
    color: rgba(0, 96, 161, 1);
    background-color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
.block-video .video-title
{
    font-weight: bold;
    text-transform: uppercase;
    bottom: 35px;
    left: 15px;
    font-size: 18px;
    line-height: 18px;
}
.block-video .video-slogan
{
    text-transform: uppercase;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    line-height: 18px;
}
/* .block-infoblog */
.block-infoblog
{
    position: relative;
    padding: 15px;
    height: 100%;
    overflow: hidden;
}
.block-infoblog h2
{
    margin: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
.block-infoblog img
{
    float: left;
    padding: 0 10px 10px 0;
}
.block-infoblog h1
{
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.block-infoblog p
{
    font-size: 14px;
    line-height: 18px;
}
.block-infoblog a
{
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    color: #fff;
    font-style: italic;
    border-bottom: 3px solid #fff;
}
.block-infoblog a.readmore-article
{
    left: 15px;
}
.block-infoblog a.read-allarticles
{
    right: 15px;
}
/* .block-contact-office */
.block-contact-office h4
{
    text-transform: uppercase;
    color: #ffffff;
    padding: 25px 12px 18px 12px;
    margin: 0px;
    font-size: 24px;
    text-align: center;
}
.block-contact-office button
{
    padding: 0;
    margin: 0;
    border: 0px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #A53B26;
}
/* .block-download-calendar */
.block-download-calendar
{
    position: relative;
}
.block-download-calendar h4
{
    text-transform: uppercase;
    color: #ffffff;
    padding: 6px 12px 12px 12px;
    margin: 0px;
}
.block-download-calendar .image
{
    position: absolute;
    bottom: 31px;
    left: 0;
}
.block-download-calendar p
{
    padding: 0 0 0 70px;
    line-height: 19px !important;
    font-size: 13px;
    margin: 0 0 7px 0 !important;
}

.block-download-calendar a
{
    display: block;
    background-color: #44346e;
    bottom: 0;
    width: 100%;
}
.block-download-calendar a.download
{
    background-color: transparent;
    margin-bottom: 0px;
    color: #FFF;
    height: 100%;
}
.block-download-calendar .button
{
    height: 24px;
    display: block;
    text-align: center;
    padding: 10px 0 4px 0;
    background-color: #44346e;
    margin-left: auto;
    width: 204px;
    margin-right: auto;
}
/* .block-access */
.block-access
{
    position: relative;
}
.block-access .entete
{
    min-height: 65px;
    padding: 0 !important;
}
.block-access .contenu
{
    min-height: 75px;
}
.block-access h4,
.block-access h5
{
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px;
}
.block-access h4
{
    font-weight: bold;
    padding: 12px 10px 0px 10px;
    font-size: 24px;
}
.block-access h5
{
    padding: 0px 10px 12px 10px;
    font-size: 14px;
}
.block-access .titre
{
    font-weight: bold;
    padding: 5px 12px;
    margin: 0px;
    font-size: 13px;
}
.block-access .descriptif
{
    padding: 5px 12px;
}
.block-access .descriptif p
{
    color: #ffffff;
    font-size: 11px;
}
.block-access.block-purple h4,
.block-access.block-purple h5
{
    background-color: #4E4075;
}
.block-access.block-blue h4,
.block-access.block-blue h5
{
    background-color: #085787;
}
/* .bloc-salons-francais */
.bloc-salons-francais
{
    position: relative;
    overflow: hidden;
}
.bloc-salons-francais h4
{
    color: #000000;
    padding: 12px;
    margin: 0px;
}
.bloc-salons-francais .part1,
.bloc-salons-francais .part2
{
    text-transform: uppercase;
}
.bloc-salons-francais .part1
{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}
.bloc-salons-francais .part2
{
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
}
.bloc-salons-francais .star
{
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (min-width: 1161px)
{
    .bloc-salons-francais ul.slider > li
    {
        width: 205px !important;
        padding: 12px;
        padding-bottom: 117px;
        color: #000000;
        font-size: 16px;
    }
}
.bloc-salons-francais ul.slider > li:before,
.bloc-salons-francais ul.slider > li:after
{
    content: ' " ';
}
.bloc-salons-francais .slider-pager .bx-pager
{
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}
.bloc-salons-francais .slider-pager .bx-pager .bx-pager-item
{
    display: inline-block;
}
.bloc-salons-francais .slider-pager .bx-pager .bx-pager-item a
{
    background-color: #77821B;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bloc-salons-francais .slider-pager .bx-pager .bx-pager-item a.active
{
    background-color: #ffffff;
}
.bloc-salons-francais .slider-pager .bx-pager .bx-pager-item a:hover,
.bloc-salons-francais .slider-pager .bx-pager .bx-pager-item a.active:hover
{
    background-color: rgba(255,255,255,0.9);
}
.bloc-salons-francais .bx-wrapper .bx-pager.bx-default-pager a,
.bloc-salons-francais .bx-wrapper .bx-pager.bx-default-pager a.active,
.bloc-salons-francais .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bloc-salons-francais .slider-pager .bx-pager .bx-pager-item a.active:hover
{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

/* .block-media-gallerie */
.block-media-gallerie
{
    position: relative;
}
.block-media-gallerie a
{
    position: absolute;
    display: block;
    background-color: rgba(0, 110, 171, 0.9);
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.block-media-gallerie .video-button
{
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
/*BLOC VIOLET MENU*/
.block-our-services
{
    background-color: #604A9D;
    color: #fff;
    text-transform: uppercase;
    height: 126px;
    position: relative;
}
.block-our-services a
{
    display: block;
}
.block-our-services p.titre,
.block-our-services p.sous-titre,
.block-our-services p.description
{
    position: absolute;
    left: 14px;
}
.block-our-services p.titre
{
    font-size: 21px;
    margin: 0;
    top: 12px;
    font-weight: bold;
    left: 0px;
    width: 100%;
    text-align: center;
}
.block-our-services p.sous-titre
{
    font-size: 21px;
    font-weight: bold;
    top: 34px;
    width: 100%;
    left: 0px;
    text-align: center;
}
.block-our-services p.description
{
    font-size: 11px;
    text-transform: uppercase;
    bottom: 30px;
    line-height: 11px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.block-our-services img
{
    bottom: 10px;
    width: 53px;
    position: absolute;
    height: 10px;
    left: 75px;
}
.block-our-services .bouton-bas-violet
{
    display: block;
    height: 30px;
    position: absolute;
    bottom: 0;
    background-color: #333366;
    width:100%;
}
/* .modal-dialog */
.modal-backdrop.in
{
    background-color: rgba(0, 110, 171, 0.8);
    opacity: 1;
}
.modal-dialog
{
    margin: 10% auto 0;
}
.modal-dialog .modal-content
{
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    display: inline-block;
    text-align: right;
    background-color: transparent;
    width: 100%;
}
.modal-dialog .modal-content button
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    text-shadow: none;
}
.modal-dialog .modal-body
{
    padding: 0;
}
/* .pagination */
.pagination
{
    background-color: #006EAB;
    color: #fff;
    font-size: 25px;
    display: block;
    padding: 0;
    margin: 0 0 34px 0;
    line-height: 50px;
    text-align: center;
    position: relative;
}
img#image-gauche
{
    position: absolute;
    left: 7px;
    width: 15px;
    top: 2px;
}
img#image-droite
{
    position: absolute;
    width: 15px;
    right: 7px;
    top: 2px;
}
.pagination strong,
.pagination a
{
    color: #fff;
    margin-left: 20px;
    width: 58px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
}
.pagination a:hover
{
    text-decoration: none;
    background-color: #054C74;
}
.pagination strong
{
    background-color: #054C74;
}
.pagination a:first-child
{
    margin: 0;
}
.pagination span.sep,
.pagination a#pagination_page
{
    display:none;
}
a#pagination_article
{
    display: none;
}
/*BLOCK CONTACTEZ NOUS*/
.block-contact-us
{
    display: inline-block;
    height: 126px;
    color: #FFF;
    width: 100%;
    text-transform: uppercase;
}
.block-contact-us a
{
    color: #fff;
}
.block-contact-us p
{
    margin: 0;
    text-align: center;
}
.block-contact-us p.titre
{
    font-size: 35px;
    position: absolute;
    top: 20px;
    font-weight: bold;
    left: 100px;
}
.block-contact-us p.sous-titre
{
    font-size: 30px;
    position: absolute;
    left: 100px;
    top: 60px;
}
.block-contact-us img
{
    width: 94px;
    position: absolute;
    bottom: 0;
}

/*BLOCK ADHERER À L'ASSOCIATION (PAGE PRESTATIONS)*/
.block-join-association
{
    height: 126px;
    background-color: #614A9E;
    text-transform: uppercase;
}
.block-join-association a
{
    color: #fff;
}
.block-join-association p
{
    margin: 0;
    text-align: center;
}
.block-join-association p.titre
{
    font-size: 35px;
    position: absolute;
    font-weight: bold;
    left: 100px;
    top: 20px;
}
.block-join-association p.sous-titre
{
    font-size: 30px;
    position: absolute;
    left: 100px;
    top: 60px;
}
.block-join-association img.etoile
{
    width: 94px;
    position: absolute;
    bottom: 0;
}
.block-join-association img.fleche
{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    padding: 23px;
    background-color: #44346E;
}
/*BLOCK QUI SOMMES NOUS*/
.block-about-us
{
    display: inline-block;
    height: 126px;
    background-color: #EB5C40;
    color: #fff;
    text-transform: uppercase;
}
.block-about-us a
{
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}
.block-about-us p
{
    margin: 0;
    text-align: center;
}
.block-about-us p.titre
{
    font-style: italic;
    text-align: center;
    font-size: 2.6em;
    margin-top: 23px;
}
.block-about-us p.sous-titre
{
    font-size: 2em;
    font-weight: bold;
    margin-top: 0.5em;
}
.block-about-us img.fleche
{
    position: absolute;
    bottom: 0;
}
/*BLOCK VIOLET ADHERER (PAGE QUI SOMMES NOUS)*/
.block-about-us-join
{
    height: 126px;
    position: relative;
    text-transform: uppercase;
     color: #FFF;
}
.block-about-us-join p
{
    position: absolute;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.block-about-us-join p.titre
{
    font-size: 21px;
    font-weight: bold;
    top: 21px;
    left: 5px;
    text-align: center;
    width: 100%;
}
.block-about-us-join p.sous-titre
{
    font-size: 13px;
    font-weight: normal;
    position: relative;
    width: 100%;
    text-align: center;
    top: 68px;
}
.block-about-us-join img.fleche
{
    bottom: 10px;
    width: 53px;
    position: absolute;
    height: 10px;
    left: 75px;
}
.block-about-us-join a
{
    display: block;
    height: 100%;
}
.block-about-us-join .bouton-bas-vert
{
    display: block;
    height: 30px;
    position: absolute;
    bottom: 0;
    background-color: #768025;
    width:100%;
}
/* BLOCK GRIS NOUS APPELER (PAGE QUI-SOMMES-NOUS)*/

.block-call-us
{
    width: 443px;
    display: inline-block;
    height: 126px;
    background-color: #D9D9D9;
    color: #000;
    position: relative;
    text-transform: uppercase;
}
.block-call-us p
{
    position: absolute;
    margin: 0;
}
.block-call-us p.titre
{
    font-weight: bold;
    font-size: 25px;
    margin: 0;
    top: 17px;
    left: 18px;
}
.block-call-us p.sous-titre
{
    font-size: 27px;
    top: 52px;
    left: 100px;
}
.block-call-us p.description
{
    font-size: 13px;
    bottom: 16px;
    left: 104px;
}
/*.block block-w-2 block-h-1 block-green gutter-top*/
.block-french-trade-show img.button
{
    width: 87%;
    height: 76%;
    position: absolute;
    top: 14px;
}
.block-french-trade-show .contenu
{
    background-color: #80871b;
    width: 13%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
/*iframe#twitter-widget-0*/
iframe#twitter-widget-0.twitter-timeline,
iframe#twitter-widget-1.twitter-timeline,
iframe#twitter-widget-2.twitter-timeline
{
    height: 150px !important;
}
.fiche-salon .twitter iframe#twitter-widget-0.twitter-timeline,
.fiche-salon .twitter iframe#twitter-widget-1.twitter-timeline,
.fiche-salon .twitter iframe#twitter-widget-2.twitter-timeline
{
    height: 300px !important;
}

.bx-wrapper
{
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border: 0;
    background: transparent;
    margin: 0;
}
p
{
    word-break: break-word;
}