﻿/*-------------------------------------------------------------------------------------*/
/* feuille de style recherche du site internet 2019                 */
/*-------------------------------------------------------------------------------------*/


.recherche {
	/*position : right center;*/
	margin-top :0.5rem;
	width: 100%;
    height: 2.2rem;
    text-align: right;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
	color : #e50051;
	/*border: 1px solid #aa1480;*/
}

    .recherche #motCle {
        width: 40%;
        height: 2rem;
        /*border-radius: 2rem;*/
        background: #004661;
        position: relative;
        margin-top: 0rem;
        font-size: 1.0rem;
       	padding: 6px 30px;
		font-size: 1.0rem;
		color: #fff;
		padding-right: 20px;
		vertical-align: middle;
    }

.rechercheMoteur {
	background-color: #FFFFFF;
	color: #e50051;
	border-bottom: none;
}


    .recherche button.btn {
		position: absolute;
        height: 2rem;
        width: 2rem;
        text-align: center;
        padding: 0;
        margin: 0;
        right: 0;
        top: 2px;
        border: none;
		transform: translateX(-30%);
        background: transparent;
        color: #3a4d60;
		/*border: 1px solid #00ff00;*/
    }

::-webkit-input-placeholder {
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	outline-style : dotted;
	outline-width: 0;
	border-color: #004661;
}

:-moz-placeholder { /* Firefox 18- */
	color: #e50051;
	font-weight: normal;
	font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #e50051;
	font-weight: normal;
	font-size: 14px;
}

:-ms-input-placeholder {
	color: #e50051;
	font-weight: normal;
	font-size: 14px;
}



@media screen and (max-width: 768px) {
	.recherche #motCle {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
	.recherche #motCle {
        width: 100%;
    }
}