/*CSS Coustum Style */


*{margin:0;padding:0;text-decoration:none}
body{
font-size: 13px;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}



ul{
    margin: 0;
    padding: 0;
}

 h1,h2,h3,h4,h5,h6{
     color: #00367C;


 }
a{
    outline: medium none !important;
}

a:hover{
    outline: medium none !important;
    text-decoration: none !important;
    color: #00367C !important;

}

a p:hover
{
    color: #00367C  !important;
}

 header{
 }


/*social*/
.social {
    margin: 0;
    padding: 0;
    display: inline;
}


.description
{
    font-size: 1.19em;

}

.description ul,
ul
{
list-style-type:square ;
    margin-left: 15px;
}
.social ul {
    margin: 0;
    padding-left: 0px;
}

.social ul li {
    list-style: none outside none;
    display: inline-block;
}




.social i {
    background-color: #0e7aa8;
    border: medium none;
    color: #fff;
    font-size: 23px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 43px;
    height: 40px;
    padding-top: 8px;
}





.social .fa-facebook {
    background: #3D82D0;
}

.social .fa-twitter {
    background: #00ABE3;
}

.social .fa-google-plus {
    background: #E64522;
}

.social .fa-vimeo {
    background: #83DAEB;
}

.social .fa-github {
    background: #343434;
}

.social .fa-linkedin {
    background: #0094BC;
}

.social .fa-youtube {
    background: #FF1F25;
}

.social .fa-facebook:hover {
    background: #888DA0;
}

.social .fa-twitter:hover {
    background: #888DA0;
}

.social .fa-google-plus:hover {
    background: #888DA0;
}

.social .fa-github:hover {
    background: #888DA0;
}

.social .fa-youtube:hover {
    background: #888DA0;
}

.social .fa-pinterest:hover {
    background: #888DA0;
}

.social .fa-linkedin:hover {
    background: #888DA0;
}

.social .fa-flickr:hover {
    background: #888DA0;
}

.social .fa-instagram:hover {
    background: #888DA0;
}

.social .fa-vimeo-square:hover {
    background: #888DA0;
}

.social .fa-stack-overflow:hover {
    background: #888DA0;
}

.social .fa-dropbox:hover {
    background: #888DA0;
}

.social .fa-tumblr:hover {
    background: #888DA0;
}

.social .fa-dribbble:hover {
    background: #888DA0;
}

.social .fa-skype {
    background: #888DA0;
}

.social .fa-stack-exchange {
    background: #888DA0;
}

.social .fa-xing {
    background: #005C5E;
}

.social .fa-rss {
    background: #e88845;
}

.social .fa-foursquare {
    background: #09B9E0;
}

.social .fa-youtube-play {
    background: #DF192A;
}




















.nopadding
{
    padding: 0 !important;
}


.thumbnail{
    border: none;
    overflow: hidden !important;
    padding: 0;
}
.thumbnail img {
    height: 220px;
    width: 100% !important;
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
    margin: 0;
    padding: 0;

}



.description img
{
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
}


.thumbnail .caption p
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-items{
    margin-top: -28px ;
    margin-left:auto;
    margin-right: auto;
    left: 0;
    right: 0;
}




/********************/

.imageItem {
    position:relative;
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
    height: 220px;
    overflow: hidden !important;
    margin-bottom: 15px;
}
/*.imageItem img {
    width:100%;
    vertical-align:top;
    height: 100%;
}*/

.imageItem .caption-overly{
    width:100%;
    position: absolute;
    z-index:1;
    font-size: 2.6em;
    bottom:0;
    padding:20px 10px;
    text-align:center;
    box-sizing:border-box;
    background-color: rgba(0,54,124,0.8);
    border-bottom-right-radius:72px !important ;
    left:0;
    height:70px;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.5s ease-in-out;

}


.imageItem:hover .caption-overly
{
    z-index:100;
    height:100%;
    padding-top: 40px;
    background-color: rgba(0,54,124,0.8);
}


.imageItem .caption-overly span
{
    color:#fff;
    opacity: 1 !important;

}


.caption
{
    padding-right: 30px
}

/********************/

aside{
    padding: 70px 0;

}
aside p
{
    color: #00367C;
    font-size: 2.2em;
}

.gema-btn-default {
    background-color: #00367c;
    transition: background-color 0.75s ease;
    border-color: #00367c;
    border-radius: 72px 0;
    color: #7ca9e0;
    font-size: 1.4em;
    padding: 8px 24px;

}

.gema-btn-default:hover
{
    border-color: transparent;
    background-color: #7ca9e0;
    color: #FFFFFF;

}

.row-no-padding > [class*="col-"] {
    /*
    padding-left: 0 !important;
    padding-right: 0 !important;
    */
}





.gray-scale
{
    min-height:325px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px 0;
    width: 100%;
    /*
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    */

}

.gray-scale h1,
.gray-scale h2,
.gray-scale h3
{
    color: #FFFFFF !important;
    text-transform: uppercase;
}

.gray-scale p
{
    color: #FFFFFF ;
}


.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}



.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7); /*dim the background*/

}

.site-banner .overlay
{
    background-color: rgba(0,54,124,0.3);

}



.item-carousel
{
    background-color:#00367C;
    border-bottom-right-radius: 72px;
    border-top-left-radius: 72px;
}


footer{
    min-height: 430px;
    background-color:#2D2D2D ;
    position: relative;
    color: #7d7d7d;
    padding:45px 0;


}

footer h1,
footer h2
{
    color: #CBCBCB;
    margin-top: 0;

}


footer ul
{
list-style: none;

}


footer .list-unstyledyled li
{
    padding:1px  0;
}


footer .list-unstyledyled li a{
    color: inherit;
    font-size: 1.4em;


}


footer .copyright{
    min-height: 78px;
    line-height: 78px;
    background-color:#00367C ;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin:auto;
    color: #356097;
    font-weight: bold;
}



.radial{
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
    overflow: hidden;
    width: 100%;
}


footer input[type="text"]
{
    background-color: #494949;
    border: none;
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
    height: 45px;
    color:#CBCBCB ;
    font-size: 1.5em;
    padding-left: 28px;
}



footer .gema-btn-default {
    background-color:#494949;
    color:#C3BBC3;
    border: none;
    margin-top: 25px
}


footer .gema-btn-default:hover {
    background-color:#BBCBCB;
    color: #2D2D2D;

}


footer .statistics{
    background-color: #3E3E3E;
    width: 100%;
    min-height: 180px;
    padding: 15px;
    margin: 0 20px;
    color: #CBCBCB !important;

}


footer  .table {
    border-bottom:0px !important;
}


footer .table>thead>tr>th {
    border: none !important;
}


footer  .table th, .table td {
    border: 1px !important;
}


strong,cite{
    color: #333;
}



img
{

    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.thumbnail img:hover
{
    border-top-right-radius: 72px;
    border-bottom-left-radius: 72px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;

}



.imageItem .resume{
    margin-top: 39px;
}

.imageItem .resume hr
{
border: 1px solid rgba(255,255,255,0.7);
}




.news
{
    margin-top:30px;
    margin-bottom:90px;
}
.news .row-no-padding .col-md-4,
.news .row-no-padding .col-sm-6
{
    padding: 0;
}

.last-articles
{
    padding:50px 0;
}

.last-articles .content-articles .gema-btn-default
{
    padding: 12px 34px;
}

.last-articles .content-articles p
{
    font-size: 1.65em;
    margin-bottom: 14px;
    color: #606060;
    padding-right: 12px;
}

.menu > ul > li > ul > li a:hover {
    color: #fff !important;
}

/*.flag-box
{
    padding: 0;
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 15;
    width: 100px;
    height: 100px;
}*/

.gema .menu-container {
    min-height: 128px;
    position: relative;
}

.gema .menu > ul {
    box-sizing: border-box;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0px 0 0 0px;
    position: relative;
    width: 100%;
}

.gema .menu > ul > li > a {
    color: #00367c;
    display: block;
    font-size: 1.08em;
    font-weight: bold;
    padding: 2.4em 0.8em;
    text-decoration: none;
}

.gema .menu > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none;
}
.gema .menu-container .ruban {
    background: #00367c none repeat scroll 0 0;
    box-sizing: border-box;
    display: none;
    height: 64px;
    left: 0;
    line-height: 55px;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 59;
}
.gema .menu > ul > li > ul > li a {
    /*margin-right: 10px;*/
    margin-left: 30px;
    width: auto;
}
.gema .menu > ul > li > ul > li {
    min-width: 20%;
    width: auto;
}
.gema .menu > ul > li > ul.normal-sub {
    left: 0;
    padding: inherit;
    width: 100%;
}
.gema .menu > ul > li > ul.normal-sub > li {
    min-width: 20%;
    width: auto;
}
.gema .menu > ul > li > ul.normal-sub > li a {
    border: 0 none;
    padding: 0.2em 0;
}
.gema .denomination {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 3px;
}
.gema .logo {
    min-height: 128px;
}
.gema .logo img {
    margin-top: 40px;
}
.gema .modal-logo {
    min-height: 90px;
}
.gema .modal-logo img {
    margin-top: 10px;
}
.gema .internal-items {
    margin: 40px auto;
}
.gema .internal-items h2 {
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.gema button.gema-btn-default.close {
    border: 0 none;
    position: absolute;
    right: -30px;
    top: -30px;
    width: 70px;
    background-color: #00367c;
    padding: 8px 24px;
    opacity: 1;
}
.gema .form-group .parsley-errors-list li {
    box-shadow: 0 0 3px #000000;
}
.gema .form-group .parsley-errors-list {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}



.gema .contact
{
    margin: 45px 0;
    font-size: 1.4em;
}

.gema .ditails-reseaux{
    font-size: 1.4em;
}

.gema .contact .isnstitution p,
.gema .contact .isnstitution address,
.gema .contact .isnstitution cite
{
    margin-bottom:6px;
}

.gema label
{
    font-weight: 300;
    text-align: left !important;
}
.gema .form-control {
    border: 1px solid #01367C;
    border-radius: 0;
    height: 39px;
}


.gema  textarea {
    height: auto !important;
}

.box-3 h4{
    font-size: 23px !important;
    color: #ffffff;
}

footer a {
    color: inherit;
}