@import url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada:wght@400;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Comfortaa:wght@300;400;500;600;700&family=Cookie&family=Lato:wght@300;400;700&family=Lobster&family=Lora:wght@400;500;600;700&family=Merriweather:wght@300;400;700&family=Montserrat:wght@200;300;400;500;700&family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;700&family=Poppins:wght@300;400;500;700&family=Quicksand:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600&family=Roboto:wght@300;400;500;700&family=Ubuntu:wght@300;400;500;700&display=swap');

*
{
    margin: 0;
    padding: 0;
}

body
{
    box-sizing: border-box;
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.social a,
.offcanvas .list-group-item a
{
    text-decoration: none;
}

/* #pub a:hover {
    text-decoration: underline!important;
} */


/* globals for color */
.bgcolor-white {
    background-color: #fff;
}

.data-name,
button > a {
    color: #fff!important;
}

.txt-white {
    color: #fff!important;
}

.icons:hover a{
    color: #fff;
}
/* globals for buttons, input, label and hover */

.btn-umc
{
    color: #fff;
    border: none;
    padding: 0.5rem;
    border-radius: 5px;
}

.btn-umc:hover
{
    opacity: 0.85;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10), 0 13px 26px 0 rgba(0,0,0,0.10);
-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10), 0 13px 26px 0 rgba(0,0,0,0.10);
-moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10), 0 13px 26px 0 rgba(0,0,0,0.10);
}

label,
input
{
    font-size: 18px;
    font-weight: 400;
    padding: 0.2em;
    margin: 0.4em auto;
}

.hidden { display: none; }

/* globals for shadow, border, radius */
.shadow
{
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10), 0 13px 26px 0 rgba(0,0,0,0.10);
-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10), 0 13px 26px 0 rgba(0,0,0,0.10);
-moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10), 0 13px 26px 0 rgba(0,0,0,0.10);
}

.border-white {
    border-left: 1px solid #fff;
    border-right: 1px solid  #fff;
}

.radius15
{
    border-radius: 15px;
}

.radius0 {
    border: 0!important;
}

.radius50
{
    border-radius: 50%;
}

/* globals for flexbox */
.flex-row-between
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.row>* {
    padding:0!important
}
/* HEADER styles */
/* fixed header */
#header
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 390px;
}
#header h1 {
    font-size: 32px;
}
/* image on left */
#header #headerAvatar
{
    max-height: 95px;
    max-width: 95px;
    object-fit: scale-down;
    transition: 0.4s;
}

.header-user-fullname
{
    letter-spacing: 0.12em;
}

#header .reverse-mobile {
    flex-direction: row-reverse;
    justify-content: center;
}

#header .btn-contact i,
#header .btn-contact span {
    font-size: 22px;
    margin-right: 10px;
}

/* profil's image */
#header #userCompanyLogo {
    height: 100px;
    width: 250px;
    object-fit: scale-down;
}
.btn-contact-icon {
    display: none;
}

.navbar-right {
    margin-right: 15px;
}

/* description collapse */
.nav .nav-link {
    min-width: 50%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* MAIN styles */
main
{
    min-height: calc(100vh - 220px);
    background-color: #f6f6f6;
}
.vide {
    height: 390px;
    background-color: #fff!important;
}

/* block container for all informations */
.block-informations section
{
    margin: 20px auto;
}

/* title first section to hide on scroll */
.block-informations h3
{
    padding-top: 12px;
}

/* ul list-group information */
.list-group
{
    background-color: transparent;
}
/* li list group item for informations */
#list-group-information .list-group-item
{
    padding: 0!important;
    display: flex!important;
    margin-bottom: 1.5em;
    border-radius: 5px;
    box-sizing: border-box;
    width: 95%;
}

#list-group-information .list-group-item a
{
    text-align: center;
    height: 100%;
    padding: 0.5rem;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

#list-group-information .list-group-item div
{
    border: none;
    height: 100%;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

#list-group-information .list-group-item .hide-on-desktop {
    display: none;
}

#list-group-information .list-group-item .data-name
{
    border-radius: 5px 0 0 5px;
    min-width: 35%;
    max-width: 35%;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
}

.list-group-item .icons
{
    padding: 0;
}

.list-group-item .icons button
{
    height: 100%;
}

/* button group icons in li list-item */
.btn-icon-left
{
    border: 1px solid transparent;
    border-right-color: white;
    border-radius: 5px 0 0 5px;
}

.btn-icon-right
{
    border-radius: 0 5px 5px 0;
}

.icons a
{
    margin-left: 2px;
}

/* social network styles */
.social
{
    margin: 10px auto;
}

/* icons styles */
.social-icon
{
    cursor: pointer;
    width: 70px;
    height: 70px;
    object-fit: cover;
}


.social .modal-title {
    text-transform: uppercase;
}

.social .list-group-item {
    padding: 20px;
}

/*
All Posts offcanvas
*/

#offcanvasImages .filter {
    color: black;
    padding: 0.25em 0.5em;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0.325em;
}
#offcanvasImages .all_img {
    margin-top: 1.25em;
}
#offcanvasImages .filter.active, #offcanvasImages .filter:hover {
    color: #fff;
    background-color: black;
}
.social .list-group-item:hover a,
.offcanvas .list-group-item:hover a {
    color: white;
}

.offcanvas .list-group-item a {
    padding: 0.5em;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* galery card */
/* Justify Border Title
-----------------------------------------------------------------*/

.fancy-title {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
    margin-top: 50px;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
	position: relative;
	margin-bottom: 0;
}

.fancy-title::before,
.fancy-title::after {
	content: '';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	height: 0;
	border-top: 3px double #E5E5E5;
}

.fancy-title::before {
	display: none;
	margin-right: 0.75rem;
}

.fancy-title::after {
	margin-left: 0.75rem;
}
.title-border::before,
.title-border::after {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Fancy Title - Center Align
-----------------------------------------------------------------*/

.title-center::before {
	display: block;
}


/* Fancy Title - Right Align
-----------------------------------------------------------------*/

.title-right::before {
	display: block;
}

.title-right::after {
	display: none;
}


/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.title-bottom-border::before,
.title-bottom-border::after {
	display: none;
}

.title-bottom-border h1,
.title-bottom-border h2,
.title-bottom-border h3,
.title-bottom-border h4,
.title-bottom-border h5,
.title-bottom-border h6 {
	width: 100%;
	padding: 0 0 0.75rem;
	border-bottom: 2px solid #1ABC9C;
}
#allGallery .card {
    width: 95%!important;
    max-width: 220px!important;
    border-radius: 12px!important;
}

#allGallery .card img {
    object-fit: scale-down;
    height: 150px;
    border-radius: 12px!important;
}

@media screen and (max-width: 550px) {
    #allGallery .card {
        max-width: 120px!important;
    }
    #allGallery .card img {
        height: 75px;
    }
    #header .btn-contact i,
    #header .btn-contact span {
        font-size: 20px;
    }
}

/* OFFCANVAS */
#offcanvasFacebook iframe,
#offcanvasReddit iframe,
#offcanvasInstagram blockquote,
#offcanvasTwitter blockquote {
    width: 95%;
}

#offcanvasLinkedIn iframe {
    max-width: 100%;
    margin-bottom: 0.25em;
}


/* PUBLICITE */


/* #pubService,
    #pubEvent {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
} */

.advertising {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}

#pubService,
#pubEvent,
#pubGallery {
    display: block;
    border-radius: 20px;
    margin-bottom: 50px;;

}

#pubService .card,
#pubEvent .card,
#pubGallery .card {
  max-width: 30%;
  padding: 0;
}


#pubGallery .row {
  justify-content: space-around;
  margin: 5px 0;
}

#pubService img {
    height: 140px;
    object-fit: scale-down;
}

.imagePubService {
    padding: 8px 0;
}

#pubEvent img {
  height: 110px;
}
#pubGallery img {
  border-radius: 10px 10x 0 0;
  object-fit: scale-down;
  height: 150px;
}

#pubGallery .card {
    border-radius: 10px;
    margin-bottom: 15px;
}

#pubService .card-body,
#pubEvent .card-body,
#pubGallery .card-body {
  padding: 0 0 1.25rem 0;;
}

#pubService .bi,
#pubEvent .bi,
#pubGallery .bi {
    float: left!important;
}

#pubService h5,
#pubEvent h5,
#pubGallery h5 {
  color: #00abc8;
}

#pubService span:hover,
#pubEvent span:hover,
#pubGallery span:hover,
#pubService a:hover,
#pubEvent a:hover,
#pubGallery a:hover {
    color: #00abc8!important;
}

.advertising h5 {
    text-align: center;
}

#pubGallery .card-text a:hover {
  color: #005f7f!important;
  font-weight: bolder;
}

 /* FOOTER styles */
.footer-logo img
{
    width: 100px;
    object-fit: cover;
}

.vr {
    display: none!important;
}
/* MEDIA QUERIES */
/* for mobile */
@media screen and (max-width: 840px)
{
    /* Header */
    #header {
        height: 280px;
    }
    #header #userCompanyLogo
    {
        height: 80px;
        object-fit: scale-down;
    }
    #header .flex-row-between
    {
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }
    #header .reverse-mobile
    {
        justify-content: space-evenly;
    }

    #header #headerAvatar {
        width: 70px;
        object-fit: scale-down;
    }
    #header h1 {
        font-size: 20px;
    }
    #header h2 {
        font-size: 18px;
    }
    #header h3 {
        font-size: 15px;
    }
    /* button in list-items */
    .navbar-right {
        position: absolute;
        top: 90px;
        right: 15px;
    }
    .btn-contact-icon
    {
        display: contents;
        background-color: transparent;
        border:none;
        margin-top: 5px;
    }
    .btn-contact-text
    {
        display: none;
    }

    /* Main */
    .vide {
        height: 280px;
    }
    .block-informations h3 {
        padding-top: 24px;
    }
    .block-informations section {
        margin: 10px auto;
    }
    .text-to-hide
    {
        display: none!important;
    }
    .list-group-item .data-name
    {
        width: 100%;
        max-width: 100%;
        display: flex;
    }
    #list-group-information .list-group-item .hide-on-desktop {
        display: block;
    }
    .btn-icon-left
    {
        border-right-color: transparent;
        border-left-color: white;
    }
    .btn-icon-right
    {
        border: 1px solid transparent;
        border-left-color: white;
    }

    .data-name.bg-img {
        background-image: none;
        background-color: #fff!important;
        display: flex;
        align-items: center;
    }
    #list-group-information .list-group-item .data-name {
        max-width: 75%;
    }

}

/* for mobile */
@media screen and (max-width: 580px) {
    #header {
        height: 290px;
    }
    #header #userCompanyLogo
    {
        height: 70px;
        width: 100px;
        object-fit: scale-down;
    }
    #header h1 {
        font-size: 18px;
    }
    #header h2 {
        font-size: 15px;
    }
    #header h3 {
        font-size: 13px;
    }
    #header #headerAvatar {
        width: 60px;
        object-fit: scale-down;
    }
    #header .company-logo {
        width: 40%;
    }
    .navbar-right {
        top: 90px;
        right: 15px;
    }
    .vide {
        height: 290px;
    }

    .advertising {
        display: block;
    }

    #imagePubService,
    #imagePubEvent {
        display: flex;
        justify-content: center;
        margin: 5px auto;
    }

    #pubService span,
    #pubEvent span,
    #pubGallery span {
        width: 100%;
    }
    #pubService h5 a,
    #pubEvent h5 a,
    #pubGallery h5 a {
        width: 100%;
    }
    #pubService .row,
    #pubEvent .row,
    #pubGallery .row {
        align-content: center;
    }

    #pubGallery .row {
        flex-direction: column;
    }

    #pubService .card,
    #pubEvent .card,
    #pubGallery .card {
        max-width: 95%;
    }
    #list-group-information .list-group-item .data-name
    {
        justify-content: flex-start;
        min-width: 70%;
    }
    #list-group-information .list-group-item .hide-on-desktop {
        display: block;
    }

}
