

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Lucida Grande, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.text-color-1 {
    color: #A72479 !important;
}

.link-text-color-1 {
    color: #A72479 !important;
}

.nav-link-color {
    font-size: 14px !important;
    color: #000000 !important;
}

.nav-link-color:hover {
    color: #A72479 !important;
}

.link-text-color-1:hover {
    color: #EF7C33 !important;
}

.link-text-color-black {
    color: #000000 !important;
}

.link-text-color-black:hover {
    color: #000000 !important;
    text-decoration: underline;
}

.link-text-color-2 {
    color: #EF7C33 !important;
}

.link-text-color-2:hover {
    color: #A72479 !important;
}

.text-color-2 {
    color: #EF7C33!important;
}

.active {
    color: #A72479 !important;
}

.active:hover {
    color: #EF7C33 !important;
}

.bg-color-1 {
    background-color: #A72479;
}

.bg-color-2 {
    background-color: #EF7C33;
}

.btn-1 {
    background-color: #A72479;
    color: #FFFFFF;
}

.btn-1:hover {
    background-color: #EF7C33;
    color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16), 0 0 0 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16), 0 2px 0 0 rgba(0,0,0,.12);
}

.btn-2 {
    background-color: #A72479;
    color: #FFFFFF;
    font-size: 11px;
}

.btn-2:hover {
    background-color: #EF7C33;
    color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16), 0 0 0 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16), 0 2px 0 0 rgba(0,0,0,.12);
}

.btn-3 {
    background-color: #EF7C33;
    color: #FFFFFF;
    font-size: 11px;
}

.btn-3:hover {
    background-color: #A72479;
    color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16), 0 0 0 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16), 0 2px 0 0 rgba(0,0,0,.12);
}

.btn-4 {
    background-color: transparent;
    color: #A72479 !important;
    border: #A72479 solid 1px;
    font-size: 11px;
}

.login-top {
    height: 100px;
}

.page-top {
    height: 70px;
}

.project-image {
    height: 150px !important;
}

.badge-1{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 10px;
	font-weight: 700;
	/*border-radius: 50%;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.16) !important;*/
}

.bg-1 {
    background-color: #A72479 !important;
}
.couverture-photo{
    width: 100%; 
    height:300px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
    .login-top {
        height: 70px;
    }
    .project-image {
        height: 150px !important;
    }
    .add-1 {
        display: none;
    }
    .my-dash {
        height: 128px !important;
    }
    .text-font-1{
        font-size: 24px;
    }
    .text-font-2{
        font-size: 16px;
    }
    .couverture-photo{
        width: 100%; 
        height:200px;
    }
    .communaute {
        font-size: 30px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .login-top {
        height: 70px;
    }
    .project-image {
        height: 150px !important;
    }
    .add-1 {
        display: none;
    }
    .my-dash {
        height: 128px !important;
    }
    .text-font-1{
        font-size: 24px;
    }
    .text-font-2{
        font-size: 16px;
    }
    .couverture-photo{
        width: 100%; 
        height:200px;
    }
    .communaute {
        font-size: 30px;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .login-top {
        height: 70px;
    }
    .project-image {
        height: 150px !important;
    }
    .add-1 {
        display: none;
    }
    .my-dash {
        height: 128px !important;
    }
    .text-font-1{
        font-size: 24px !important;
    }
    .text-font-2{
        font-size: 16px !important;
    }
    .couverture-photo{
        width: 100%; 
        height:200px;
    }
    .communaute {
        font-size: 30px;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
    
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
 }

.mce-branding {
    display: none !important;
}