.pub{
	text-align:center;
	margin-bottom:50px;
}

.imgpub{
	width:90%;
}

.wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
}

#body-form {
margin-bottom: 50px;
padding :5px

}

.box {
   
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5%;
    box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
    height: 250px;
    width: 500px;
    padding: 20px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

.separateur {
	width:90px;
}

.tab1{
    width: 40%;
    
}

.img{
width:100%;
height: auto;
}

.tab1 img {
    vertical-align: middle;
    border-radius: 20px;
    width: 100%;
}

.tab2 {
	width: 60%;    
	align-self: center;
}

.box:hover {filter: brightness(85%);}

.lien{
 	position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height:100%;
    text-align: center;
     width: 100%;
    display: flex;
    text-decoration: none;
    justify-content: center;
    gap: 10px;}

h1 {
    font: 700 40px / 1.125 Montserrat, sans-serif;
    color: #071621;
    text-transform: none;
	text-align : center;
	margin-bottom: 20px;

}

h3 {
    font: 700 20px / 1.125 Montserrat, sans-serif;
    color: #071621;
    text-transform: none;
	text-align : center;		
	margin-bottom:10px;
}

p {
    font-family: "Open Sans";
    font-size: 13px;
    color: #071621;
    text-transform: none;
	text-align : center;		
}


h2{
    font: 300 15px / 1.125 Montserrat, sans-serif;
    color: #071621;
    text-transform: none;
	text-align : center;
	margin-bottom: 50px;
}

.boutonplus {
    z-index: 2;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;

}

.boutonplus:after {
content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://cmds.credit-agricole.fr/npc/parcours-jeunes/img/plus.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(225%) hue-rotate(140deg);
}

.boutonplus:hover{
	cursor: pointer;
    background-color: #f2f2f2;
    transition: background-color .3s;
}

.etiquette {
    border-radius: 10px;
    padding: 8px;;
    flex-flow: row;
    display: inline-flex;
    gap: 10px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 45%;
}


/* etiquettes vignettes */

#anniv {
    background-color: #f4f9f3;
    
}

#anniv .label{
    color: #007461;
    font-weight: 500;
    font-family: "Open Sans" ;
    font-size: 12px;
}

#etudes{
    background-color: #f4f9f3;
    
}

#etudes .label{
    color: #007461;
    font-weight: 500;
    font-family: "Open Sans" ;
    font-size: 12px;
}


#logement{
    background-color: #f4f9f3;
    
}

#logement .label{
    color: #007461;
    font-weight: 500;
    font-family: "Open Sans" ;
    font-size: 12px;
}

#mobilite{
    background-color: #f4f9f3;
    
}

#mobilite .label{
    color: #007461;
    font-weight: 500;
    font-family: "Open Sans" ;
    font-size: 12px;
}

#emploi{
    background-color: #f4f9f3;
    
}

#emploi .label{
    color: #007461;
    font-weight: 500;
    font-family: "Open Sans" ;
    font-size: 12px;
}

#voyage{
    background-color: #f4f9f3;
    
}

#voyage .label{
    color: #007461;
    font-weight: 500;
    font-family: "Open Sans" ;
    font-size: 12px;
}

#budge{
    background-color: #f4f9f3;
    
}

#budge .label{
    color: #007461;
    font-weight: 500;
    font-family: "Open Sans" ;
    font-size: 12px;
}




/* images vignettes */


/* media queries */

@media screen and (max-width: 1024px) {
.box {
    height: 250px;
    width: 450px;
	}

    .tab1 {
        width: 50%;
    }
    .etiquette{
        left: 55%;
    }
}


@media screen and (max-width: 425px) {
.box {
    height: 200px;
    width: 400px;
	}

h1 {
    font: 700 25px / 1.125 Montserrat, sans-serif;
	margin-top:30px;
	margin-bottom:30px;	
	}

h3 {
    font: 700 20px / 1.125 Montserrat, sans-serif;
	}

.imgpub{
	width:100%;
}

.tab1{
    width: 50%; 
}

.tab2{
    width: 50%; 
}

.tab1 img {
    height: 100%;
    width: auto;
}

.etiquette{
    left: 55%;
}
}


@media screen and (max-width: 320px) {
.lien {
    padding:0px;
	}
}

/* media queries */













