/*-----------------------------------------------------------------------------*/
/*-----------------------CSS GLOBAL TEMPLATE-----------------------------------*/
/*-----------------------------------------------------------------------------*/

html {
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

p {
  color: #333;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282e3f;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #4B66A6;
}

a:hover {
  text-decoration: none;
  color: #263A8E;
}

img {
  max-width: 100%;
}

button,
a:focus {
  outline: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*** back to top **/
.back-to-top {
  background-color: #06AFEA;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #263A8E;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title, .section-title-s2 {
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .section-title, .section-title-s2 {
    margin-bottom: 45px;
  }
}

.section-title > span, .section-title-s2 > span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #06AFEA;
  margin-top: -5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
}

@media (max-width: 767px) {
  .section-title > span, .section-title-s2 > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.section-title h2, .section-title-s2 h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  margin: 0.22em 0 0;
  padding-right: 80px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 38px;
    font-size: 2.375rem;
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding-right: 60px;
  }
}

.section-title h2:after, .section-title-s2 h2:after {
  content: "";
  background: #fff;
  width: 55px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 6px;
}

@media (max-width: 991px) {
  .section-title h2:after, .section-title-s2 h2:after {
    width: 45px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .section-title h2:after, .section-title-s2 h2:after {
    width: 35px;
  }
}

.section-title-s2 h2 {
  color: #282e3f;
}

.section-title-s2 h2:after {
  background: #282e3f;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  background-color: #06AFEA;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  padding: 9px 25px;
  border: 2px solid transparent;
  border-radius: 47px;
  text-transform: capitalize;
  display: inline-block;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn-s4:focus, .theme-btn:active, .theme-btn-s2:active, .theme-btn-s3:active, .theme-btn-s4:active {
  background-color:  #263A8E;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 7px 22px;
  }
}

.theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  padding: 11px 25px;
}

@media (max-width: 991px) {
  .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    padding: 9px 22px;
  }
}

.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn-s4:focus, .theme-btn-s2:active, .theme-btn-s3:active, .theme-btn-s4:active {
  background-color:  #263A8E;
  border-color: #263A8E;
}

.theme-btn-s3 {
  border-radius: 0;
  text-transform: uppercase;
}

.theme-btn-s4:hover {
  background-color: #263A8E;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #c1b696;
  -webkit-box-shadow: 0 0 5px 0 #d4ccb6;
  -moz-box-shadow: 0 0 5px 0 #d4ccb6;
  -o-box-shadow: 0 0 5px 0 #d4ccb6;
  -ms-box-shadow: 0 0 5px 0 #d4ccb6;
  box-shadow: 0 0 5px 0 #d4ccb6;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/******************************
	service sidebar
*********************************/
.service-sidebar {
  /*** service list widget ***/
  /*** contact widget ***/
}

@media (max-width: 991px) {
  .service-sidebar {
    margin-top: 80px;
  }
}

.service-sidebar .widget {
    padding: 40px 35px 10px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
  .service-sidebar .widget {
    padding: 35px 30px;
  }
}

.service-sidebar .widget h3 {
  font-size: 1.5625rem;
  margin: 0 0 0.9em;
  text-transform: uppercase;
  color: #06AFEA;
  font-weight: bold;
}

.service-sidebar .widget ul,
.service-sidebar .widget p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .service-sidebar .widget ul,
  .service-sidebar .widget p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 40px;
}

.service-sidebar .widget ul li a{
  color: #4B66A6;
  font-weight: normal;
}

.service-sidebar .widget ul li i {
     color: #4B66A6;
}

.service-sidebar .widget ul li ul.sub-menu{
    display: none;
}

.service-sidebar .widget ul li i.fa-caret-right {
    cursor: pointer;
}
 
.service-sidebar .widget ul li:hover i{
    color: #263A8E;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.service-sidebar .service-list-widget ul li a {
  display: inline-block;
}

.service-sidebar .service-list-widget ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.service-sidebar .service-list-widget .current a,
.service-sidebar .service-list-widget ul li a:hover {
  color: #263A8E;
}

.service-sidebar .contact-widget {
  background-color: #e7e3d6;
}

.service-sidebar .contact-widget ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6em;
  color: #616161;
}

.service-sidebar .contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 7px;
}

.service-sidebar .contact-widget ul > li + li {
  margin-top: 20px;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 70px;
  display: inherit;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 55px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: #06AFEA;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #263A8E;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
  background-color: #1462ad;
  padding: 22px 0;
}

@media (max-width: 767px) {
  .header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
    padding: 25px 0;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1462ad;
  color: #fff;
  margin-top:50px;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** recent-post-widget ***/
  /*** contact-widget ***/
  /*** lower-footer ***/
}

.site-footer p,
.site-footer li, .site-footer a {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
}

.site-footer .upper-footer {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 25px;
  }
}

.site-footer .widget-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: -0.13em 0 0;
}

@media (max-width: 767px) {
  .site-footer .widget-title h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .site-footer .about-widget .logo {
    max-width: 90%;
  }
}

.site-footer .about-widget p {
  margin-bottom: 1.6em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

.site-footer .link-widget ul li {
  position: relative;
  padding-left: 15px;
  position: relative;
}

.site-footer .link-widget ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .link-widget ul > li + li {
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .recent-post-widget {
    padding: 0 20px;
  }
}

.site-footer .recent-post-widget .posts > div + div {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #3c3c3c;
}

.site-footer .recent-post-widget .post h4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 0 0 0.7em;
}

@media (max-width: 767px) {
  .site-footer .recent-post-widget .post h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.site-footer .recent-post-widget .post .date {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

.site-footer .contact-widget li span {
  display: inline-block;
  padding-right: 5px;
}

.site-footer .contact-widget ul li {
  line-height: 1.9em;
}

@media (max-width: 767px) {
  .site-footer .contact-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.site-footer .contact-widget ul > li + li {
  margin-top: 15px;
}

.site-footer .lower-footer {
  text-align: center;
}

.site-footer .lower-footer .row {
  padding: 35px 15px;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background-color: #3c3c3c;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  font-size: 15px;
  font-size: 0.9375rem;
}

.site-footer .lower-footer ul {
  display: inline-block;
  overflow: hidden;
}

.site-footer .lower-footer ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  float: left;
}

@media (max-width: 767px) {
  .site-footer .lower-footer ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.site-footer .lower-footer ul > li + li {
  margin-left: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer ul > li + li {
    margin-left: 20px;
  }
}

.site-footer .lower-footer ul > li + li:before {
  content: "/";
  position: absolute;
  left: -20px;
  top: 0;
}

@media (max-width: 767px) {
  .site-footer .lower-footer ul > li + li:before {
    display: none;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.sticky-on {
  opacity: 1;
  top: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.site-header .sticky-header {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .header-style-2 .sticky-header {
    background-color: #272a2d;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header-style-3 .sticky-header {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------------FOOTER--------------------------------------*/
/*-----------------------------------------------------------------------------*/

.site-footer .widget-title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: -0.13em 0 0; }

.site-footer .upper-footer {
    padding: 45px 0;
}

.site-footer a { 
    font-size: 1.0625rem;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------LISTE DES ARTICLES------------------------------*/
/*-----------------------------------------------------------------------------*/

.blog-pg-section .post .entry-media{
    max-height: 375px;
    overflow: hidden;
}

.blog-pg-section .post .entry-media img{
    width: 100%;
}

.pagination-wrapper .pg-pagination li a{
    cursor: pointer;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------CONTACT--------------------------------------*/
/*-----------------------------------------------------------------------------*/

input[type="checkbox"]{
    height: auto !important;
    margin-right: 15px;
}

.label-checkbox{
    max-width: 90%;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------MENU SCROLL----------------------------------*/
/*-----------------------------------------------------------------------------*/

.scroll-item {
    position: fixed;
    top: 0px;
}

.nav-icon {
    margin-right:5px;
}

.linkedin{
    margin-top:20px;
}

.f_right{
    float:right !important;
}

@media (max-width: 1200px) { 
    .page-title h1 {
        font-size:42px;
    }
    
    .linkedin, .rappel{
        margin-top: 10px;
    }
    
    .f_right{float:none !important;}
}

.menu_sticky{
    position: fixed;
    z-index:999;
    top: 0;
    left: auto;
    background-color: white;
    width: 100%;
    box-shadow: 0 2px 2px -2px gray;
}

.container_menus{
    height:65px;
}

@media (max-width: 767px) { 
    .page-title h1 {
        font-size:35px;
    }
    .container_menus{
        height:0;
    }
}

.presentation_title {display:inline;}
.linkedin_home {margin-left:15px;}
.linkedin_home a img{margin-top:-7px;}


/*-----------------------------------------------------------------------------*/
/*-------------------------DEFINITIONS MARKETING-------------------------------*/
/*-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------*/
/*---------------------------------MENU----------------------------------------*/
/*-----------------------------------------------------------------------------*/

.icone-reseau{
    display: inline-block;
    float: right;
}

.icone-reseau div{
    margin: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.icone-reseau i{
    font-size: 1rem;
}

/*----------------------------MENU MOBILE--------------------------------------*/

.mobile_toggle, .mobile_toggle .close-navbar{
    display: none;
}

.mobile_toggle .navbar-header{
    float: right;
}

.mobile_toggle .navbar-header button{
    background: transparent;
    border: none;
    font-size: 1.5rem;
    margin-right: 15px;
}

/*------------------------------ABÉCÉDAIRE-------------------------------------*/

.container_menus{
    background: #06AFEA;
    height: 50px;
    margin-bottom: 35px;
    position: relative;
}

.position_menu{
    z-index: 999;
    position: relative;
}

.container_menus .navbar-nav{
    flex-direction: inherit;
}

.container_menus .collapse:not(.show){
    display: block;
}

.site-header #navbar li{
    width: 3.7%;
    text-align: center;
}

.site-header #navbar li:last-child{
    width: 3.8%;
}

.site-header #navbar > ul > li > a, .site-header #navbar > ul > li > i{
    cursor: pointer;
    display: block;
    padding: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}

.site-header #navbar > ul > li > a{
    font-family: 'Fredoka One', cursive;
    font-weight: normal;
}

.site-header #navbar > ul > li > a:hover, .site-header #navbar > ul > li > a:active, .site-header #navbar > ul > li > a:focus,
.site-header #navbar > ul > li > i:hover, .site-header #navbar > ul > li > i:active, .site-header #navbar > ul > li > i:focus{
    background: #263A8E;
    color: #fff;
}

.menu-sticky {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: auto;
    width: 100%;
}

.search, #close-search{
    position: absolute;
    opacity: 0;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

.search{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 -100vw;
    padding: 25px 35px;
    background: #fff;
    border: none;
    color: #333;
}

#close-search{
    top: 15px;
    right: 100vw;
    cursor: pointer;
}

#close-search:hover{
    color: #06AFEA;
}

/*--------------------------------MENU PAGES----------------------------------*/

.icone-menu{
    margin: auto;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.container_menus {
    margin-bottom: 0px;
}

.bloc-menu{
    padding: 0;
}

/*-----------------------------------------------------------------------------*/
/*------------------------------ACCUEIL----------------------------------------*/
/*-----------------------------------------------------------------------------*/

.bloc-page{
    color: #fff;
    margin-bottom: 15px;
}

.bloc-page-titre{
    height: 80px;
}

.bloc-page h2, .bloc-page h3{
    color: #fff;
    text-align: center;
}

.contenu_accueil .bloc-page h2, .bloc-menu h2{
    font-size: 2.2rem;
    font-weight: bold;
    margin: auto;
}

.bloc-page h3{
    font-size: 1rem;
    padding: 20px 20px 15px 20px;
}

.bloc-page img{
    margin: auto;
    max-width: 80%;
}

.bloc-page p{
    line-height: 1.2rem;
    font-size: 0.9rem;
    color: #fff;
    padding: 25px 35px 25px 35px;
    text-align: center;
}

.icone-titre{
    margin: auto;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin-top: 20px;
    position: absolute;
    right: 50px;
}

.definition-buzz h3, .definition-insolite h3{
    text-align: left;
    padding: 10px 20px 10px 20px;
    margin-bottom: 0;
}

.bloc-titre{
    padding: 10px 0px 10px 10px;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------SIDEBAR DROITE-----------------------------------*/
/*-----------------------------------------------------------------------------*/

#sidebar-droite{
    float: right;
    margin-right: 20px;
}

.pub-300{
    border: 1px solid #000; 
    width: 300px; 
    height: 600px;
}

#formulaire-newsletter{
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 30px;
    padding: 15px;
    background: rgb(252, 252, 252) none repeat scroll 0% 0%;
}

#formulaire-newsletter h1{
    font-size: 1.3rem;
    margin: 0.9em 0 0.9em;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.pub-160{
    border: 1px solid #000; 
    width: 160px; 
    height: 600px;
}


/*-----------------------------------------------------------------------------*/
/*-----------------------------DEFINITION--------------------------------------*/
/*-----------------------------------------------------------------------------*/

.lien-definition{
    float: left; 
    width: 50%;
}

.contenu_page{
    width: calc(100% - 180px);
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.contenu_categorie, .contenu_accueil{ padding-right: 20px; }

.contenu_categorie, .contenu_accueil, .pub_header{
    width: calc(100% - 320px);
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    display: block;
}

.pub-728{
    border: 1px solid #000; 
    width: 728px;
    height: 90px;
    margin: 0 auto 20px auto;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------LISTE DES ARTICLES---------------------------------*/
/*-----------------------------------------------------------------------------*/

.service-single-content ul.pg-pagination li{
    list-style-type: none;
    margin-left: 0;
}

.contenu_categorie h1{
    text-transform: uppercase; 
}

.contenu_categorie .bloc-page h2{
    font-size: 1.2rem;
    margin: auto;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------SIDEBAR GAUCHE------------------------------------*/
/*-----------------------------------------------------------------------------*/

.service-sidebar{
    margin-left: 20px;
}

.sidebar-link{
    margin: 20px 0 0 20px;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #263A8E;
    color: #263A8E;
}

.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus{
    background: #263A8E;
    color: #fff;
    transition: all 1s cubic-bezier(.215,.61,.355,1) 0s;
}

.sidebar-link:hover .icone-sidebar div, .sidebar-link:active .icone-sidebar div, .sidebar-link:focus .icone-sidebar div{
    color: #263A8E;
    background: #fff;
    transition: all 1s cubic-bezier(.215,.61,.355,1) 0s;
}

.icone-sidebar{
    display: inline-block;
}

.icone-sidebar div{
    margin: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #263A8E;
}

.icone-sidebar i{
    font-size: 1rem;
}

/*------------------------------------------------------------------------------*/
/*---------------------------ESPACE DE CONNEXION--------------------------------*/
/*------------------------------------------------------------------------------*/

.formulaire-connexion{
    background: #eee;
    color: #333;
    padding: 15px;
}

.formulaire-connexion .error{
    background: none repeat scroll 0 0 #c00;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}


/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
/*-----------------------------COULEURS MODULES---------------------------------*/
/*------------------------------------------------------------------------------*/

.texte-titre-buzz, .texte-titre-buzz:hover, .texte-titre-buzz:focus, .texte-titre-buzz:active,
.texte-titre-definition, .texte-titre-definition:hover, .texte-titre-definition:focus, .texte-titre-definition:active
{color: #124577;} 
.texte-titre-insolite, .texte-titre-insolite:hover, .texte-titre-insolite:focus, .texte-titre-insolite:active{color: #c40044;} 
.texte-titre-video, .texte-titre-video:hover, .texte-titre-video:focus, .texte-titre-video:active{color: #4B46ED;} 
.texte-titre-presentation, .texte-titre-presentation:hover, .texte-titre-presentation:focus, .texte-titre-presentation:active{color: #7C1582;} 
.texte-titre-astuce, .texte-titre-astuce:hover, .texte-titre-astuce:focus, .texte-titre-astuce:active{color: #12227E;} 
.texte-titre-faq, .texte-titre-faq:hover, .texte-titre-faq:focus, .texte-titre-faq:active{color: #210D63;} 
.texte-titre-quiz, .texte-titre-quiz:hover, .texte-titre-quiz:focus, .texte-titre-quiz:active{color: #72AF37;} 
.texte-titre-article, .texte-titre-article:hover, .texte-titre-article:focus, .texte-titre-article:active{color: #F8980E;} 

.background-buzz, .background-buzz:hover, .background-buzz:focus, .background-buzz:active,
.background-definition, .background-definition:hover, .background-definition:focus, .background-definition:active
{background: #06AFEA;} 
.background-insolite, .background-insolite:hover, .background-insolite:focus, .background-insolite:active{background: #D711BC;} 
.background-video, .background-video:hover, .background-video:focus, .background-video:active{background: #4B46ED;} 
.background-presentation, .background-presentation:hover, .background-presentation:focus, .background-presentation:active{background: #7C1582;} 
.background-astuce, .background-astuce:hover, .background-astuce:focus, .background-astuce:active{background: #12227E;} 
.background-faq, .background-faq:hover, .background-faq:focus, .background-faq:active{background: #210D63;} 
.background-quiz, .background-quiz:hover, .background-quiz:focus, .background-quiz:active{background: #72AF37;} 
.background-article, .background-article:hover, .background-article:focus, .background-article:active{background: #F8980E;} 
.background-sidebar, .background-sidebar:hover, .background-sidebar:focus, .background-sidebar:active{background: #f5f5f5;} 

.border-video, .border-video:hover, .border-video:focus, .border-video:active{ border: 1px solid #4B46ED;}
.border-presentation, .border-presentation:hover, .border-presentation:focus, .border-presentation:active{ border: 1px solid #7C1582;}
.border-astuce, .border-astuce:hover, .border-astuce:focus, .border-astuce:active{ border: 1px solid #12227E;}
.border-faq, .border-faq:hover, .border-faq:focus, .border-faq:active{ border: 1px solid #210D63;}
.border-quiz, .border-quiz:hover, .border-quiz:focus, .border-quiz:active{ border: 1px solid #72AF37;}
.border-article, .border-article:hover, .border-article:focus, .border-article:active{ border: 1px solid #F8980E;}

.background-titre-buzz, .background-titre-buzz:hover, .background-titre-buzz:focus, .background-titre-buzz:active,
.background-titre-definition, .background-titre-definition:hover, .background-titre-definition:focus, .background-titre-definition:active
{background: #124577;color:#fff} 
.background-titre-insolite, .background-titre-insolite:hover, .background-titre-insolite:focus, .background-titre-insolite:active
{background: #c40044;;color:#fff} 
.background-titre-video, .background-titre-video:hover, .background-titre-video:focus, .background-titre-video:active{background: #5C5BEE;} 
.background-titre-presentation, .background-titre-presentation:hover, .background-titre-presentation:focus, .background-titre-presentation:active{background: #8B2D8F;} 
.background-titre-astuce, .background-titre-astuce:hover, .background-titre-astuce:focus, .background-titre-astuce:active{background: #29398A;} 
.background-titre-faq, .background-titre-faq:hover, .background-titre-faq:focus, .background-titre-faq:active{background: #342772;} 
.background-titre-quiz, .background-titre-quiz:hover, .background-titre-quiz:focus, .background-titre-quiz:active{background: #99CD52;} 
.background-titre-article, .background-titre-article:hover, .background-titre-article:focus, .background-titre-article:active{background: #FBAF44;} 

/*-----------------------------------------------------------------------------*/
/*---------------------------COULEURS GENERALES--------------------------------*/
/*-----------------------------------------------------------------------------*/

.texte-bleu, .texte-bleu:hover, .texte-bleu:focus, .texte-bleu:active{color: #06AFEA;} 
.texte-bleu-fonce, .texte-bleu-fonce:hover, .texte-bleu-fonce:focus, .texte-bleu-fonce:active{color: #263A8E;} 
.texte-gris, .texte-gris:hover, .texte-gris:focus, .texte-gris:active{color: #333333;}  
.texte-gris-clair, .texte-gris-clair:hover, .texte-gris-clair:focus, .texte-gris-clair:active{color: #eee;} 
.texte-blanc, .texte-blanc:hover, .texte-blanc:focus, .texte-blanc:active{color: #ffffff;}  
.texte-noir, .texte-noir:hover, .texte-noir:focus, .texte-noir:active{color: #000000;}  

.background-bleu, .background-bleu:hover, .background-bleu:focus, .background-bleu:active{background: #06AFEA;} 
.background-bleu-fonce, .background-bleu-fonce:hover, .background-bleu-fonce:focus, .background-bleu-fonce:active{background: #263A8E;}
.background-gris, .background-gris:hover, .background-gris:focus, .background-gris:active{background: #333333;}
.background-gris-clair, .background-gris-clair:hover, .background-gris-clair:focus, .background-gris-clair:active{background: #eee;}
.background-blanc, .background-blanc:hover, .background-blanc:focus, .background-blanc:active{background: #ffffff;}
.background-noir, .background-noir:hover, .background-noir:focus, .background-noir:active{background: #000000;}

.border-bleu, .border-bleu:hover, .border-bleu:focus, .border-bleu:active{ border: 1px solid #06AFEA;}
.border-bleu-fonce, .border-bleu-fonce:hover, .border-bleu-fonce:focus, .border-bleu-fonce:active{ border: 1px solid #263A8E;}
.border-gris, .border-gris:hover, .border-gris:focus, .border-gris:active{ border: 1px solid #333333;}
.border-gris-clair, .border-gris-clair:hover, .border-gris-clair:focus, .border-gris-clair:active{ border: 1px solid #eee;}
.border-blanc, .border-blanc:hover, .border-blanc:focus, .border-blanc:active{ border: 1px solid #ffffff;}
.border-noir, .border-noir:hover, .border-noir:focus, .border-noir:active{ border: 1px solid #000000;}

.gras{font-weight: bold;}
.no-padding, .no-padding:hover, .no-padding:focus, .no-padding:active{ padding: 0; }
.no-margin, .no-margin:hover, .no-margin:focus, .no-margin:active{ margin: 0; }
.padding-60{ padding: 60px;}
.padding-45{ padding: 45px;}
.padding-30{ padding: 30px;}
.padding-15{ padding: 15px;}
.padding-top-45{ padding-top: 45px; }
.padding-bottom-10{ padding-bottom: 10px; }
.padding-bottom-45{ padding-bottom: 45px; }
.text-underline, .text-underline:hover, .text-underline:focus, .text-underline:active{ text-decoration: underline; }
.text-uppercase{ text-transform: uppercase; }
.width-100{ width: 100%; }
.h-100{ height: 100%; }
.margin-top-30{ margin-top: 30px; }
.margin-top-60{ margin-top: 60px; }
.margin-bottom-15{ margin-bottom: 15px; }
.margin-bottom-30, .margin-bottom-30:hover, .margin-bottom-30:focus, .margin-bottom-30:active{ margin-bottom: 30px; }
.margin-bottom-60{ margin-bottom: 60px; }
.margin-left-30{ margin-left: 30px; }
.margin-left-15{ margin-left: 15px; }
.font-14{ font-size: 14px; }
.font-18{ font-size: 18px; }
.font-22{ font-size: 22px; }
.font-28{ font-size: 28px; }
.fixed{ position: fixed; }
.m-auto{ margin: auto;}
.f-left{ float: left; }
.f-right{ float: right; }
.flex{ display: flex; justify-content:left; align-items: center;}

.message{
    color: #444;
    margin: 0 auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    font-size: 14px;
    transition: all 0.5s;
    position: fixed;
}

#success{
    background: none repeat scroll 0 0 #96ca00;
}

#error{
    background: none repeat scroll 0 0 #f7941d;
}



/**** FORM SIGN UP LOGIN ****/


.form-wrap {
    background-color: #fff;
    width: 520px;
    margin: 3em auto;
    box-shadow: 0px 1px 8px #BEBEBE;
    -webkit-box-shadow: 0px 1px 8px #BEBEBE;
    -moz-box-shadow: 0px 1px 8px #BEBEBE; }
.form-wrap .tabs {
    overflow: hidden; }
.form-wrap .tabs h3 {
    float: left;
    width: 50%; }
.form-wrap .tabs h3 a {
    padding: 0.5em 0;
    text-align: center;
    font-weight: 400;
    background-color: #e6e7e8;
    display: block;
    color: #666; 
}
.form-wrap .tabs h3 a.active {
    background-color: #fff; 
}
.form-wrap .tabs-content {
    padding: 1.5em; 
}
.form-wrap .tabs-content div[id$="tab-content"] {
    display: none; 
}
.form-wrap .tabs-content .active {
    display: block !important; 
}
.form-wrap form .input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    padding: .8em 0 10px .8em;
    border: 1px solid #CFCFCF;
    outline: 0;
    display: inline-block;
    margin: 0 0 .8em 0;
    padding-right: 2em;
    width: 100%; 
}

.formulaire{
    border:solid #1462ad 1px;
    border-radius:5px;
    padding: 30px;
}

.entreprise{
    padding:30px;
    min-height:500px;
}
.entreprise .sidebar{
    padding:20px;
    margin:0;
}

.entreprise .sidebar .list-group-item a{
    margin: 10px 10px;
    display: block;
    font-weight:bold;
}
.entreprise .sidebar .list-group-item h6{
    font-weight:bold;
}

.entreprise .sidebar .list-group-item i{
    position: absolute;
    right: 10px;
    top: 23px;
}

.entreprise .sidebar .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color:#1462ad;
    border-color:#1462ad;
}
.entreprise .sidebar .list-group-item.active i, .entreprise .sidebar .list-group-item.active h6{
    color: #fff;
}

.entreprise .contenu-entreprise{
    border:solid #1462ad 1px;
    border-radius:5px;
    padding: 30px;
}
.entreprise .contenu-entreprise table{
    border:solid #eee 1px;
    margin-top:10px;
}

.profile-header-container{
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 5px 5px 20px;
}

.profile-header-img > img.img-circle {
    width: 100px;
    height: 100px;
}

.rank-label-container {
    margin-top: -15px;
    text-align: center;
}

.label.label-default.rank-label {
    background-color: #1462ad;
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
    color:#fff;
    font-weight:bold;
}

.card .card-header a h5{
    display: inline-block;
    margin-top: 5px;
}

.accordion > .card {
    overflow: visible;
}

.btn-secondary {
    color: #4B66A6;
    background-color:#fff;
    border-color:#4B66A6;
    cursor:pointer;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color:#4B66A6;
    border-color:#4B66A6;
}

.input-file {
    margin: 30px 0 50px;
}
label.message_error {
    color: #d2545f;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}

.success{
    background-color:#8fbf69;
    color:#fff;
    padding:15px;
    margin-bottom:50px;
}
p.error{
    background-color:#fba;
    color:#262626;
    font-weight:bold;
    padding:15px;
    margin-bottom:50px;
}
span.error{
    color:#F44F2F;
    font-weight:bold;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"]{
    position:inherit;
}

.btn-group.btn-group-toggle{
    margin: 10px auto;
}

.btn.dropdown-toggle.btn-light {
    background: #fff;
    border: solid 1px #ccc;
}


.btn-inactive{    
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: transparent;
    border: 1px solid #999;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: .25rem;
}