/*
Theme Name: PADFA CI
Description: Theme enfant du theme BRAVO CI
Author: BRAVO CI
Author URI: https://www.bravo.ci/
Template: twentytwentyone
Version: 1.0
*/

select#wp-block-categories-1, select#wp-block-archives-1, select#wp-block-archives-2 {
    height: auto;
    font: 14px 'Roboto';
    border: 1px solid #E6B414;
    color: #E6B414;
    width: 100%;
	margin-bottom: 0.5rem;
}

a{color: ;}
p {padding-bottom: 1.3em!important;}

.service-card_number {position: absolute; top: /*-75*/20px; right: 40px; font-size: 100px; line-height: 1; font-weight: bold; color: #E2E8FA; opacity: 0.3;}

.service-card .bg-shape {position: absolute; bottom: -200px; left: 0; width: 100%; opacity: 0; -webkit-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; pointer-events: none; text-align: center;}

.service-card:hover .bg-shape {bottom: -135px; opacity: 1;}

.service-card a {padding: 10px 15px; font-size: 12px; border: 1px solid transparent; background: #000; color: #fff; border-radius: 5px;}
.service-card:hover a {background:#E6B414!important; color:#000;}

.service-card {display: flex; align-items: flex-end; height: 450px; position: relative; z-index: 2; box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);/* background-color: #fff;*/ border-radius: 10px; overflow: hidden; -webkit-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}

.service-card:before {bottom: -73px; right: -28px;}
.service-card:after {right: -73px; bottom: -28px;}

.service-card:hover:before, .service-card:hover:after {opacity: 0.5; height: 120%; width: 120%; border-radius: 0;}
.service-card:before, .service-card:after {content: ''; position: absolute; height: 110px; width: 110px; background-color: #fff; opacity: 0.6; border-radius: 50%; -webkit-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; z-index: -1;}

input.tnp-submit {background: #EA8E1F !important; color: #091829 !important;}
input.tnp-submit:hover {background: #2266B8!important; color: #fff!important;}

.service-card:hover p {color: #000!important;}
