body {
	background: #222222 !important;
}

header, footer {
	background: #222222 !important;
background-image: url("../img/blonde-coquine.jepg")
}

header .logo {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0;
	background: #222222;
	text-align: center;
}

header .logo img {
	width: 90%;
	max-width: 234px;
	margin: 4px auto;
	
}

.steps {
	background: #3d3d3d !important;
}

.steps .number {
	background: #FA265B !important;
}

.steps .number.active {
	background: #36CF67 !important;
}

.color-theme, .bot-title {
	color: #FA265B;
}

.btn-custom {
    background: #fa265b !important;
    border-color: #fa265b;
}

.btn-custom:hover {
    background: #fa265b !important;                                                                                                                                                        
    border-color: #fa265b;
}

.thumb .button {
    background: #fa265b !important;
}

.thumb:hover .button {
    background:  #36CF67 !important;
}

.thumb .txt {
    background: #222222 !important;
}


.thumb:hover .txt {
    background: #3d3d3d !important;
}

.py-3 {
	background: #222222 !important;
}

