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


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

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

    .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;*/
    }

@media screen and (max-width: 768px) {	
	.recherche {
		/*position : right center;*/
		width: 95%;
	}