/***********************************************/
/*     FONTS                                   */
/***********************************************/

@import url('https://fonts.googleapis.com/css2?family=Nobile:wght@700&family=Titillium+Web:wght@200;300;600;700&display=swap');

body {
    font-family: 'Titillium Web', sans-serif !important;  
    font-weight : 300 !important;
}

h1 {
    font-family: 'Nobile', sans-serif !important;
    text-transform: none !important;
}

h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight : 600 !important;
    text-transform: none !important;
}

.nav-link, .dropdown-item  {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight : 300 !important;
}



/***********************************************/
/*     NAVIGATION BAR                          */
/***********************************************/

/*
.ccm-toolbar-visible #my-sticky-bar {
    top: 148px;
}
*/

div .navbar>.container, .navbar>.container-fluid {
    justify-content: center !important;
}

div.ccm-page div.ccm-block-top-navigation-bar .navbar {
    background-color: rgba(0,0,0,0);
    /* backdrop-filter: blur(25px) !important; */
}


div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link {
    color: #000 !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight : 600 !important;
}

div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link  {
  background-image: linear-gradient(
    to right,
    #1D71B8,
    #000 75%,
    #000 75%
  );
  background-size: 200% 100%;
  background-position: -100%;
  padding: 5px 10px;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link:before {
  content: '';
  background: #1D71B8;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link:hover {
 background-position: 0;
 color: #1D71B8 !important;
}

div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link:hover::before {
  width:100%;
}


/*
div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link:hover {
    color: #1D71B8 !important;
}

div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link.active {
    color: #1D71B8 !important;
}
*/

/*** LOGO ***/

div.ccm-page div.ccm-block-top-navigation-bar  .navbar-brand {
    flex: 2 0 0;
}

div.ccm-page div.ccm-block-top-navigation-bar  .navbar-brand img {
  max-height: 300px;
  max-width: 350px;
  object-fit: cover;
}

div.ccm-page div.ccm-block-top-navigation-bar.transparency-enabled .navbar .navbar-brand img {
  max-height: 300px;
  max-width: 350px;
  object-fit: cover;
}

/*** MENU ***/

.navbar-expand-lg .navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
    flex-basis: auto;
}


/***********************************************/
/*     TEL & EMAIL                             */
/***********************************************/

.nav_contacts {
    align-items: center;
}

.telephone, .email {
    background-color: #fff;
    border : 2px solid #ffffff;
    font-family: sans-serif;
    font-size:14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    padding : 2px 2px 2px 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.telephone i {
    margin : 2px 10px 2px 2px;
}
.email i {
    margin : 2px 10px 2px 2px;
}

/***********************************************/
/*    FOOTER                                   */
/***********************************************/


div.theme-atomik footer .afooter, div.theme-atomik div.ccm-block-autonav a {
    font-family: 'Titillium Web', sans-serif !important;  
    font-weight : 300 !important;
    color:#6b707;
}
div.theme-atomik footer .afooter:hover, div.theme-atomik div.ccm-block-autonav a:hover {
    font-family: 'Titillium Web', sans-serif !important;  
    font-weight : 600 !important;
    color:#6b707;
}



/***********************************************/
/*    PORTFOLIO                                */
/***********************************************/


.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
  width: 230px;
  height: 230px;
  border: 10px solid #000;
  border-right-color: #1070C3;
  border-bottom-color: #1070C3;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}

/********************* SLIDE MES REALISATIONS ****************************/

div.theme-atomik .ccm-image-slider .ccm-image-slider-text {
    position: relative !important;
}